-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.83 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.83 KB
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
{
"name": "wordle-react",
"version": "0.1.0",
"private": true,
"homepage": "https://brues-code.github.io/wordle-react",
"dependencies": {
"@testing-library/jest-dom": "5.16.4",
"@testing-library/react": "13.3.0",
"@testing-library/user-event": "14.2.0",
"@use-it/event-listener": "^0.1.7",
"eslint": "^8.17.0",
"eslint-config-prettier": "8.5.0",
"jest-canvas-mock": "2.4.0",
"jest": "28.1.1",
"lodash": "^4.17.21",
"react": "18.1.0",
"react-countdown": "^2.3.2",
"react-dom": "18.1.0",
"react-helmet": "6.1.0",
"react-intl": "6.0.4",
"react-router": "6.3.0",
"react-router-dom": "6.3.0",
"react-scripts": "5.0.1",
"styled-components": "5.3.5",
"svg4everybody": "^2.1.9",
"ts-loader": "9.3.0",
"typescript": "4.7.3",
"web-vitals": "^2.1.4"
},
"devDependencies": {
"@types/lodash": "^4.14.182",
"@types/react": "18.0.12",
"@types/react-dom": "18.0.5",
"@types/react-helmet": "6.1.5",
"@types/styled-components": "5.1.25",
"@types/svg4everybody": "^2.1.2",
"gh-pages": "^4.0.0",
"prettier": "2.6.2"
},
"scripts": {
"start": "react-scripts start",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"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"
]
}
}