This repository has been archived by the owner on Jul 30, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.87 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
{
"name": "togglee-web",
"version": "0.0.1",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "1.2.34",
"@fortawesome/free-brands-svg-icons": "5.15.2",
"@fortawesome/free-regular-svg-icons": "5.15.2",
"@fortawesome/free-solid-svg-icons": "5.15.2",
"@fortawesome/react-fontawesome": "0.1.14",
"@reach/router": "1.3.4",
"@storybook/addon-essentials": "6.1.17",
"@storybook/addon-links": "6.1.17",
"@storybook/preset-create-react-app": "3.1.5",
"@storybook/react": "6.1.17",
"@wojtekmaj/enzyme-adapter-react-17": "0.4.1",
"axios": "0.21.1",
"bootstrap": "4.6.0",
"bootstrap-switch-button-react": "1.2.0",
"complexity-report": "2.0.0-alpha",
"enzyme": "3.11.0",
"faker": "5.3.1",
"jest-enzyme": "7.1.2",
"node-sass": "5.0.0",
"react": "17.0.1",
"react-bootstrap": "1.4.3",
"react-dom": "17.0.1",
"react-json-view": "1.21.1",
"react-landing-page": "2.0.2",
"react-scripts": "4.0.2",
"react-tagsinput": "3.19.0",
"svg-loaders-react": "2.2.1",
"web-vitals": "1.1.0"
},
"scripts": {
"start": "SKIP_PREFLIGHT_CHECK=true react-scripts start",
"build": "SKIP_PREFLIGHT_CHECK=true react-scripts build",
"test": "SKIP_PREFLIGHT_CHECK=true react-scripts test",
"storybook": "start-storybook -p 6006 -c .storybook",
"eject": "SKIP_PREFLIGHT_CHECK=true react-scripts eject",
"test:coverage": "CI=true npm test -- --coverage --collectCoverageFrom=src/**/*.{js,jsx} --collectCoverageFrom=!src/**/*.stories.js",
"report:complexity": "cr -c .complexrc src"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}