-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
118 lines (118 loc) · 3.54 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"name": "walkin-sole-monorepo",
"version": "0.1.0",
"private": true,
"scripts": {
"lint:fix": "eslint . --fix --ext 'tsx'",
"start": "dotenv react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"storybook": "start-storybook",
"build-storybook": "build-storybook -o storybook-static"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"@amcharts/amcharts3-react": "^3.1.0",
"@storybook/addon-knobs": "^5.3.13",
"@storybook/addon-notes": "^5.3.13",
"@storybook/addon-storysource": "^5.3.13",
"@storybook/addon-viewport": "^5.3.13",
"@types/amcharts": "^3.21.5",
"@types/googlemaps": "^3.38.0",
"@types/jest": "24.0.23",
"@types/jsonwebtoken": "^8.3.5",
"@types/lodash": "^4.14.145",
"@types/markerclustererplus": "^2.1.33",
"@types/node": "12.12.7",
"@types/react": "^16.9.11",
"@types/react-dom": "16.9.4",
"@types/react-intl": "2.3.18",
"@types/react-router-dom": "^5.1.2",
"@types/recharts": "^1.8.2",
"@types/url-search-params": "^1.1.0",
"antd": "^3.25.1",
"apollo-boost": "0.4.4",
"apollo-cache-persist": "^0.1.1",
"axios": "^0.19.0",
"can-use-dom": "^0.1.0",
"csv": "^5.1.1",
"graphql": "^14.3.0",
"jsonwebtoken": "^8.5.1",
"less-loader": "^5.0.0",
"lodash": "^4.17.11",
"marked": "^0.6.2",
"moment-timezone": "^0.5.33",
"nprogress": "^0.2.0",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-apollo": "^2.5.5",
"react-async-script-loader": "^0.3.0",
"react-big-calendar": "^0.21.0",
"react-color": "^2.17.3",
"react-custom-scrollbars": "^4.2.1",
"react-dom": "^16.12.0",
"react-google-maps": "^9.4.5",
"react-iframe": "^1.8.0",
"react-intl": "^2.9.0",
"react-notifications": "^1.4.3",
"react-placeholder": "^3.0.2",
"react-router-dom": "^5.0.0",
"react-scripts": "3.3.0",
"react-simple-maps": "^0.12.1",
"react-sortable-tree": "^2.7.1",
"react-star-rating-component": "^1.4.1",
"react-virtualized-auto-sizer": "^1.0.2",
"react-window": "^1.8.2",
"reactcss": "^1.2.3",
"recharts": "^1.6.2",
"style-loader": "^0.23.1",
"typescript": "~3.7.2",
"url-search-params": "^1.1.0"
},
"devDependencies": {
"@storybook/addon-actions": "^6.0.0-alpha.10",
"@storybook/addon-docs": "^6.0.0-alpha.10",
"@storybook/addon-links": "^5.3.13",
"@storybook/addons": "^6.0.0-alpha.10",
"@storybook/preset-create-react-app": "^1.5.2",
"@storybook/react": "^6.0.0-alpha.10",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@typescript-eslint/eslint-plugin": "^2.7.0",
"@typescript-eslint/parser": "^2.7.0",
"dotenv-cli": "^3.0.0",
"eslint": "^6.6.0",
"eslint-config-prettier": "^6.5.0",
"eslint-config-react-app": "^5.0.2",
"eslint-plugin-flowtype": "^4.4.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-react": "^7.16.0",
"eslint-plugin-react-hooks": "^2.3.0",
"husky": "^4.2.2",
"prettier": "1.19.1",
"pretty-quick": "^2.0.1",
"ts-loader": "^6.2.1"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
}
}