-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 959 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
30
31
{
"name": "spa_vue_javascript_hello-world_composition-api",
"version": "0.0.0",
"scripts": {
"dev": "vite --host 0.0.0.0 --port 4040",
"build": "vite build",
"preview": "vite preview --port 4173",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
"api": "json-server --host 0.0.0.0 --port 6060 --watch json-server/db.json --routes json-server/routes.json"
},
"dependencies": {
"@auth0/auth0-vue": "^2.0.0",
"@headlessui/vue": "^1.7.19",
"autoprefixer": "^10.4.19",
"axios": "^0.27.2",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"vue": "^3.2.36",
"vue-router": "^4.0.15"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.1.0",
"@vitejs/plugin-vue": "^2.3.3",
"@vue/eslint-config-prettier": "^7.0.0",
"eslint": "^8.5.0",
"eslint-plugin-vue": "^8.2.0",
"json-server": "^0.17.0",
"prettier": "^2.5.1",
"vite": "^2.9.9"
}
}