-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 908 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
{
"name": "rescript-memory",
"description": "Memory game built in ReScript",
"version": "1.1.0",
"private": true,
"scripts": {
"build": "vite build",
"clean": "NINJA_ANSI_FORCED=1 rescript clean -with-deps",
"format": "NINJA_ANSI_FORCED=1 rescript format -all",
"serve": "vite preview",
"dev": "NINJA_ANSI_FORCED=1 vite",
"test": "rescript build -with-deps"
},
"dependencies": {
"@rescript/react": "0.10.3",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "4.3.1",
"rescript-classnames": "6.0.0",
"rescript-react-update": "5.0.0",
"rescript-webapi": "0.6.0",
"tailwindcss": "3.0.20"
},
"devDependencies": {
"@jihchi/vite-plugin-rescript": "2.0.2",
"@vitejs/plugin-react-refresh": "1.3.6",
"autoprefixer": "10.4.2",
"jsdom": "19.0.0",
"postcss": "8.4.6",
"rescript": "9.1.3",
"vite": "2.8.0"
}
}