mirror of
https://github.com/woodchen-ink/clash-and-dashboard.git
synced 2025-07-18 05:51:56 +08:00
91 lines
3.0 KiB
JSON
91 lines
3.0 KiB
JSON
{
|
|
"name": "clash-dashboard",
|
|
"version": "0.1.0",
|
|
"description": "Web port of clash.",
|
|
"keywords": [
|
|
"clash",
|
|
"dashboard"
|
|
],
|
|
"author": "Dreamacro",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Dreamacro/clash-dashboard.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Dreamacro/clash-dashboard/issues"
|
|
},
|
|
"homepage": "https://github.com/Dreamacro/clash-dashboard",
|
|
"scripts": {
|
|
"build": "npm run clean-dist && webpack -p --config=configs/webpack/prod.js",
|
|
"clean-dist": "rm -f -r -d dist",
|
|
"lint": "npm run lint:ts && npm run lint:sass",
|
|
"lint:ts": "tslint './src/**/*.ts*' --format stylish",
|
|
"lint:sass": "stylelint ./src/**/*.scss",
|
|
"start": "npm run start-dev",
|
|
"start-dev": "webpack-dev-server --config=configs/webpack/dev.js",
|
|
"contributors:add": "all-contributors add",
|
|
"contributors:generate": "all-contributors generate"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.1.2",
|
|
"@babel/core": "^7.1.2",
|
|
"@babel/preset-env": "^7.1.0",
|
|
"@babel/preset-react": "^7.0.0",
|
|
"@types/node": "^10.12.0",
|
|
"@types/react": "^16.4.18",
|
|
"@types/react-dom": "^16.0.9",
|
|
"@types/react-i18next": "^7.8.3",
|
|
"@types/react-router-dom": "^4.3.1",
|
|
"@types/react-sortable-hoc": "^0.6.4",
|
|
"@types/yaml": "^1.0.0",
|
|
"autoprefixer": "^9.2.1",
|
|
"awesome-typescript-loader": "^5.2.1",
|
|
"babel-loader": "^8.0.4",
|
|
"css-loader": "^1.0.0",
|
|
"file-loader": "^2.0.0",
|
|
"html-webpack-plugin": "^3.2.0",
|
|
"image-webpack-loader": "^4.4.0",
|
|
"offline-plugin": "^5.0.5",
|
|
"postcss-loader": "^3.0.0",
|
|
"react-addons-test-utils": "^15.6.2",
|
|
"react-hot-loader": "^4.3.11",
|
|
"sass-loader": "^7.1.0",
|
|
"style-loader": "^0.23.1",
|
|
"stylelint": "^9.6.0",
|
|
"stylelint-config-standard": "^18.2.0",
|
|
"stylelint-webpack-plugin": "^0.10.5",
|
|
"tslint": "^5.11.0",
|
|
"tslint-config-standard": "^8.0.1",
|
|
"tslint-loader": "^3.6.0",
|
|
"uglifyjs-webpack-plugin": "^2.0.1",
|
|
"webpack": "^4.22.0",
|
|
"webpack-cli": "^3.1.2",
|
|
"webpack-dev-middleware": "^3.4.0",
|
|
"webpack-dev-server": "^3.1.9",
|
|
"webpack-merge": "^4.1.4",
|
|
"webpack-pwa-manifest": "^3.7.1"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.18.0",
|
|
"classnames": "^2.2.6",
|
|
"dayjs": "^1.7.7",
|
|
"eventemitter3": "^3.1.0",
|
|
"i18next": "^11.10.0",
|
|
"i18next-browser-languagedetector": "^2.2.3",
|
|
"immer": "^1.7.2",
|
|
"ini": "^1.3.5",
|
|
"mobx": "^5.5.1",
|
|
"mobx-react": "^5.3.4",
|
|
"mobx-react-router": "^4.0.5",
|
|
"node-sass": "^4.9.4",
|
|
"react": "^16.5.2",
|
|
"react-dom": "^16.5.2",
|
|
"react-i18next": "^7.12.0",
|
|
"react-router-dom": "^4.3.1",
|
|
"react-sortable-hoc": "^0.8.3",
|
|
"typescript": "^3.1.3",
|
|
"yaml": "^1.0.0"
|
|
}
|
|
}
|