-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.89 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
{
"name": "react-alicia-favorite-books",
"version": "3.0.0",
"private": true,
"homepage": "https://keilermora.github.io/react-alicia-favorite-books",
"packageManager": "yarn@3.2.4",
"scripts": {
"analyze": "source-map-explorer 'build/static/js/*.js'",
"deploy": "yarn build && gh-pages -d build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"prepare": "husky install"
},
"dependencies": {
"firebase": "^10.0.0",
"react": "^18.2.0",
"react-animate-on-scroll": "^2.1.7",
"react-dom": "^18.2.0",
"react-ga": "^3.3.1",
"react-router-dom": "^6.14.1",
"react-scripts": "^5.0.1",
"react-tsparticles": "^2.10.1",
"tsparticles": "^2.10.1",
"tsparticles-engine": "^2.10.1",
"web-vitals": "^3.4.0",
"workbox-background-sync": "^7.0.0",
"workbox-broadcast-update": "^7.0.0",
"workbox-cacheable-response": "^7.0.0",
"workbox-core": "^7.0.0",
"workbox-expiration": "^7.0.0",
"workbox-google-analytics": "^7.0.0",
"workbox-navigation-preload": "^7.0.0",
"workbox-precaching": "^7.0.0",
"workbox-range-requests": "^7.0.0",
"workbox-routing": "^7.0.0",
"workbox-strategies": "^7.0.0",
"workbox-streams": "^7.0.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@tsconfig/create-react-app": "^2.0.0",
"@types/jest": "^29.5.3",
"@types/node": "^20.4.1",
"@types/react": "^18.2.14",
"@types/react-animate-on-scroll": "^2.1.5",
"@types/react-dom": "^18.2.6",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"gh-pages": "^5.0.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.3",
"prettier": "^3.0.0",
"source-map-explorer": "^2.5.3",
"typescript": "^5.1.6"
}
}