git-history/package.json

57 lines
1.6 KiB
JSON
Raw Normal View History

2019-02-05 00:01:14 +03:00
{
2019-02-10 20:10:11 +03:00
"name": "githistory-web",
2019-03-19 19:06:18 +03:00
"version": "1.0.1",
2019-02-14 00:29:01 +03:00
"repository": "pomber/git-history",
2019-02-05 00:01:14 +03:00
"private": true,
"dependencies": {
2019-03-01 05:57:26 +03:00
"@craco/craco": "^3.5.0",
2019-02-05 02:03:14 +03:00
"diff": "^4.0.1",
2019-02-07 23:52:52 +03:00
"js-base64": "^2.5.1",
2019-02-07 19:51:37 +03:00
"netlify-auth-providers": "^1.0.0-alpha5",
"opencollective-postinstall": "^2.0.2",
2019-02-05 02:03:14 +03:00
"prismjs": "^1.15.0",
2019-03-17 07:26:56 +03:00
"react": "^16.8.4",
"react-dom": "^16.8.4",
2019-02-05 02:03:14 +03:00
"react-scripts": "2.1.3",
2019-02-07 21:35:14 +03:00
"react-swipeable": "^4.3.2",
2019-03-01 04:48:26 +03:00
"react-use": "^5.2.2",
2019-03-03 22:58:10 +03:00
"rebound": "^0.1.0",
2019-03-01 04:48:26 +03:00
"workerize-loader": "^1.0.4"
2019-02-05 00:01:14 +03:00
},
"scripts": {
2019-03-01 04:48:26 +03:00
"start": "craco start",
2019-03-01 05:57:26 +03:00
"build": "craco build",
2019-02-16 04:24:05 +03:00
"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",
2019-02-08 00:22:20 +03:00
"test-cra": "react-scripts test",
"test": "run-s test-prettier test-cra",
"eject": "react-scripts eject",
"postinstall": "opencollective-postinstall",
2019-03-02 01:41:19 +03:00
"storybook": "start-storybook -p 9009 -s public",
"build-storybook": "build-storybook -s public"
2019-02-05 00:01:14 +03:00
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
2019-02-08 00:22:20 +03:00
],
"devDependencies": {
2019-03-03 22:58:10 +03:00
"@babel/core": "^7.3.4",
2019-03-02 01:41:19 +03:00
"@storybook/addon-actions": "^4.1.13",
"@storybook/addon-links": "^4.1.13",
"@storybook/addons": "^4.1.13",
2019-03-03 22:58:10 +03:00
"@storybook/react": "^4.1.13",
"babel-loader": "8.0.4",
2019-02-08 00:22:20 +03:00
"npm-run-all": "^4.1.5",
"prettier": "^1.16.4"
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/git-history"
2019-02-08 00:22:20 +03:00
}
2019-03-17 08:19:19 +03:00
}