init
This commit is contained in:
41
package.json
Normal file
41
package.json
Normal file
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"name": "my-starter-template",
|
||||
"private": true,
|
||||
"version": "0.1.0",
|
||||
"type": "module",
|
||||
"engines": {
|
||||
"node": "22",
|
||||
"npm": "10"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "vue-tsc -b && vite build",
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"vue": "^3.5.24"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@prettier/plugin-pug": "^3.4.2",
|
||||
"@tailwindcss/postcss": "^4.1.13",
|
||||
"@tailwindcss/typography": "^0.5.19",
|
||||
"@tailwindcss/vite": "^4.1.18",
|
||||
"@types/node": "^24.10.1",
|
||||
"@vitejs/plugin-vue": "^6.0.1",
|
||||
"@vue/language-plugin-pug": "^3.0.8",
|
||||
"@vue/tsconfig": "^0.8.1",
|
||||
"postcss": "^8.5.6",
|
||||
"postcss-comment": "^2.0.0",
|
||||
"postcss-import": "^16.1.1",
|
||||
"prettier-plugin-organize-imports": "^4.3.0",
|
||||
"prettier-plugin-tailwindcss": "^0.6.14",
|
||||
"pug": "^3.0.3",
|
||||
"tailwindcss": "^4.1.13",
|
||||
"typescript": "~5.9.3",
|
||||
"vite": "^7.2.4",
|
||||
"vue-tsc": "^3.1.4"
|
||||
},
|
||||
"imports": {
|
||||
"#style.css": "./src/style.css"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user