-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 988 Bytes
/
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
{
"name": "style-editor",
"version": "0.3.0",
"private": true,
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"lint": "eslint src --fix"
},
"dependencies": {
"@mapbox/mapbox-gl-style-spec": "13.9.0",
"@urbica/react-map-gl": "1.12.0",
"brace": "0.11.1",
"mapbox-gl": "1.4.0",
"prop-types": "15.7.2",
"react": "16.10.2",
"react-ace": "7.0.4",
"react-dom": "16.10.2"
},
"devDependencies": {
"eslint-config-urbica": "3.0.0",
"gh-pages": "2.1.1",
"git-cz": "3.2.1",
"react-scripts": "3.2.0"
},
"eslintConfig": {
"extends": "urbica/react",
"env": {
"browser": true
}
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"homepage": "https://device25.github.io/style-editor/"
}