-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.29 KB
/
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
37
38
39
40
41
42
43
44
45
{
"name": "todo_app",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@syncfusion/ej2-base": "^17.2.40",
"@syncfusion/ej2-buttons": "^17.2.35",
"@syncfusion/ej2-data": "^17.2.39",
"@syncfusion/ej2-dropdowns": "^17.2.40",
"@syncfusion/ej2-inputs": "^17.2.40",
"@syncfusion/ej2-lists": "^17.2.34",
"@syncfusion/ej2-popups": "^17.2.35",
"@syncfusion/ej2-vue-dropdowns": "^17.2.40",
"@syncfusion/ej2-vue-grids": "^17.2.40",
"core-js": "^2.6.5",
"firebase": "^6.3.5",
"vue": "^2.6.10",
"vue-router": "^3.0.3",
"vuefire": "^2.1.2",
"vuetify": "^2.0.0",
"vuex": "^3.0.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.10.0",
"@vue/cli-plugin-eslint": "^3.10.0",
"@vue/cli-service": "^3.10.0",
"@vue/eslint-config-prettier": "^5.0.0",
"babel-eslint": "^10.0.1",
"css-loader": "^3.2.0",
"eslint": "^5.16.0",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-vue": "^5.0.0",
"prettier": "^1.18.2",
"sass": "^1.17.4",
"sass-loader": "^7.1.0",
"vue-cli-plugin-vuetify": "^0.6.1",
"vue-template-compiler": "^2.6.10",
"vuetify-loader": "^1.2.2"
}
}