forked from BloomTech-Labs/dep-human-rights-first-fe-a
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
95 lines (95 loc) · 2.75 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
{
"name": "labs-spa-starter",
"version": "0.1.0",
"private": false,
"dependencies": {
"@amcharts/amcharts4": "^4.10.10",
"@amcharts/amcharts4-geodata": "^4.1.18",
"@craco/craco": "^5.6.4",
"@okta/okta-react": "^3.0.2",
"@okta/okta-signin-widget": "^4.1.2",
"axios": "^0.19.2",
"cities.json": "^1.1.5",
"classnames": "^2.2.6",
"craco-less": "^1.17.0",
"dotenv": "^8.2.0",
"mdbreact": "^4.27.0",
"moment": "^2.29.1",
"moment-timezone": "^0.5.31",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-moment": "^1.0.0",
"react-places-autocomplete": "^7.3.0",
"react-query": "^2.26.2",
"react-query-devtools": "^2.6.3",
"react-redux": "^7.2.1",
"react-router-dom": "^5.2.0",
"react-scripts": "^3.4.3",
"react-twitter-embed": "^3.0.3",
"reactjs-popup": "^1.5.0",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"styled-components": "^5.1.1",
"supercluster": "^7.1.0",
"uikit": "^3.5.9",
"us-zips": "^4.0.2",
"use-supercluster": "^0.2.8",
"yup": "^0.29.3"
},
"scripts": {
"start": "craco --max_old_space_size=4096 start",
"build": "craco --max_old_space_size=4096 build",
"test": "craco test --env=jest-environment-jsdom-sixteen",
"eject": "react-scripts eject",
"prettier": "prettier --write \"**/*.+(js|jsx|json|css|md)\"",
"coverage": "npm test -- --coverage --watchAll=false",
"lint": "eslint 'src/**/*.{js,jsx}' --fix",
"format": "prettier --write 'src/**/*.{js,jsx,css,scss}'",
"storybook": "start-storybook",
"deploy-storybook": "storybook-to-ghpages"
},
"eslintConfig": {
"extends": "react-app"
},
"jest": {
"collectCoverageFrom": [
"src/**/*.js"
],
"coveragePathIgnorePatterns": [
"<rootDir>/src/stories/",
"<rootDir>/node_modules/"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@storybook/addon-actions": "^5.3.19",
"@storybook/addon-knobs": "^5.3.19",
"@storybook/addon-notes": "^5.3.19",
"@storybook/addons": "^5.3.19",
"@storybook/react": "^5.3.19",
"@storybook/storybook-deployer": "^2.8.6",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^10.2.1",
"@testing-library/user-event": "^7.2.1",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-react-hooks": "^4.0.4",
"husky": "^4.2.5",
"jest-canvas-mock": "^2.2.0",
"jest-environment-jsdom-sixteen": "^1.0.3",
"jest-prop-type-error": "^1.1.0",
"lint-staged": "^10.2.11",
"prettier-eslint-cli": "^5.0.0"
}
}