-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
35 lines (35 loc) · 920 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
32
33
34
35
{
"name": "gmail-clone",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "vite build",
"lint": "vue-cli-service lint",
"deploy": "yarn build && firebase deploy",
"dev": "vite",
"host": "vite --host",
"preview": "vite preview",
"svg": "vsvg -s ./static/svg/src -t ./src/assets/icons"
},
"dependencies": {
"requirejs": "^2.3.6",
"smooth-scrollbar": "^8.7.4",
"vue": "^3.2.25",
"vue-router": "4"
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.2.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/eslint-config-prettier": "^6.0.0",
"autoprefixer": "^10.4.2",
"eslint": "^6.7.2",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-vue": "^7.0.0",
"postcss": "^8.4.6",
"prettier": "^2.2.1",
"tailwindcss": "^3.0.22",
"vite": "^2.8.0",
"vite-svg-loader": "^3.1.2"
}
}