mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
59 lines
1.7 KiB
JSON
59 lines
1.7 KiB
JSON
{
|
|
"name": "gitako",
|
|
"version": "0.3.25",
|
|
"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",
|
|
"nprogress": "^0.2.0",
|
|
"octicons": "^7.1.0",
|
|
"prop-types": "^15.6.1",
|
|
"react": "^16.4.0",
|
|
"react-dom": "^16.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"babel-core": "^6.26.0",
|
|
"babel-eslint": "^8.2.3",
|
|
"babel-loader": "^7.1.2",
|
|
"babel-plugin-react-require": "^3.0.0",
|
|
"babel-plugin-transform-class-properties": "^6.24.1",
|
|
"babel-plugin-transform-decorators-legacy": "^1.3.5",
|
|
"babel-plugin-transform-object-rest-spread": "^6.26.0",
|
|
"babel-preset-env": "^1.6.1",
|
|
"babel-preset-react": "^6.24.1",
|
|
"copy-webpack-plugin": "^4.2.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",
|
|
"svgr": "^1.6.0",
|
|
"uglifyjs-webpack-plugin": "^1.1.1",
|
|
"url-loader": "^0.6.2",
|
|
"webpack": "^3.8.1"
|
|
},
|
|
"prettier": {
|
|
"printWidth": 100,
|
|
"singleQuote": true,
|
|
"semi": false,
|
|
"trailingComma": "es5"
|
|
}
|
|
}
|