This repository has been archived by the owner on Sep 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.08 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "@signifly/travy",
"version": "0.5.23",
"license": "MIT",
"main": "dist/lib.common.js",
"repository": "github:signifly/travy",
"scripts": {
"release": "docker-compose run --rm app sh -c 'yarn && yarn test && yarn build-lib' && np --yolo --any-branch",
"build-lib": "vue-cli-service build --target lib --formats commonjs --name lib src/lib.js",
"jest": "vue-cli-service test:unit --verbose",
"dev": "vue-cli-service serve --port 3000",
"build-app": "vue-cli-service build",
"inspect": "vue-cli-service inspect",
"test": "yarn lint && yarn jest",
"lint": "vue-cli-service lint"
},
"files": [
"src",
"dist"
],
"prettier": "@signifly/config/prettier",
"eslintConfig": {
"extends": "./node_modules/@signifly/config/eslint.vue.js"
},
"dependencies": {
"axios": "0.18.1",
"dompurify": "^2.1.1",
"element-ui": "2.13.0",
"filepond": "4.7.4",
"filepond-plugin-file-validate-type": "1.2.4",
"filepond-plugin-image-preview": "4.5.0",
"immer": "5.0.0",
"lodash": "4.17.15",
"marked": "^1.2.0",
"normalize.css": "8.0.1",
"object-to-formdata": "2.1.2",
"simplemde-theme-base": "0.2.1",
"urlon": "3.0.1",
"vue": "2.6.10",
"vue-content-loader": "0.2.2",
"vue-filepond": "5.1.3",
"vue-router": "3.1.3",
"vue-shortkey": "3.1.7",
"vue-simplemde": "1.0.3",
"vuedraggable": "2.23.2",
"vuex": "3.1.2"
},
"devDependencies": {
"@signifly/config": "1.0.3",
"@vue/cli-plugin-babel": "4.1.1",
"@vue/cli-plugin-eslint": "4.1.1",
"@vue/cli-plugin-unit-jest": "4.1.1",
"@vue/cli-service": "4.1.1",
"@vue/test-utils": "1.0.0-beta.29",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "10.0.3",
"babel-plugin-component": "1.1.1",
"babel-plugin-lodash": "3.3.4",
"eslint": "5.16.0",
"eslint-config-prettier": "6.7.0",
"eslint-loader": "3.0.2",
"eslint-plugin-jest": "23.1.1",
"eslint-plugin-prettier": "3.1.1",
"eslint-plugin-vue": "6.0.1",
"fast-glob": "3.1.1",
"prettier": "1.19.1",
"sass": "1.23.7",
"sass-loader": "7.3.1",
"svg-inline-loader": "0.8.0",
"vue-cli-plugin-element": "1.0.1",
"vue-template-compiler": "2.6.10"
}
}