-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 871 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
{
"name": "rigel",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "playwright test",
"testui": "playwright test --ui"
},
"devDependencies": {
"@playwright/test": "^1.34.3",
"typescript": "*",
"vite": "^3.2.3",
"vite-plugin-pwa": "^0.13.3",
"vite-plugin-solid": "^2.4.0"
},
"dependencies": {
"@hope-ui/solid": "^0.6.7",
"@solidjs/router": "^0.5.0",
"@stitches/core": "^1.2.8",
"@types/ramda": "^0.28.20",
"dayjs": "^1.11.8",
"dexie": "^3.2.2",
"ky": "^0.32.2",
"nanoid": "^4.0.0",
"ramda": "^0.28.0",
"solid-dexie": "^0.0.5",
"solid-js": "^1.6.2",
"solid-transition-group": "^0.0.12",
"workbox-precaching": "^6.5.4",
"workbox-window": "^6.5.4"
}
}