-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 907 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 907 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
{
"name": "fc-plus",
"version": "1.0.1",
"type": "module",
"scripts": {
"build:watch": "cross-env WATCH=true vite build --watch",
"build": "vite build",
"server": "http-server -c5 dist",
"dev": "npm-run-all --parallel build:watch server"
},
"devDependencies": {
"@preact/preset-vite": "^2.9.0",
"@types/node": "^20.16.2",
"@types/unidecode": "^0.1.3",
"@violentmonkey/types": "^0.1.9",
"autoprefixer": "^10.4.20",
"cross-env": "^7.0.3",
"http-server": "^14.1.1",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.41",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"tailwindcss": "^3.4.10",
"vite": "^5.4.2"
},
"dependencies": {
"preact": "^10.23.2",
"preact-router": "^4.1.2",
"unidecode": "^1.1.0"
}
}