-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.06 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
{
"name": "g5l-dashboard",
"version": "1.0.0",
"main": "index.js",
"author": "Gabriel Debona <gabriel.debona@gmail.com>",
"license": "MIT",
"scripts": {
"dev": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"resolutions": {
"prosemirror-model": "1.8.2"
},
"dependencies": {
"axios": "^0.19.2",
"dotenv": "^8.2.0",
"tiptap": "^1.26.6",
"tiptap-extensions": "^1.28.6",
"vue": "^2.6.11",
"vue-clickaway": "^2.2.2",
"vue-material": "^1.0.0-beta-11",
"vue-router": "^3.1.5",
"vuelidate": "^0.7.5"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.1.0",
"@vue/cli-plugin-eslint": "^4.1.2",
"@vue/cli-service": "^4.1.0",
"@vue/eslint-config-prettier": "4.0.1",
"babel-eslint": "^10.0.3",
"es6-promise": "^4.2.8",
"eslint": "^6.8.0",
"eslint-plugin-vue": "^6.2.1",
"node-sass": "^4.13.1",
"sass-loader": "^8.0.2",
"vue-template-compiler": "^2.6.11",
"webpack": "^4.42.0",
"webpack-svgstore-plugin": "^4.1.0"
}
}