This repository has been archived by the owner on Apr 28, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
54 lines (54 loc) · 1.68 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
{
"name": "shared-react",
"version": "0.1.0",
"description": "An example cross platform application",
"main": "index.js",
"scripts": {
"start": "npm run bundle",
"dev": "nodemon --watch server --ignore server/config/config.json --watch webpack --exec node ./server",
"bundle": "node node_modules/.bin/webpack -p --progress --config ./webpack/webpack.config.prod.js"
},
"dependencies": {
"todomvc-app-css": "^2.0.0",
"todomvc-common": "^1.0.1",
"bootstrap": "4.0.0-alpha.6",
"classnames": "^2.2.6",
"pollyfill-react-native": "^1.0.3",
"promise-polyfill": "^7.1.2",
"react": "16.3.2",
"react-dom": "16.3.2",
"react-router": "4.2.0",
"react-router-dom": "4.2.2",
"ssg-node-express": "4.16.3",
"ssg-util": "0.0.2"
},
"devDependencies": {
"babel-core": "6.26.0",
"babel-eslint": "6.1.2",
"babel-loader": "7.1.4",
"babel-plugin-lodash": "3.3.2",
"babel-preset-es2015": "6.9.0",
"babel-preset-react": "6.11.1",
"babel-preset-stage-1": "6.5.0",
"clean-webpack-plugin": "0.1.10",
"copy-webpack-plugin": "4.5.1",
"css-loader": "0.23.1",
"extract-text-webpack-plugin": "4.0.0-beta.0",
"fs-extra": "^6.0.0",
"html-loader": "0.4.3",
"html-webpack-plugin": "^3.2.0",
"image-webpack-loader": "2.0.0",
"json-loader": "0.5.4",
"lodash-webpack-plugin": "^0.11.5",
"node-sass": "^4.8.3",
"postcss-loader": "2.1.2",
"react-hot-loader": "4.0.1",
"sass-loader": "6.0.7",
"style-loader": "0.13.1",
"uglifyjs-webpack-plugin": "^1.2.5",
"webpack": "4.4.1",
"webpack-cli": "2.0.13",
"webpack-dev-middleware": "3.1.0",
"webpack-hot-middleware": "2.21.2"
}
}