-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·47 lines (47 loc) · 1.33 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
{
"name": "cordova-react-boilerplate",
"version": "1.0.0",
"description": "Cordova application boilerplate based on React, Redux and React Router",
"scripts": {
"preview": "cross-env NODE_ENV=development node --max_old_space_size=4096 ./node_modules/webpack/bin/webpack --progress --profile --colors"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vinogradov-m/cordova-react-boilerplate.git"
},
"author": {
"name": "Maxim Vinogradov",
"email": "[email protected]",
"url": "https://github.com/vinogradov-m"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/vinogradov-m/cordova-react-boilerplate/issues"
},
"keywords": [
"cordova",
"boilerplate",
"react",
"redux",
"webpack"
],
"homepage": "https://github.com/vinogradov-m/cordova-react-boilerplate#readme",
"dependencies": {
"react": "^15.5.4",
"react-dom": "^15.5.4"
},
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^6.4.1",
"babel-preset-react-app": "^2.2.0",
"babel-register": "^6.24.1",
"cross-env": "^4.0.0",
"css-loader": "^0.28.0",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.11.1",
"html-webpack-plugin": "^2.28.0",
"style-loader": "^0.16.1",
"url-loader": "^0.5.8",
"webpack": "^2.4.1"
}
}