-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.45 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
{
"name": "cq-damage-calc",
"version": "1.2.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config webpack-production.config.js --progress --colors",
"start": "webpack-dev-server --config webpack-dev-server.config.js --progress --inline --colors",
"deploy": "gh-pages -d dist"
},
"author": "",
"license": "ISC",
"devDependencies": {
"babel": "^6.5.2",
"babel-core": "^6.7.7",
"babel-loader": "^6.2.4",
"babel-polyfill": "^6.7.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"base64it": "^1.1.0",
"classnames": "^2.2.3",
"css-loader": "^0.23.1",
"file-loader": "^0.8.5",
"flexboxgrid": "^6.3.0",
"gh-pages": "^0.12.0",
"html-webpack-plugin": "^2.16.0",
"i18next": "^2.5.1",
"i18next-browser-languagedetector": "^0.3.0",
"i18next-resource-store-loader": "^0.1.1",
"i18next-xhr-backend": "^0.5.3",
"isnumeric": "^0.3.1",
"lodash": "^4.11.1",
"material-ui": "^0.16.7",
"mathjs": "^3.2.0",
"query-string": "^4.1.0",
"react": "^15.0.1",
"react-dom": "^15.0.1",
"react-flexbox-grid": "^0.10.2",
"react-hot-loader": "^1.3.0",
"react-i18next": "^1.3.1",
"react-tap-event-plugin": "^2.0.1",
"scss-loader": "0.0.1",
"style-loader": "^0.13.1",
"url": "^0.11.0",
"webpack": "^1.13.0",
"webpack-dev-server": "^1.12.1"
}
}