mirror of
https://github.com/pomber/git-history.git
synced 2024-11-26 08:35:07 +03:00
57 lines
1.6 KiB
JSON
57 lines
1.6 KiB
JSON
{
|
|
"name": "githistory-web",
|
|
"version": "1.0.1",
|
|
"repository": "pomber/git-history",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@craco/craco": "^3.5.0",
|
|
"diff": "^4.0.1",
|
|
"js-base64": "^2.5.1",
|
|
"netlify-auth-providers": "^1.0.0-alpha5",
|
|
"opencollective-postinstall": "^2.0.2",
|
|
"prismjs": "^1.15.0",
|
|
"react": "^16.8.4",
|
|
"react-dom": "^16.8.4",
|
|
"react-scripts": "2.1.3",
|
|
"react-swipeable": "^4.3.2",
|
|
"react-use": "^5.2.2",
|
|
"rebound": "^0.1.0",
|
|
"workerize-loader": "^1.0.4"
|
|
},
|
|
"scripts": {
|
|
"start": "craco start",
|
|
"build": "craco build",
|
|
"format": "prettier --write \"**/*.{js,jsx,md,json,html,css,yml}\" --ignore-path .gitignore",
|
|
"test-prettier": "prettier --check \"**/*.{js,jsx,md,json,html,css,yml}\" --ignore-path .gitignore",
|
|
"test-cra": "react-scripts test",
|
|
"test": "run-s test-prettier test-cra",
|
|
"eject": "react-scripts eject",
|
|
"postinstall": "opencollective-postinstall",
|
|
"storybook": "start-storybook -p 9009 -s public",
|
|
"build-storybook": "build-storybook -s public"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "react-app"
|
|
},
|
|
"browserslist": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not ie <= 11",
|
|
"not op_mini all"
|
|
],
|
|
"devDependencies": {
|
|
"@babel/core": "^7.3.4",
|
|
"@storybook/addon-actions": "^4.1.13",
|
|
"@storybook/addon-links": "^4.1.13",
|
|
"@storybook/addons": "^4.1.13",
|
|
"@storybook/react": "^4.1.13",
|
|
"babel-loader": "8.0.4",
|
|
"npm-run-all": "^4.1.5",
|
|
"prettier": "^1.16.4"
|
|
},
|
|
"collective": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/git-history"
|
|
}
|
|
}
|