✨ (vite) feature flow as a VueJS app
This commit is contained in:
15
package.json
15
package.json
@@ -1,17 +1,24 @@
|
||||
{
|
||||
"name": "tps",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"private": true,
|
||||
"description": "Thinking People System",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "vite build",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"author": "Julien Calixte <julienc@bam.tech>",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"vite": "^4.4.1"
|
||||
"vite": "^4.4.1",
|
||||
"vue": "^3.3.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^20.4.2",
|
||||
"@vitejs/plugin-vue": "^4.2.3",
|
||||
"node-sass": "^9.0.0",
|
||||
"typescript": "^5.1.6"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user