-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·35 lines (35 loc) · 1008 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
{
"name": "feecum-cordova",
"version": "1.0.0",
"description": "Calendar application for FÉÉCUM",
"main": "index.html",
"dependencies": {
"babel-cli": "^6.8.0",
"babel-core": "^6.17.0",
"babel-loader": "^6.2.5",
"babel-polyfill": "^6.16.0",
"babel-preset-react": "^6.5.0",
"babel-preset-es2015": "^6.16.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-runtime": "^6.11.6",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"react-redux": "^4.4.5",
"redux": "^3.6.0",
"script-loader": "^0.7.0",
"val-loader": "^0.5.0",
"webpack": "^1.13.2"
},
"scripts": {
"dev": "webpack -d --watch",
"build": "webpack -p",
"browser": "webpack -d && cordova run browser",
"ios": "webpack -d && cordova build ios && cordova run ios --emulator",
"android": "webpack -d && cordova build android && cordova run android --emulator"
},
"author": "",
"license": "ISC",
"devDependencies": {
"redux-devtools": "^3.3.1"
}
}