-
Notifications
You must be signed in to change notification settings - Fork 66
/
package.json
74 lines (74 loc) · 2.78 KB
/
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
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
{
"name": "justForYou",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"devRedux": "webpack-dev-server --config webpack.config.redux.js --inline --content-base . --history-api-fallback ",
"dev": "webpack-dev-server --inline --progress --colors ",
"build": "webpack --config webpack-production.config.js --progress --colors",
"scpNode": "scp -r justForYou/ [email protected]:/home/wwwroot/Node",
"scpReact": "scp -r build/ [email protected]:/home/wwwroot/demo/justForYou",
"scpReactRedux": "scp -r build/ [email protected]:/home/wwwroot/demo/justForYouRedux",
"release": "npm run build && npm run scpNode && npm run scpReact"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rongchanghai/justForYou.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/rongchanghai/justForYou/issues"
},
"homepage": "https://github.com/rongchanghai/justForYou#readme",
"devDependencies": {
"autoprefixer-loader": "^3.2.0",
"babel": "^6.23.0",
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-plugin-syntax-async-generators": "^6.13.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.16.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-2": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"body-parser": "^1.15.2",
"connect-mongo": "^1.3.2",
"cookie-parser": "^1.4.3",
"css-loader": "^0.25.0",
"express-session": "^1.14.1",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"guid": "0.0.12",
"html-webpack-plugin": "^2.22.0",
"md5": "^2.2.1",
"mongoose": "^4.6.3",
"open-browser-webpack-plugin": "0.0.2",
"prop-types": "^15.5.10",
"react-cropper": "^0.9.4",
"react-hot-loader": "^3.0.0-beta.7",
"react-redux": "^5.0.2",
"redux": "^3.6.0",
"redux-logger": "^2.8.1",
"redux-thunk": "^2.2.0",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^2.6.1",
"webpack-dev-server": "^2.6.1"
},
"dependencies": {
"babel-plugin-transform-object-assign": "^6.8.0",
"formidable": "^1.0.17",
"nodemon": "^1.11.0",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-router-dom": "^4.1.2"
}
}