-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 942 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": "tabified",
"version": "1.0.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@babel/eslint-parser": "^7.18.9",
"@babel/eslint-plugin": "^7.17.7",
"bootstrap": "^4.5.0",
"core-js": "^3.23.5",
"element-ui": "^2.13.2",
"eslint": "^7.3.1",
"eslint-plugin-vue": "^6.2.2",
"nouislider": "^14.6.0",
"vue": "^2.6.11",
"vue-lazy-load": "^0.0.7",
"vue-lazyload": "^1.3.3",
"vue-router": "^3.3.4",
"vue2-transitions": "^0.3.0",
"webpack": "^5.73.0",
"yarn": "^1.22.19"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^5.0.8",
"@vue/cli-plugin-eslint": "^4.4.6",
"@vue/cli-service": "^4.5.19",
"babel-plugin-component": "^1.1.1",
"node-sass": "^4.14.1",
"sass-loader": "^8.0.2",
"vue-template-compiler": "^2.6.11"
}
}