-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 926 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 926 Bytes
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
37
38
39
40
{
"name": "anthaathi-commerce-web-client",
"scripts": {
"dev": "solid-start dev",
"build": "solid-start build",
"start": "solid-start start"
},
"type": "module",
"license": "MIT",
"workspaces": {
"nohoist": [
"solid-start"
]
},
"installConfig": {
"hoistingLimits": "workspaces"
},
"devDependencies": {
"@types/compression": "^1.7.2",
"prettier": "^2.7.1",
"solid-start-node": "0.1.0-alpha.105",
"ts-node": "^10.9.1",
"typescript": "^4.8.2",
"vite": "^3.2.7",
"vite-plugin-solid": "^2.3.6",
"vite-plugin-svg-inject": "^1.0.6"
},
"dependencies": {
"@anthaathi/oracle-apex-solid-icons": "^0.0.9",
"@anthaathi/solid-styletron": "^0.0.1",
"@solidjs/meta": "^0.28.0",
"@solidjs/router": "^0.4.3",
"solid-js": "^1.5.4",
"solid-start": "0.1.0-alpha.105",
"undici": "^5.10.0"
},
"engines": {
"node": ">=14"
}
}