-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 747 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 747 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
{
"name": "solid-svg-tutorial",
"private": true,
"version": "0.0.0",
"type": "module",
"homepage": ".",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"prism-themes": "^1.9.0",
"prismjs": "^1.29.0",
"radash": "^12.1.0",
"solid-js": "^1.8.15"
},
"devDependencies": {
"@babel/core": "^7.24.6",
"@types/prismjs": "^1.26.4",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"prettier": "^3.3.0",
"solid-styled-jsx": "^0.27.1",
"tailwindcss": "^3.4.3",
"typescript": "^5.2.2",
"vite": "^5.2.0",
"vite-plugin-babel": "^1.2.0",
"vite-plugin-prismjs": "^0.0.11",
"vite-plugin-solid": "^2.10.2"
}
}