-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1001 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 1001 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
31
32
33
34
35
36
37
38
39
40
{
"name": "demo-app",
"version": "0.0.0",
"scripts": {
"res:build": "rescript",
"res:clean": "rescript clean",
"res:dev": "rescript -w",
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"keywords": [
"rescript"
],
"author": "",
"license": "MIT",
"dependencies": {
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@glennsl/rescript-fetch": "^0.2.1",
"@mui/icons-material": "^5.16.6",
"@mui/material": "^5.16.6",
"@mui/styled-engine-sc": "^6.0.0-alpha.18",
"@rescript-mui/material": "^5.0.0-rc.2",
"@rescript/core": "1.5.2",
"@rescript/react": "^0.13.0",
"@simplewebauthn/browser": "^10.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rescript": "11.1.3",
"styled-components": "^6.1.12"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.41",
"tailwindcss": "^3.4.7",
"vite": "^5.3.5"
}
}