-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·37 lines (37 loc) · 1.04 KB
/
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
37
{
"name": "vite-template-solid",
"version": "0.0.0",
"description": "",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"license": "MIT",
"devDependencies": {
"@types/node": "^18.15.11",
"autoprefixer": "^10.4.7",
"music-metadata": "^9.0.1",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.6",
"typescript": "^4.7.4",
"vite": "^3.0.0",
"vite-plugin-solid": "^2.3.0",
"vite-plugin-wasm": "^3.2.2"
},
"dependencies": {
"@solid-primitives/intersection-observer": "^2.0.1",
"@solid-primitives/keyed": "^1.2.2",
"@solidjs/router": "^0.8.2",
"esbuild": "^0.14.53",
"flag-icons": "^6.6.4",
"fontverter": "^2.0.0",
"highlight.js": "^11.8.0",
"path": "^0.12.7",
"portfolio-game": "file:pkg",
"solid-js": "^1.7.5",
"solid-markdown": "^1.2.2",
"solid-styled-components": "^0.28.5",
"tailwind-merge": "^1.14.0"
}
}