-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 859 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": "rescript-gol",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "NODE_ENV='production' vite build --base=/rescript-gol/",
"clean": "rescript clean -with-deps",
"format": "rescript format -all",
"serve": "vite preview",
"start": "vite",
"test": "vitest"
},
"dependencies": {
"@glennsl/bs-json": "^5.0.4",
"@rescript/react": "^0.10.3",
"@ryyppy/rescript-promise": "^2.1.0",
"bs-fetch": "^0.6.2",
"preact": "^10.11.0",
"rescript-webapi": "^0.6.1"
},
"devDependencies": {
"@jihchi/vite-plugin-rescript": "^4.1.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@vitejs/plugin-react": "^2.1.0",
"jsdom": "^20.0.0",
"rescript": "^10.0.1",
"rescript-vitest": "^0.3.0",
"vite": "^3.2.10",
"vitest": "^0.23.2"
}
}