-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.03 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
{
"name": "bg-quickstart",
"version": "1.0.2",
"description": "The fastest way to pick a start player.",
"main": "src/index.js",
"dependencies": {
"@rescript/react": "^0.10.1",
"framer-motion": "^2.7.7",
"react": "^17.0.0",
"react-dom": "^17.0.0"
},
"scripts": {
"dev": "vite",
"prebuild": "yarn re:build",
"start": "vite preview",
"build": "vite build",
"test": "jest",
"re:build": "bsb -make-world -clean-world",
"re:watch": "bsb -make-world -clean-world -w"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@tailwindcss/jit": "^0.1.3",
"@vitejs/plugin-react-refresh": "^1.3.1",
"autoprefixer": "^10.2.5",
"bs-platform": "^9.0.1",
"gentype": "^3.44.0",
"postcss": "^8.2.8",
"tailwindcss": "^2.0.3",
"vite": "^2.1.0",
"vite-plugin-pwa": "^0.5.6"
}
}