-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1004 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 1004 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
33
34
35
36
37
38
{
"name": "copicseal-templates",
"type": "module",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"lint": "eslint --fix",
"build": "vue-tsc -b && vite build",
"build:tpl": "node ./build/build-components.js",
"build:zip": "node ./build/build-zip.js",
"build:all": "npm run build:tpl && npm run build",
"create-template": "node ./build/create-template.js",
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.5.24"
},
"devDependencies": {
"@antfu/eslint-config": "^6.7.3",
"@types/node": "^24.10.1",
"@vitejs/plugin-vue": "^6.0.1",
"@vitejs/plugin-vue-jsx": "^5.1.3",
"@vue/tsconfig": "^0.8.1",
"boxen": "^8.0.1",
"chalk": "^5.3.0",
"cli-progress": "^3.12.0",
"dotenv": "^17.2.3",
"eslint": "^9.39.2",
"eslint-plugin-format": "^1.1.0",
"jszip": "^3.10.1",
"ora": "^9.0.0",
"sass": "^1.97.1",
"typescript": "~5.9.3",
"vite": "^7.2.4",
"vue-tsc": "^3.1.4"
}
}