-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 908 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
{
"name": "tetris-react",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"start": "VITE_MODE=production npm run dev",
"dev": "VITE_MODE=development vite",
"build": "VITE_MODE=production vite build",
"preview": "VITE_MODE=development vite preview"
},
"dependencies": {
"@arcgis/core": "~4.29.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.4.1"
},
"devDependencies": {
"@maxxxxxdlp/eslint-config": "^5.0.0",
"@maxxxxxdlp/eslint-config-react": "^3.0.0",
"@maxxxxxdlp/prettier-config": "^1.0.4",
"@types/node": "^20.11.24",
"@types/react": "^18.2.61",
"@types/react-dom": "^18.2.19",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.18",
"postcss": "^8.4.35",
"postcss-preset-env": "^9.4.0",
"prettier": "^3.2.5",
"typescript": "^5.3.3",
"vite": "^5.1.4"
}
}