-
Notifications
You must be signed in to change notification settings - Fork 84
/
package.json
73 lines (73 loc) · 1.99 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "bundle-buddy",
"version": "0.2.0",
"private": true,
"dependencies": {
"@rehooks/window-size": "^1.0.2",
"@sentry/browser": "^4.4.2",
"@storybook/preset-create-react-app": "^2.1.1",
"@types/d3-scale": "^2.2.0",
"@types/history": "^4.7.5",
"@types/jest": "^23.3.10",
"@types/node": "^10.12.18",
"@types/pako": "^1.0.1",
"@types/react": "^16.7.18",
"@types/react-dom": "^16.0.11",
"@types/react-table": "^7.0.18",
"d3-scale": "2.1.2",
"d3-voronoi-treemap": "^1.1.0",
"dagre": "0.8.2",
"pako": "^1.0.11",
"prettier": "^2.0.5",
"react": "^16.6.1",
"react-annotation": "2.1.6",
"react-dom": "^16.6.1",
"react-router-dom": "^4.3.1",
"react-scripts": "^3.4.1",
"react-table": "^7.1.0",
"source-map": "^0.7.3",
"storybook": "^5.3.17",
"typescript": "^3.8.3",
"webtreemap": "2.0.1"
},
"repository": {
"type": "git",
"url": "https://github.com/samccone/bundle-buddy.git"
},
"scripts": {
"start": "react-scripts start",
"build": "GENERATE_SOURCEMAP=1 react-scripts build -- --stats && cat service_worker_postfix_shim.js >> build/service-worker.js",
"test": "react-scripts test",
"eject": "react-scripts eject",
"storybook": "start-storybook -p 9009 -s public",
"build-storybook": "build-storybook -s public"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@babel/core": "^7.9.0",
"@storybook/addon-actions": "^5.3.17",
"@storybook/addon-links": "^5.3.17",
"@storybook/addons": "^5.3.17",
"@storybook/react": "^5.3.17",
"@types/google-protobuf": "^3.2.7",
"@types/react-router-dom": "^4.3.1",
"d3-hierarchy": "1.1.9",
"google-protobuf": "^3.6.1",
"husky": "^4.2.3",
"pretty-quick": "^2.0.1",
"ts-protoc-gen": "^0.9.0"
}
}