forked from MotocalDevelopers/motocal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.14 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
{
"name": "motocal",
"version": "0.1.0",
"description": "moto-calculator",
"dependencies": {
"js-base64": "~2.1.9",
"react": "~15.3.0",
"react-bootstrap": "^0.30.10",
"react-dom": "~15.3.0",
"react-google-charts": "~1.0.2",
"react-language": "^0.1.4"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"production-build": "NODE_ENV=production webpack",
"watch-dev": "webpack --progress --watch",
"production-watch-dev": "NODE_ENV=production webpack --progress --watch"
},
"repository": {
"type": "git",
"url": "ssh://github/hoshimi/motocal.git"
},
"author": "hoshimi",
"license": "MIT",
"devDependencies": {
"autoprefixer": "6.7.7",
"babel-loader": "6.4.1",
"babel-plugin-transform-inline-environment-variables": "0.0.2",
"babel-preset-react": "6.23.0",
"babelify": "7.3.0",
"browserify": "13.1.0",
"css-loader": "0.27.3",
"extract-text-webpack-plugin": "2.1.0",
"html-webpack-plugin": "2.28.0",
"style-loader": "0.14.1",
"watchify": "3.7.0",
"webpack": "2.2.1",
"webpack-manifest-plugin": "1.1.0"
}
}