-
-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
85 lines (85 loc) · 2.58 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
{
"name": "r34-react",
"version": "3.1.0",
"homepage": "https://kurozenzen.github.io/r34-react",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.34",
"@fortawesome/free-brands-svg-icons": "^5.15.2",
"@fortawesome/free-solid-svg-icons": "^5.15.2",
"@fortawesome/react-fontawesome": "^0.1.14",
"@sentry/integrations": "7.13.0",
"@sentry/react": "7.13.0",
"firebase": "^8.10.0",
"gh-pages": "^3.2.3",
"immer": "9.0.15",
"r34-branding": "^1.0.9",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-helmet": "6.1.0",
"react-is": "^17.0.1",
"react-redux": "7.2.6",
"react-router-dom": "^5.3.0",
"react-scripts": "^4.0.1",
"react-virtualized": "^9.22.3",
"redux": "^4.2.0",
"redux-devtools-extension": "^2.13.8",
"redux-persist": "^6.0.0",
"reselect": "4.1.6",
"styled-components": "^5.3.5",
"typescript": "4.8.3",
"use-throttled-effect": "^0.0.7",
"whatwg-fetch": "^3.6.2",
"workbox-background-sync": "6.5.4",
"workbox-broadcast-update": "6.5.4",
"workbox-cacheable-response": "6.5.4",
"workbox-core": "6.5.4",
"workbox-expiration": "6.5.4",
"workbox-google-analytics": "6.5.4",
"workbox-navigation-preload": "6.5.4",
"workbox-precaching": "6.5.4",
"workbox-range-requests": "6.5.4",
"workbox-routing": "6.5.4",
"workbox-strategies": "6.5.4",
"workbox-streams": "6.5.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"storybook": "start-storybook -p 9009 -s public",
"build-storybook": "build-storybook -s public"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@cypress/react": "^5.10.0",
"@cypress/webpack-dev-server": "^1.6.0",
"@testing-library/cypress": "^8.0.1",
"@testing-library/dom": "^8.3.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@testing-library/user-event": "^13.2.1",
"@types/jest": "^28.1.1",
"@types/react": "17.0.39",
"@types/react-dom": "17.0.11",
"@types/react-helmet": "6.1.5",
"@types/react-redux": "^7.1.24",
"@types/react-router-dom": "^5.3.3",
"@types/react-virtualized": "^9.21.21",
"@types/styled-components": "^5.1.25",
"babel-polyfill": "^6.26.0",
"cypress": "^8.4.0",
"r34-types": "^1.1.10"
}
}