-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.97 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.97 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "",
"version": "1.0.0",
"description": "",
"main": "",
"author": "",
"license": "",
"dependencies": {
"antd": "^2.7.2",
"babel-plugin-transform-class-properties": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.22.0",
"babel-plugin-transform-react-inline-elements": "^6.22.0",
"babel-preset-kyt-react": "^0.1.1",
"compression": "^1.6.2",
"enzyme": "^2.7.1",
"express": "^4.14.1",
"immutable": "^3.8.1",
"isomorphic-fetch": "^2.2.1",
"kyt": "0.4.0",
"path": "^0.12.7",
"postcss-cssnext": "^2.9.0",
"react": "^15.4.2",
"react-addons-pure-render-mixin": "^15.4.2",
"react-addons-test-utils": "^15.4.2",
"react-dom": "^15.4.2",
"react-redux": "^5.0.2",
"react-router": "^3.0.2",
"react-router-redux": "^4.0.6",
"redux": "^3.6.0",
"redux-devtools": "^3.3.2",
"redux-devtools-dock-monitor": "^1.1.1",
"redux-devtools-log-monitor": "^1.2.0",
"redux-saga": "^0.14.3",
"steem": "^0.4.8"
},
"devDependencies": {
"@kadira/storybook": "^2.35.3",
"enzyme": "^2.4.1",
"react-addons-test-utils": "^15.3.0"
},
"scripts": {
"dev": "kyt dev",
"build": "kyt build",
"start": "node build/server/main.js",
"proto": "kyt proto",
"test": "kyt test",
"test-watch": "kyt test -- --watch",
"test-coverage": "kyt test -- --coverage",
"lint": "npm run lint-script && npm run lint-style",
"lint-script": "kyt lint-script",
"lint-style": "kyt lint-style",
"kyt:help": "kyt --help",
"storybook": "start-storybook -p 9001 -c storybook",
"kyt:dev": "kyt dev",
"kyt:build": "kyt build",
"kyt:start": "node build/server/main.js",
"kyt:proto": "kyt proto",
"kyt:test": "kyt test",
"kyt:test-watch": "kyt test -- --watch",
"kyt:test-coverage": "kyt test -- --coverage",
"kyt:lint": "npm run lint-script && npm run lint-style",
"kyt:lint-script": "kyt lint-script",
"kyt:lint-style": "kyt lint-style"
}
}