|
|
@@ -5,7 +5,9 @@ |
|
|
|
"production": "FRAPPE_ENV=production node rollup/build.js", |
|
|
|
"watch": "node rollup/watch.js", |
|
|
|
"cypress:run": "cypress run --record --key 4a48f41c-11b3-425b-aa88-c58048fa69eb", |
|
|
|
"cypress:open": "cypress open" |
|
|
|
"cypress:open": "cypress open", |
|
|
|
"snyk-protect": "snyk protect", |
|
|
|
"prepare": "yarn run snyk-protect" |
|
|
|
}, |
|
|
|
"repository": { |
|
|
|
"type": "git", |
|
|
@@ -43,7 +45,8 @@ |
|
|
|
"superagent": "^3.8.2", |
|
|
|
"touch": "^3.1.0", |
|
|
|
"vue": "^2.6.8", |
|
|
|
"vue-router": "^2.0.0" |
|
|
|
"vue-router": "^2.0.0", |
|
|
|
"snyk": "^1.288.0" |
|
|
|
}, |
|
|
|
"devDependencies": { |
|
|
|
"babel-runtime": "^6.26.0", |
|
|
@@ -61,5 +64,6 @@ |
|
|
|
"rollup-plugin-terser": "^4.0.4", |
|
|
|
"rollup-plugin-vue": "4.2.0", |
|
|
|
"vue-template-compiler": "^2.6.8" |
|
|
|
} |
|
|
|
}, |
|
|
|
"snyk": true |
|
|
|
} |