mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
70 lines
2.1 KiB
JSON
70 lines
2.1 KiB
JSON
{
|
|
"name": "gitako",
|
|
"version": "0.4.8",
|
|
"description": "yet another extension for GitHub",
|
|
"repository": "https://github.com/EnixCoda/Gitako",
|
|
"author": "EnixCoda",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"scripts": {
|
|
"postinstall": "node scripts/generate-octicon.js",
|
|
"start": "webpack --watch",
|
|
"postversion": "node scripts/version.js && npm run build",
|
|
"build": "NODE_ENV=production webpack && npm run postbuild",
|
|
"postbuild": "cd dist && rm -f ./gitako.zip && zip gitako.zip -r *"
|
|
},
|
|
"dependencies": {
|
|
"ini": "^1.3.5",
|
|
"js-base64": "^2.5.1",
|
|
"nprogress": "^0.2.0",
|
|
"octicons": "^7.1.0",
|
|
"prop-types": "^15.6.1",
|
|
"react": "^16.8.1",
|
|
"react-dom": "^16.8.1",
|
|
"safe-touch": "^0.2.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.2.3",
|
|
"@babel/core": "^7.3.4",
|
|
"@babel/plugin-proposal-class-properties": "^7.3.4",
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.3.4",
|
|
"@babel/preset-env": "^7.3.4",
|
|
"@babel/preset-react": "^7.0.0",
|
|
"@babel/preset-typescript": "^7.3.3",
|
|
"@svgr/webpack": "^4.1.0",
|
|
"@types/chrome": "^0.0.77",
|
|
"@types/ini": "^1.3.30",
|
|
"@types/js-base64": "^2.3.1",
|
|
"@types/node": "^11.9.4",
|
|
"@types/nprogress": "^0.0.29",
|
|
"@types/react": "^16.8.2",
|
|
"@types/react-dom": "^16.8.0",
|
|
"babel-eslint": "^10.0.1",
|
|
"babel-loader": "^8.0.5",
|
|
"copy-webpack-plugin": "^4.6.0",
|
|
"css-loader": "^0.28.7",
|
|
"eslint": "^4.19.1",
|
|
"eslint-plugin-babel": "^5.1.0",
|
|
"eslint-plugin-class-property": "^1.1.0",
|
|
"eslint-plugin-import": "^2.14.0",
|
|
"eslint-plugin-react": "^7.9.1",
|
|
"file-loader": "^1.1.5",
|
|
"fsevents": "^1.2.4",
|
|
"json-loader": "^0.5.7",
|
|
"less": "^2.7.3",
|
|
"less-loader": "^4.0.5",
|
|
"react-life-hook": "^0.2.0",
|
|
"style-loader": "^0.19.0",
|
|
"typescript": "^3.2.2",
|
|
"uglifyjs-webpack-plugin": "^1.1.1",
|
|
"url-loader": "^0.6.2",
|
|
"webpack": "^4.28.2",
|
|
"webpack-cli": "^3.1.2"
|
|
},
|
|
"prettier": {
|
|
"printWidth": 100,
|
|
"singleQuote": true,
|
|
"semi": false,
|
|
"trailingComma": "all"
|
|
}
|
|
}
|