-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 2.05 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
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "lotto-jinni",
"version": "1.0.0",
"description": "",
"author": "Arounda",
"scripts": {
"start": "webpack-dev-server --env.NODE_ENV=development -d",
"build": "webpack --env.NODE_ENV=production --progress -p",
"deploy": "webpack --env.NODE_ENV=production --progress -p && firebase deploy",
"analyze": "webpack --env.NODE_ENV=production --env.ANALYZE_BUNDLE=true --progress -p"
},
"browserslist": [
"last 2 versions",
"> 0.5%",
"Safari > 9"
],
"dependencies": {
"axios": "^0.18.0",
"babel-polyfill": "^6.26.0",
"current-device": "^0.7.2",
"detect-browser": "^2.2.0",
"easy-scroll": "^0.5.1",
"formdata-polyfill": "^3.0.9",
"i18next": "^11.2.3",
"js-cookie": "^2.2.0",
"mobile-detect": "^1.4.2",
"mobx": "^4.1.1",
"mobx-react": "^5.0.0",
"moment": "^2.21.0",
"no-scroll": "^2.1.0",
"prop-types": "^15.6.1",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-i18next": "^7.6.0",
"react-media": "^1.8.0",
"react-onclickout": "^2.0.8",
"regenerator": "^0.12.3",
"shallow-equal": "^1.0.0",
"tinytim": "^0.1.1",
"validator": "^9.4.1",
"xregexp": "^4.1.1"
},
"devDependencies": {
"autoprefixer": "^8.6.5",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.5",
"babel-loader": "^7.1.5",
"babel-plugin-syntax-async-functions": "^6.13.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"browser-sync": "^2.24.5",
"browser-sync-webpack-plugin": "^2.2.2",
"css-loader": "^1.0.0",
"extract-text-webpack-plugin": "^4.0.0-alpha.0",
"file-loader": "^1.1.11",
"json-loader": "^0.5.7",
"mobx-react-devtools": "^5.0.1",
"node-sass": "^4.9.2",
"postcss-import": "^11.1.0",
"postcss-loader": "^2.1.5",
"sass-loader": "^7.0.3",
"style-loader": "^0.21.0",
"url-loader": "^1.0.1",
"webpack": "^4.15.1",
"webpack-bundle-analyzer": "^2.13.1",
"webpack-cli": "^3.0.8",
"webpack-dev-server": "^3.1.4"
}
}