-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1000 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "ice",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"build": "sagui build",
"dist": "sagui dist",
"start": "sagui develop --port 3000",
"test": "sagui test",
"test:lint": "sagui test:lint",
"test:typecheck": "sagui test:typecheck",
"test:unit": "sagui test:unit --coverage",
"test:unit:watch": "sagui test:unit --watch"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"sagui": "^8.0.6",
"eslint-plugin-flowtype": "^2.30.4",
"flow-bin": "0.43.1"
},
"dependencies": {
"@klarna/ui": "^6.22.0",
"html2react": "^1.0.2",
"nprogress": "^0.2.0",
"ramda": "^0.21.0",
"react": "^15.5.3",
"react-dom": "^15.5.3",
"react-motion": "^0.4.7",
"react-redux": "^5.0.3",
"react-router": "^4.0.0",
"react-router-dom": "^4.0.0",
"redux": "^3.6.0",
"redux-actions": "^2.0.1",
"redux-logger": "^3.0.1",
"redux-thunk": "^2.2.0"
}
}