-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 943 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
34
35
36
37
{
"name": "parabible-mobile",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"res:build": "rescript",
"res:clean": "rescript clean",
"res:dev": "rescript -w",
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@glennsl/rescript-fetch": "^0.2.0",
"@glennsl/rescript-json-combinators": "^1.4.0",
"@ionic/react": "^8.0.0",
"@ionic/react-router": "^8.0.0",
"@rescript/core": "^1.4.0",
"@rescript/react": "^0.12.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router": "^5.3.4",
"react-router-dom": "^5.3.4",
"rescript": "^11.1.1",
"rescript-webapi": "^0.9.1",
"zustand": "^4.5.2"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.15",
"postcss": "^8.4.28",
"tailwindcss": "^3.3.3",
"vite": "5.2.13",
"vite-plugin-pwa": "^0.20.1"
}
}