forked from babajka/babajka-legends-map
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 2.02 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
{
"name": "babajka-legends-map",
"version": "0.0.1",
"description": "Wir.by Map of Legends",
"main": "src/index.js",
"moduleRoots": [
"./src"
],
"scripts": {
"fetch-legends": "node bin/fetchLegends.js",
"scrap-emojis": "node bin/emojipediaScrapper.js",
"upload-to-cl": "node bin/cloudinaryUpload.js",
"postinstall": "npm i --prefix bin --production && npm run fetch-legends",
"start": "react-scripts start",
"lint": "npm run eslint .",
"build": "react-scripts build",
"analyze": "npm run build -- --stats && webpack-bundle-analyzer build/bundle-stats.json",
"predeploy": "REACT_APP_WIR_ENV=staging npm run build",
"deploy": "gh-pages -d build",
"deploy:prod": "bash bin/deploy.sh",
"eslint": "eslint --ignore-path .gitignore --fix",
"prettier": "prettier --write",
"prettier-stylelint": "prettier-stylelint --write",
"update-assets": "bash bin/update-assets.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/babajka/babajka-legends-map.git"
},
"author": "babajka team <github.com/babajka>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/babajka/babajka-legends-map/issues"
},
"dependencies": {
"@reach/router": "^1.2.1",
"classnames": "^2.2.6",
"formatcoords": "^1.1.3",
"mapbox-gl": "^0.52.0",
"node-sass": "^4.11.0",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-ga": "^2.5.6",
"react-mapbox-gl": "^4.0.2",
"react-scripts": "3.1.1"
},
"devDependencies": {
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^4.1.0",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.12.4",
"gh-pages": "^2.0.1",
"husky": "^1.3.1",
"lint-staged": "^8.1.5",
"prettier": "^1.17.0",
"prettier-stylelint": "^0.4.2",
"stylelint-config-idiomatic-order": "^6.2.0",
"webpack-bundle-analyzer": "^3.3.2"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}