-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.31 KB
/
package.json
File metadata and controls
80 lines (80 loc) · 2.31 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "sailsProject2",
"private": true,
"version": "1.0.0",
"description": "a Sails application",
"keywords": [],
"dependencies": {
"async": "^1.5.2",
"babel-plugin-transform-object-assign": "^6.8.0",
"babel-plugin-transform-object-rest-spread": "^6.8.0",
"babel-polyfill": "^6.23.0",
"connect-redis": "1.4.5",
"ejs": "~0.8.4",
"es3ify-loader": "^0.2.0",
"eventproxy": "^0.3.4",
"fastclick": "^1.0.6",
"grunt": "0.4.2",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-coffee": "~0.10.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-cssmin": "~0.9.0",
"grunt-contrib-jst": "~0.6.0",
"grunt-contrib-less": "0.11.1",
"grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-sails-linker": "~0.9.5",
"grunt-sync": "~0.0.4",
"include-all": "~0.1.3",
"isomorphic-fetch": "^2.2.1",
"jquery": "^2.1.4",
"lz-string": "^1.4.4",
"node-fetch": "^1.7.1",
"node-jsx-babel": "^0.14.2",
"node-libs-browser": "^2.0.0",
"object-assign": "^4.0.1",
"rc": "~0.5.0",
"react": "^15.0.0",
"react-addons-css-transition-group": "^15.3.2",
"react-dom": "^15.3.2",
"react-router": "^2.8.1",
"redis": "^0.12.1",
"redux-logger": "^3.0.1",
"redux-thunk": "^2.2.0",
"sails": "^0.11.5",
"sails-disk": "~0.10.0",
"sails-hook-babel": "^6.0.1",
"url-loader": "^0.5.9",
"webpack": "^1.13.1"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "~6.2.1",
"babel-eslint": "~4.1.6",
"babel-loader": "~6.2.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-runtime": "~6.1.18",
"babel-preset-es2015": "^6.1.18",
"babel-preset-react": "~6.1.18",
"babel-preset-stage-0": "~6.1.18",
"babel-preset-stage-2": "^6.24.1",
"css-loader": "~0.23.0",
"extract-text-webpack-plugin": "^0.9.1",
"less": "^2.6.0",
"less-loader": "^2.2.2",
"style-loader": "~0.13.0",
"transfer-webpack-plugin": "^0.1.4"
},
"scripts": {
"debug": "node debug app.js",
"start": "node app.js"
},
"main": "app.js",
"repository": {
"type": "git",
"url": "git@github.com:daryonecai/nodeJS-reactJS-webpack.git"
},
"author": "anonymous node/sails user",
"license": ""
}