-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 2.36 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
{
"name": "shibaurasai-app",
"version": "1.0.0",
"description": "shibaurasai navigation aplication",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npm run build:copy && webpack-dev-server",
"deploy": "npm run build && node scripts/deploy.js",
"build": "npm-run-all build:*",
"build:js": "webpack && uglifyjs --compress unused --output www/js/main.js -- www/js/main.js",
"corodva": "cordova build android",
"build:copy": "node scripts/build.js"
},
"author": "sh4869 <nobuk4869@gmail.com>",
"license": "MIT",
"devDependencies": {
"@types/axios": "^0.9.32",
"@types/googlemaps": "^3.25.35",
"@types/history": "^2.0.39",
"@types/material-ui": "^0.15.37",
"@types/react": "^0.14.39",
"@types/react-addons-perf": "^0.14.17",
"@types/react-addons-pure-render-mixin": "^0.14.14",
"@types/react-dom": "^0.14.17",
"@types/react-mdl": "^1.7.17",
"@types/react-responsive": "^1.1.4",
"@types/react-router": "^2.0.38",
"@types/react-swipeable-views": "^0.0.26",
"@types/react-tap-event-plugin": "0.0.30",
"@types/showdown": "^1.4.31",
"css-loader": "^0.25.0",
"es6-promise": "^4.0.5",
"fs-extra": "^1.0.0",
"gh-pages": "^0.11.0",
"json-loader": "^0.5.4",
"npm-run-all": "^3.1.1",
"react-addons-perf": "^15.3.2",
"style-loader": "^0.13.1",
"ts-loader": "^0.9.0",
"tslint": "^3.15.1",
"typescript": "^2.0.3",
"uglify-js": "^2.7.4",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.16.2",
"cordova-android": "^6.2.3",
"cordova-plugin-whitelist": "^1.3.2"
},
"dependencies": {
"axios": "^0.15.2",
"material-ui": "^0.16.0",
"react": "^15.3.2",
"react-addons-pure-render-mixin": "^15.3.2",
"react-dom": "^15.3.2",
"react-motion": "^0.4.5",
"react-responsive": "^1.2.1",
"react-router": "^2.8.1",
"react-swipeable-views": "^0.7.10",
"react-tap-event-plugin": "^2.0.0",
"showdown": "^1.4.3"
},
"cordova": {
"platforms": [
"android"
],
"plugins": {
"cordova-plugin-whitelist": {}
}
}
}