-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 913 Bytes
/
package.json
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
{
"name": "ts-js-functions",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"gen-view": "npx @dsabre/generate-vue-cli@latest --dir=src/views --suffix=View",
"gen-component": "npx @dsabre/generate-vue-cli@latest --dir=src/components",
"gen-func": "npx @dsabre/generate-vue-cli@latest --dir=src/views/functions --template=templates/function.vue",
"build-github-pages": "vite build --base=/ts-js-functions/ && cd dist && cp index.html 404.html && cd .."
},
"dependencies": {
"flowbite": "^2.0.0",
"highlight.js": "^11.9.0",
"notyf": "^3.10.0",
"vue": "^3.3.4",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.4.0",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.31",
"prettier": "3.0.3",
"tailwindcss": "^3.3.5",
"vite": "^4.4.11"
}
}