-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 loc) · 2.02 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
{
"name": "frontend-wisjul21",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.14",
"@hookform/resolvers": "^2.5.2",
"@types/bad-words": "^3.0.1",
"@types/bootstrap": "4.6.0",
"@types/jest": "^26.0.15",
"@types/node": "^12.0.0",
"@types/react": "^17.0.0",
"@types/react-bootstrap": "^0.32.25",
"@types/react-dom": "^17.0.0",
"@types/react-modal": "^3.12.0",
"@types/react-select": "^4.0.15",
"@types/sass": "^1.16.0",
"@types/wouter": "^2.2.0",
"@typescript-eslint/eslint-plugin": "^4.25.0",
"@typescript-eslint/parser": "^4.25.0",
"bad-words": "^3.0.4",
"bootstrap": "^5.0.1",
"dotenv": "^10.0.0",
"node-sass": "^6.0.0",
"react": "^17.0.2",
"react-bootstrap": "^1.6.1",
"react-bootstrap-validation": "^0.1.11",
"react-dom": "^17.0.2",
"react-hook-form": "^7.8.2",
"react-modal": "^3.14.3",
"react-parallax": "^3.3.0",
"react-redux": "^7.2.4",
"react-responsive-carousel": "^3.2.18",
"react-scripts": "4.0.3",
"react-select": "^4.3.1",
"redux": "^4.1.0",
"redux-persist": "^6.0.0",
"sass": "^1.34.1",
"sass-loader": "^12.0.0",
"slugify": "^1.5.3",
"style-loader": "^2.0.0",
"typescript": "^4.1.2",
"wouter": "^2.7.4",
"yup": "^0.32.9"
},
"scripts": {
"lint": "yarn run eslint src/",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"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"
]
},
"devDependencies": {
"eslint": "^7.27.0",
"tslint-config-prettier": "^1.18.0"
}
}