-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.37 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.37 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "staticstarter",
"description": "HTML/CSS/JS Template Build System for Karndean",
"private": true,
"type": "module",
"author": {
"name": "Roy Barber",
"email": "hi@roybarber.com",
"url": "https://roybarber.com"
},
"engines": {
"node": ">= 22"
},
"scripts": {
"dev": "vite --open",
"build": "vite build --emptyOutDir",
"preview": "vite preview",
"lint": "npx eslint --ext .vue --ext .js ./src",
"lint:fix": "npx eslint --fix --ext .vue --ext .js ./src",
"prettier": "prettier --check **/*.html"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.10.5",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/typography": "^0.5.16",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/eslint-config-prettier": "^10.1.0",
"autoprefixer": "^10.4.20",
"cross-env": "^7.0.3",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-hbs": "^1.0.3",
"eslint-plugin-html": "^8.1.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-tailwindcss": "^3.17.5",
"eslint-plugin-vue": "^9.32.0",
"glob": "11.0.0",
"handlebars": "^4.7.8",
"handlebars-layouts": "^3.1.4",
"path": "^0.12.7",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"prettier-eslint": "^16.3.0",
"swiper": "^11.2.0",
"tailwindcss": "^3.4.17",
"vite": "^6.0.7",
"vite-plugin-handlebars": "^2.0.0"
},
"dependencies": {
"lozad": "^1.16.0",
"vue": "^3.5.13"
}
}