-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 866 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
{
"name": "vite-custom-domain",
"version": "0.0.0",
"docker_options": "-v $(PWD):/home -w /home -p:80:80 -p 8080:8080 -p 443:443 -p 444:444",
"scripts": {
"dev": "vite",
"dev:sub": "vite src --host 0.0.0.0 --port 8080",
"dev:https": "vite --https",
"build": "vite build",
"preview": "vite preview --port 5050",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
"vite:help": "npx vite --help"
},
"dependencies": {
"pinia": "^2.0.13",
"vue": "^3.2.33",
"vue-router": "^4.0.14"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.1.0",
"@vitejs/plugin-vue": "^2.3.1",
"@vue/eslint-config-prettier": "^7.0.0",
"eslint": "^8.5.0",
"eslint-plugin-vue": "^8.2.0",
"prettier": "^2.5.1",
"pug": "^3.0.2",
"stylus": "^0.57.0",
"vite": "^2.9.5"
}
}