-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.61 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
{
"name": "meme-together",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test",
"eject": "craco eject",
"lint": "npx eslint src/**/*",
"prepare": "husky"
},
"dependencies": {
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
"@types/fabric": "^5.3.7",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.9",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-router-dom": "^5.3.3",
"@types/styled-components": "^5.1.34",
"animate.css": "^4.1.1",
"compressorjs": "^1.1.1",
"fabric": "^4.6.0",
"firebase": "^8.10.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.5",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.3.1",
"react-loading": "^2.0.3",
"react-router-dom": "^5.3.0",
"react-scripts": "^5.0.1",
"styled-components": "^5.3.1",
"sweetalert2": "^11.1.10",
"sweetalert2-react-content": "^4.2.0",
"typescript": "^5.5.2",
"valtio": "^1.13.0",
"web-vitals": "^1.1.2"
},
"devDependencies": {
"@craco/craco": "^7.1.0",
"@eslint/js": "^9.3.0",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.1",
"globals": "^15.3.0",
"webpack-bundle-analyzer": "^4.10.2"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}