65 lines
1.7 KiB
JSON
65 lines
1.7 KiB
JSON
{
|
|
"name": "flagnote-web",
|
|
"version": "1.0.0",
|
|
"description": "flagnote web",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "npm run serve",
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"build:staging": "vue-cli-service build --mode=staging",
|
|
"build:prod": "vue-cli-service build --mode=production",
|
|
"lint": "eslint ./src --ext .js,.vue",
|
|
"lint:fix": "eslint ./src --ext .js,.vue --fix",
|
|
"prepare": "husky install"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.27.2",
|
|
"babel-plugin-import": "^1.13.6",
|
|
"buffer": "^6.0.3",
|
|
"clipboard": "^2.0.11",
|
|
"core-js": "^3.8.3",
|
|
"crypto-js": "^4.1.1",
|
|
"escape-html": "^1.0.3",
|
|
"file-saver": "^2.0.5",
|
|
"github-markdown-css": "^5.6.1",
|
|
"html2canvas": "^1.4.1",
|
|
"pako": "^2.1.0",
|
|
"qrcodejs2-fixes": "^0.0.2",
|
|
"view-ui-plus": "^1.3.10",
|
|
"vue": "^3.2.13",
|
|
"vue-axios": "^3.5.2",
|
|
"vue-i18n": "^9.2.2",
|
|
"vue-markdown-render": "^2.2.1",
|
|
"vue-router": "^4.1.6",
|
|
"vuex": "^4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/cli-plugin-babel": "~5.0.0",
|
|
"@vue/cli-plugin-router": "~5.0.0",
|
|
"@vue/cli-plugin-vuex": "~5.0.0",
|
|
"@vue/cli-service": "~5.0.0",
|
|
"compression-webpack-plugin": "^11.1.0",
|
|
"eslint": "^8.14.0",
|
|
"eslint-config-airbnb-base": "^15.0.0",
|
|
"eslint-plugin-import": "^2.29.1",
|
|
"eslint-plugin-vue": "^8.7.1",
|
|
"husky": "^7.0.4",
|
|
"javascript-obfuscator": "^4.1.0",
|
|
"less": "^4.0.0",
|
|
"less-loader": "^10.2.0",
|
|
"mockjs": "^1.1.0",
|
|
"webpack-obfuscator": "^3.5.1"
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"last 2 versions",
|
|
"not dead",
|
|
"not ie 11"
|
|
],
|
|
"engines": {
|
|
"node": ">= 12.0.0",
|
|
"npm": ">= 6.9.0"
|
|
}
|
|
}
|