forked from Vizzuality/layers-storytelling
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.18 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
{
"name": "react-js",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.21.0",
"classnames": "^2.2.6",
"deck.gl": "7.3.6",
"i18next": "^19.8.3",
"i18next-browser-languagedetector": "^6.0.1",
"layer-manager": "^3.0.8",
"luma.gl": "7.3.2",
"mapbox-gl": "^1.12.0",
"node-sass": "4.14.1",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-i18next": "^11.7.3",
"react-map-gl": "^5.2.9",
"react-scripts": "^3.3.0",
"react-waypoint": "^9.0.3",
"tailwindcss": "^1.9.6",
"viewport-mercator-project": "6.1.1"
},
"scripts": {
"build:tailwind": "tailwindcss build src/tailwind.css -o src/tailwind.output.css",
"prestart": "npm run build:tailwind",
"prebuild": "npm run build:tailwind",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}