-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 781 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 781 Bytes
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
{
"name": "vite-react-rescript-starter",
"version": "1.0.0",
"scripts": {
"build": "vite build",
"clean": "rescript clean -with-deps",
"format": "rescript format -all",
"serve": "vite preview",
"start": "vite"
},
"dependencies": {
"@glennsl/bs-json": "^5.0.4",
"bs-fetch": "^0.6.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rescript-asyncdata": "^4.0.0",
"rescript-react-update": "^4.0.0"
},
"devDependencies": {
"@jihchi/vite-plugin-rescript": "^1.1.0",
"@rescript/react": "^0.10.3",
"@ryyppy/rescript-promise": "^2.1.0",
"@vitejs/plugin-react-refresh": "^1.3.5",
"autoprefixer": "^10.3.2",
"postcss": "^8.3.6",
"rescript": "^9.1.3",
"tailwindcss": "^2.2.7",
"vite": "^2.4.3"
}
}