-
Notifications
You must be signed in to change notification settings - Fork 82
/
package.json
36 lines (36 loc) · 951 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
{
"scripts": {
"start": "vite",
"type-check": "tsc --noEmit",
"type-check-watch": "tsc src/**/*.{ts,tsx} --noEmit --watch",
"build": "tsc && vite build",
"test": "jest",
"postbuild": "workbox generateSW workbox-config.js",
"serve": "vite preview"
},
"dependencies": {
"@mdi/js": "^5.9.55",
"@reach/slider": "^0.15.0",
"@rooks/use-raf": "^4.11.2",
"clsx": "^1.1.1",
"date-fns": "^2.22.1",
"framer-motion": "^4.1.17",
"immer": "^9.0.3",
"jotai": "^1.0.0",
"preact": "^10.5.13",
"react-rnd": "^10.3.3",
"react-roving-tabindex": "^3.1.0"
},
"devDependencies": {
"@preact/preset-vite": "^2.1.0",
"@types/jest": "^26.0.23",
"@types/react": "^17.0.11",
"autoprefixer": "^10.2.6",
"prettier": "^2.3.1",
"sass": "^1.34.1",
"typescript": "^4.3.2",
"typescript-plugin-css-modules": "^3.4.0",
"vite": "^2.2.4",
"workbox-cli": "^6.1.5"
}
}