This repository has been archived by the owner on Nov 21, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.07 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
71
72
73
74
75
76
77
78
79
{
"name": "whats-open-web",
"version": "0.1.0",
"homepage": "./",
"private": true,
"dependencies": {
"array-sort": "^0.1.4",
"classnames": "^2.2.5",
"mapbox-gl": "^0.49.0",
"material-ui": "1.0.0-beta.25",
"material-ui-icons": "1.0.0-alpha.19",
"phone-formatter": "^0.0.2",
"promise": "7.1.1",
"prop-types": "^15.5.10",
"react": "^15.6.1",
"react-autosuggest": "^9.3.2",
"react-classnames": "^0.1.2",
"react-dom": "^15.6.1",
"react-mapbox-gl": "^3.9.2",
"react-piwik": "^1.6.0",
"react-redux": "^5.0.5",
"react-router-dom": "^4.1.2",
"react-router-redux": "^5.0.0-alpha.9",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"typeface-roboto": "0.0.50"
},
"devDependencies": {
"autoprefixer": "7.1.1",
"babel": "^6.23.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.3",
"babel-loader": "^7.1.4",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"clean-webpack-plugin": "^0.1.19",
"css-loader": "^0.28.4",
"eslint": "4.19.1",
"eslint-loader": "^2.0.0",
"eslint-plugin-react": "^7.8.2",
"file-loader": "^1.1.11",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.4.0",
"node-sass": "^4.9.0",
"optimize-css-assets-webpack-plugin": "^4.0.2",
"postcss-loader": "2.0.6",
"sass-loader": "^7.0.2",
"style-loader": "^0.18.2",
"sw-precache-webpack-plugin": "0.11.3",
"uglifyjs-webpack-plugin": "^1.2.6",
"webpack": "^4.4.1",
"webpack-cli": "^2.1.5",
"webpack-dev-server": "^3.1.4"
},
"proxy": "http://localhost:3001",
"scripts": {
"build": "webpack --config webpack/webpack.config.prod.js",
"start": "webpack-dev-server --config webpack/webpack.config.dev.js --open"
},
"babel": {
"presets": [
[
"env",
{
"modules": false
}
],
"react"
],
"plugins": [
"transform-class-properties"
]
},
"eslintConfig": {
"extends": "react"
}
}