-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
63 lines (63 loc) · 1.95 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
{
"name": "playground",
"version": "0.1",
"main": "index.js",
"license": "MIT",
"homepage": "https://play.hackmit.org",
"scripts": {
"start": "cross-env NODE_ENV=development webpack-dev-server --config config/webpack.dev.js --host 0.0.0.0",
"build": "cross-env NODE_ENV=production webpack --config config/webpack.prod.js",
"predeploy": "yarn run build",
"deploy": "gh-pages -d dist"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-class-properties": "^7.10.1",
"@babel/preset-env": "^7.9.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.1.1",
"cross-env": "^7.0.2",
"css-loader": "^3.5.0",
"cssnano": "^4.1.10",
"eslint": "^7.6.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-loader": "^4.0.0",
"eslint-plugin-import": "^2.22.0",
"file-loader": "^6.0.0",
"html-webpack-plugin": "^4.0.4",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.13.1",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"postcss-loader": "^3.0.0",
"postcss-preset-env": "^6.7.0",
"sass-loader": "^8.0.2",
"style-loader": "^1.1.3",
"terser-webpack-plugin": "^2.3.5",
"url-loader": "^4.0.0",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3",
"webpack-merge": "^4.2.2"
},
"dependencies": {
"@babel/plugin-transform-react-jsx": "^7.10.4",
"@babel/plugin-transform-react-jsx-self": "^7.10.4",
"@mapbox/mapbox-gl-geocoder": "^4.6.0",
"axios": "^0.19.2",
"email-validator": "^2.0.4",
"eslint-config-prettier": "^6.11.0",
"fs": "^0.0.1-security",
"hotkeys-js": "^3.8.1",
"ismobilejs": "^1.1.1",
"mapbox-gl": "^1.12.0",
"modal": "^1.2.0",
"moment": "^2.27.0",
"path": "^0.12.7",
"router": "^1.3.5",
"sweetalert": "^2.1.2",
"three": "^0.118.3",
"youtube-iframe": "^1.0.3"
}
}