зеркало из https://github.com/mozilla/code-review.git
51 строка
1.5 KiB
JSON
51 строка
1.5 KiB
JSON
{
|
|
"name": "code-review-frontend",
|
|
"version": "1.8.6",
|
|
"repository": "https://github.com/mozilla/code-review",
|
|
"author": "",
|
|
"description": "Mozilla Code Review frontend",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"axios": "^1.7.2",
|
|
"bulma": "^1.0.2",
|
|
"lodash": "^4.17.21",
|
|
"vue": "^2.7.15",
|
|
"vue-chartjs": "^5.3.2",
|
|
"vue-router": "^3.6.5",
|
|
"vue-template-compiler": "^2.7.16",
|
|
"vuex": "^3.6.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/eslint-parser": "^7.25.9",
|
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
"@babel/preset-env": "^7.26.0",
|
|
"babel-loader": "^9.2.1",
|
|
"clean-webpack-plugin": "^4.0.0",
|
|
"eslint": "^8.57.1",
|
|
"eslint-config-standard": "^17.1.0",
|
|
"eslint-plugin-babel": "^5.3.1",
|
|
"eslint-plugin-import": "^2.31.0",
|
|
"eslint-plugin-n": "^16.6.2",
|
|
"eslint-plugin-promise": "^6.6.0",
|
|
"eslint-plugin-vue": "^9.30.0",
|
|
"html-webpack-plugin": "^5.6.3",
|
|
"mini-css-extract-plugin": "^2.9.2",
|
|
"process": "^0.11.10",
|
|
"style-loader": "^4.0.0",
|
|
"vue-loader": "^15.11.1",
|
|
"webpack": "^5.96.1",
|
|
"webpack-cli": "^5.1.4",
|
|
"webpack-dev-server": "^5.1.0",
|
|
"webpack-merge": "^6.0.1"
|
|
},
|
|
"scripts": {
|
|
"build": "webpack --mode=production",
|
|
"build:dev": "webpack --mode=development",
|
|
"start": "webpack serve --mode=development",
|
|
"lint": "eslint *.js src/**/*.js src/**/*.vue",
|
|
"lint:fix": "eslint --fix *.js src/**/*.js src/**/*.vue"
|
|
},
|
|
"keywords": [],
|
|
"license": "MPLv2"
|
|
}
|