generated from es2077/vite-rescript-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 834 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
{
"name": "vite-rescript-template",
"version": "0.0.1",
"scripts": {
"api": "json-server --watch api.json --port 3001",
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"rescript:build": "rescript",
"rescript:start": "rescript build -w",
"rescript:clean": "rescript clean"
},
"dependencies": {
"@emotion/css": "11.9.0",
"@rescript/react": "0.10.3",
"@rescriptbr/ancestor": "^0.5.0",
"@rescriptbr/react-query": "0.0.1",
"@ryyppy/rescript-promise": "2.1.0",
"@vitejs/plugin-react": "1.0.1",
"date-fns": "2.28.0",
"json-server": "0.17.0",
"react": "17.0.0",
"react-dom": "17.0.0",
"react-query": "3.39.1",
"rescript": "9.1.4",
"rescript-jzon": "1.3.0",
"web-vitals": "2.0.1"
},
"devDependencies": {
"vite": "2.3.8"
}
}