forked from estacionckweb/recorridos-literarios
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.27 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
{
"name": "WEB_MAP",
"version": "0.1.0",
"private": true,
"devDependencies": {
"autoprefixer": "^9.3.1",
"gh-pages": "^2.0.1",
"postcss-cli": "^6.0.1",
"react-scripts": "2.1.1",
"tailwindcss": "^0.7.2"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@mui/base": "^5.0.0-alpha.121",
"@mui/icons-material": "^5.11.11",
"@mui/joy": "^5.0.0-alpha.71",
"@mui/lab": "^5.0.0-alpha.126",
"@mui/material": "^5.12.0",
"@mui/styles": "^5.11.12",
"@turf/turf": "^5.1.6",
"d3": "^7.8.2",
"lunr": "^2.3.5",
"lunr-languages": "^1.0.0",
"mapbox-gl": "^0.51.0-beta.2",
"onsenui": "^2.10.5",
"react": "^18",
"react-dom": "^18",
"react-onsenui": "^1.11.1"
},
"scripts": {
"build:css": "postcss src/styles/index.css -o src/index.css",
"watch:css": "postcss src/styles/index.css -o src/index.css -w",
"start": "npm run watch:css & react-scripts start",
"build": "npm run build:css && react-scripts build",
"deploy": "gh-pages -d build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}