-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 851 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
36
{
"name": "infotainer",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "eslint .",
"deploy": "gh-pages -d dist --cname infotainer.tchh.in"
},
"dependencies": {
"core-js": "^3.8.3",
"vue": "^3.5.13"
},
"devDependencies": {
"@babel/core": "^7.12.16",
"@babel/eslint-parser": "^7.25.9",
"@eslint/js": "^9.17.0",
"@vue/cli-plugin-babel": "^5.0.0",
"@vue/cli-service": "^5.0.0",
"autoprefixer": "^10.4.19",
"eslint": "^9.17.0",
"eslint-plugin-vue": "^9.32.0",
"eslint-webpack-plugin": "^4.2.0",
"gh-pages": "^6.1.1",
"globals": "^15.14.0",
"postcss": "^8.4.39",
"tailwindcss": "^3.4.17"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead",
"not ie 11"
]
}