-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 915 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": "vite-template-solid",
"version": "0.0.0",
"description": "",
"scripts": {
"start": "npx vite",
"dev": "npx vite",
"build": "npx vite build",
"serve": "npx vite preview",
"lint": "eslint ./src",
"icons": "pwa-assets-generator --preset minimal-2023 src/assets/favicon.svg"
},
"license": "MIT",
"devDependencies": {
"@eslint/js": "^9.1.1",
"@vite-pwa/assets-generator": "^0.2.4",
"@vitejs/plugin-basic-ssl": "^1.1.0",
"eslint": "^8.57.0",
"eslint-plugin-solid": "^0.13.2",
"globals": "^15.0.0",
"sass": "^1.74.1",
"solid-devtools": "^0.29.2",
"typescript": "^5.3.3",
"typescript-eslint": "^7.7.0",
"vite": "^5.0.11",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-solid": "^2.8.2"
},
"dependencies": {
"@solid-primitives/autofocus": "^0.0.111",
"@solidjs/router": "^0.13.1",
"solid-js": "^1.8.11"
}
}