-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.72 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
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "vue-directus",
"version": "1.0.0",
"description": "A Vue.js plugin for front-end content editing.",
"author": "Oskar Rainer",
"private": true,
"browserslist": [
"> 1%",
"last 2 versions",
"not IE < 11"
],
"scripts": {
"dev": "cross-env NODE_ENV=development poi --config .poirc.js",
"build": "cross-env NODE_ENV=production poi build --config .poirc.js",
"lint:js": "eslint --ext .js,.vue src",
"lint:css": "stylelint **/*.{vue,css,scss,sass,less}",
"lint": "npm run -s lint:js; npm run -s lint:css; exit 0"
},
"devDependencies": {
"babel-eslint": "^8.2.1",
"cross-env": "^5.1.3",
"eslint": "^4.16.0",
"eslint-config-prettier": "^2.9.0",
"eslint-config-standard": "^11.0.0-beta.0",
"eslint-import-resolver-webpack": "^0.8.4",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-prettier": "^2.5.0",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"eslint-plugin-vue": "^4.2.0",
"poi": "^9.6.13",
"poi-preset-eslint": "^9.1.1",
"postcss": "^6.0.16",
"postcss-cssnext": "^3.1.0",
"postcss-import": "^11.0.0",
"postcss-nested": "^3.0.0",
"prettier": "^1.10.2",
"stylelint": "^8.4.0",
"stylelint-config-prettier": "^2.0.0",
"stylelint-webpack-plugin": "^0.10.1"
},
"dependencies": {
"directus-sdk-javascript": "^2.7.0",
"lodash": "^4.17.5",
"normalize.css": "^8.0.0",
"quill-image-drop-module": "^1.0.3",
"quill-image-resize-module": "^3.0.0",
"shortid": "^2.2.8",
"vue": "^2.5.13",
"vue-croppie": "^1.3.10",
"vue-dragula": "^1.3.1",
"vue-images-loaded": "^1.1.2",
"vue2-editor": "^2.4.2",
"vuex": "^3.0.1"
}
}