-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 1011 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
{
"name": "drawio",
"version": "0.0.1",
"description": "draw.io integration for owncloud-phoenix",
"scripts": {
"lint": "eslint src/**/*.vue src/**/*.js --color --global requirejs --global require",
"lint-fix": "eslint src/**/*.vue src/**/*.js --color --global requirejs --global require --fix",
"watch": "webpack --progress --colors --watch --mode development --config webpack.dev.js",
"build": "webpack -p --config webpack.common.js"
},
"author": "Esteban Puentes",
"license": "AGPL-3.0",
"devDependencies": {
"@babel/core": "^7.6.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/polyfill": "^7.6.0",
"@babel/preset-env": "^7.6.0",
"babel-loader": "^8.0.6",
"babel-runtime": "^6.26.0",
"css-loader": "^3.1.0",
"vue-loader": "^15.7.1",
"vue-template-compiler": "^2.6.10",
"vuex": "3.1.1",
"webpack": "^4.36.1",
"webpack-cli": "^3.3.8",
"webpack-merge": "^4.2.2"
},
"dependencies": {
"vue": "^2.6.11"
}
}