-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 907 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": "qinetik-anique",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "solid-start dev --host",
"start": "astro dev",
"build": "solid-start build",
"preview": "astro preview",
"astro": "astro",
"deploy": "node ./scripts/deploy.js"
},
"workspaces": [
"packages/*"
],
"dependencies": {
"@qinetik/anique": "^1.0.39",
"@qinetik/emotion": "^2.0.26",
"@qinetik/mdi": "^1.0.4",
"@solidjs/meta": "^0.29.1",
"@solidjs/router": "^0.8.3",
"dotenv": "^16.0.3",
"solid-js": "^1.8.4"
},
"devDependencies": {
"@types/node": "^18.11.17",
"gh-pages": "^6.0.0",
"solid-start": "^0.3.10",
"solid-start-node": "^0.3.10",
"solid-start-static": "^0.3.10",
"typescript": "^5.0.0",
"vite": "^4.5.0"
}
}