forked from MotocalDevelopers/motocal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.69 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
{
"name": "motocal",
"version": "0.1.0",
"description": "moto-calculator",
"dependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-plugin-transform-inline-environment-variables": "0.4.3",
"babel-preset-react": "6.24.1",
"copy-webpack-plugin": "^4.5.1",
"create-react-class": "^15.6.3",
"cross-env": "^5.1.6",
"css-loader": "^0.28.11",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"html-webpack-plugin": "^3.2.0",
"js-base64": "~2.4.5",
"react": "~16.4.0",
"react-bootstrap": "^0.32.1",
"react-copy-to-clipboard": "^5.0.1",
"react-csv": "^1.0.14",
"react-dom": "16.4.0",
"react-google-charts": "~1.6.6",
"react-language": "^0.1.4",
"style-loader": "^0.21.0",
"webpack": "^4.10.2",
"webpack-cli": "^3.0.1",
"webpack-manifest-plugin": "^2.0.3"
},
"engines": {
"node": "~8.11"
},
"scripts": {
"start": "webpack-dev-server --watch --inline",
"test": "jest",
"build": "webpack --display-error-details",
"lint": "eslint webpack.config.js src/*",
"lint:fix": "eslint webpack.config.js src/* --fix",
"production-build": "cross-env NODE_ENV=production webpack",
"watch-dev": "webpack --progress --watch",
"production-watch-dev": "cross-env NODE_ENV=production webpack --progress --watch"
},
"repository": {
"type": "git",
"url": "ssh://github/hoshimi/motocal.git"
},
"author": "hoshimi",
"license": "MIT",
"devDependencies": {
"autoprefixer": "8.6.0",
"babelify": "8.0.0",
"browserify": "16.2.2",
"eslint": "^4.19.1",
"jest": "23.1.0",
"prop-types": "^15.6.1",
"watchify": "^3.11.0",
"webpack-dev-server": "^3.1.4"
}
}