-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
34 lines (34 loc) · 870 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
{
"name": "vite-react-rescript-starter",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "vite build",
"clean": "rescript clean -with-deps",
"format": "rescript format -all",
"serve": "vite preview",
"start": "vite",
"test": "vitest"
},
"dependencies": {
"@rescript/core": "^0.6.0",
"@rescript/react": "^0.12.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rescript-webapi": "^0.9.1"
},
"devDependencies": {
"@jihchi/vite-plugin-rescript": "^6.0.0",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.2",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.19",
"jsdom": "^24.0.0",
"postcss": "^8.4.38",
"rescript": "^11.0.1",
"rescript-vitest": "^1.3.0",
"tailwindcss": "^3.4.3",
"vite": "^5.2.8",
"vitest": "^1.4.0"
}
}