-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathpackage.json
41 lines (41 loc) · 1020 Bytes
/
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
{
"name": "tomato-timer",
"version": "1.0.0",
"description": "simple pomodoro timer mobile app",
"main": "webpack.config.js",
"scripts": {
"cordova": "gulp initCordova",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"reactwebpack"
],
"author": "sonny",
"license": "mit",
"dependencies": {
"cordova-android": "^4.1.0",
"css-loader": "^0.15.1",
"material-ui": "^0.9.2",
"node-sass": "^3.2.0",
"react": "^0.13.3",
"react-localstorage": "^0.2.3",
"react-router": "^0.13.3",
"react-tap-event-plugin": "^0.1.7",
"sass-loader": "^1.0.2",
"webpack": "^1.9.10"
},
"devDependencies": {
"chdir-promise": "^0.2.1",
"cordova-lib": "^5.1.1",
"del": "^1.2.0",
"file-loader": "^0.8.4",
"gulp": "^3.9.0",
"gulp-rename": "^1.2.2",
"gulp-run": "^1.6.10",
"gulp-webpack": "^1.5.0",
"jsx-loader": "^0.13.2",
"run-sequence": "^1.1.2",
"style-loader": "^0.12.3",
"url-loader": "^0.5.6"
}
}