-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
89 lines (89 loc) · 2.35 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
{
"name": "quest-i18n-resource",
"version": "2.1.0",
"private": true,
"license": "MIT",
"dependencies": {
"@craco/craco": "^6.4.5",
"@creativebulma/bulma-tagsinput": "^1.0.3",
"@fortawesome/fontawesome-free": "^5.15.4",
"bulma": "^0.9.3",
"bulma-slider": "^2.0.4",
"bulmaswatch": "^0.8.1",
"long": "^5.1.0",
"moment": "^2.29.1",
"moment-duration-format": "^2.3.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-overlay": "6.0.11",
"react-helmet": "^6.1.0",
"react-hook-form": "^7.19.5",
"react-router-dom": "^6.0.2",
"react-scripts": "^4.0.3",
"react-scroll": "^1.8.4",
"react-toast-notifications": "^2.5.1",
"sass": "^1.43.4",
"typescript": "^4.4.4",
"use-media": "^1.4.0",
"web-vitals": "^2.1.2"
},
"devDependencies": {
"@mdx-js/loader": "1.6.22",
"@testing-library/jest-dom": "^5.15.0",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"@types/craco__craco": "^6.4.0",
"@types/creativebulma__bulma-tagsinput": "^1.0.2",
"@types/jest": "^27.0.2",
"@types/long": "^4.0.1",
"@types/mdx": "^2.0.2",
"@types/mdx-js__react": "^1.5.5",
"@types/moment-duration-format": "^2.2.3",
"@types/node": "^16.11.7",
"@types/react": "^18.0.20",
"@types/react-dom": "^18.0.6",
"@types/react-helmet": "^6.1.5",
"@types/react-router-dom": "^5.3.2",
"@types/react-scroll": "^1.8.3",
"@types/react-toast-notifications": "^2.4.1",
"@types/sass": "^1.43.0",
"babel-loader": "8.1.0"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test",
"eject": "craco 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"
]
},
"resolutions": {
"//": "See https://github.com/facebook/create-react-app/issues/11773",
"react-error-overlay": "6.0.9",
"url-parse": "^1.5.7",
"node-forge": "^1.3.0",
"glob-parent": "^5.1.2",
"nth-check": "^2.0.1",
"immer": "^9.0.6",
"browserslist": "^4.16.5",
"ansi-html": "^0.0.8",
"ejs": "^3.1.7",
"braces": "^2.3.1"
}
}