-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.13 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
{
"name": "onnikka-app",
"version": "0.1.0",
"homepage": ".",
"private": true,
"dependencies": {
"classnames": "^2.3.1",
"mapbox-gl": "^2.6.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"styled-components": "^5.3.3"
},
"scripts": {
"dev": "vite",
"build": "tsc && VITE_APP_VERSION=$(git rev-parse --short HEAD) VITE_APP_BUILD_TIME=$(date +%Y-%m-%dT%H:%M:%S%z) vite build",
"serve": "vite preview",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
},
"devDependencies": {
"@types/jest": "^27.0.2",
"@types/mapbox-gl": "^2.4.2",
"@types/react": "^17.0.33",
"@types/react-dom": "^17.0.10",
"@types/styled-components": "^5.1.15",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"@vitejs/plugin-react": "^1.0.7",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0",
"typescript": "^4.4.4",
"vite": "^2.6.13",
"vite-plugin-pwa": "^0.11.3"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}