-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.3 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.3 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
{
"name": "",
"version": "1.0.0",
"description": "",
"main": "",
"author": "",
"license": "",
"dependencies": {
"axios": "^0.18.0",
"babel-polyfill": "6.26.0",
"babel-preset-kyt-react": "0.3.0",
"compression": "1.6.2",
"express": "4.15.3",
"kyt": "0.9.0",
"lodash": "^4.17.10",
"material-ui": "^0.20.0",
"react": "15.3.0",
"react-dom": "15.3.0",
"react-redux": "^5.0.7",
"react-router": "2.6.1",
"react-toolbox": "^2.0.0-beta.12",
"react-toolbox-themr": "^1.0.2",
"react-waypoint": "^8.0.1",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"throttle-debounce": "^1.0.1",
"xml2js": "^0.4.19"
},
"devDependencies": {
"babel-plugin-transform-decorators": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"enzyme": "2.4.1",
"react-addons-test-utils": "15.3.0",
"react-hot-loader": "3.0.0-beta.6"
},
"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"
}
}