This repository has been archived by the owner on Jun 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
89 lines (89 loc) · 2.66 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": "danah.dev",
"version": "0.2.0",
"private": true,
"dependencies": {
"@icons-pack/react-simple-icons": "^3.10.0",
"@material-ui/core": "^4.11.0",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@types/react-google-recaptcha": "^2.1.0",
"animejs": "^3.2.0",
"core-js": "^3.6.5",
"emailjs-com": "^2.6.3",
"intersection-observer": "^0.11.0",
"normalize.css": "^8.0.1",
"notistack": "^1.0.0",
"react": "^16.13.1",
"react-app-rewire-styled-components": "^3.0.2",
"react-app-rewired": "^2.1.6",
"react-dom": "^16.13.1",
"react-ga": "^3.1.2",
"react-google-recaptcha": "^2.1.0",
"react-helmet": "^6.1.0",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.3",
"recoil": "^0.0.10",
"regenerator-runtime": "^0.13.7",
"source-map-explorer": "^2.5.0",
"styled-components": "^5.1.1",
"styled-reset": "^4.2.2",
"typescript": "~3.7.2"
},
"devDependencies": {
"@babel/preset-react": "^7.10.4",
"@babel/preset-typescript": "^7.10.4",
"@types/animejs": "^3.1.2",
"@types/jest": "^24.0.0",
"@types/node": "^12.0.0",
"@types/react": "^16.9.47",
"@types/react-dom": "^16.9.0",
"@types/react-helmet": "^6.1.0",
"@types/react-router-dom": "^5.1.5",
"@types/styled-components": "^5.1.2",
"@typescript-eslint/eslint-plugin": "^3.10.1",
"@typescript-eslint/parser": "^3.10.1",
"eslint": "^6.6.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-config-react": "^1.1.7",
"eslint-config-react-app": "^5.2.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.6",
"eslint-plugin-react-hooks": "^4.1.0",
"prettier": "^2.1.0",
"react-snap": "^1.23.0",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0"
},
"scripts": {
"start": "react-app-rewired start",
"build": "GENERATE_SOURCEMAP=false react-app-rewired build",
"build:dev": "react-app-rewired build && yarn run postbuild",
"test": "react-app-rewired test",
"postbuild": "react-snap",
"lint": "eslint './src/**/*.{ts,tsx}'",
"analyze": "source-map-explorer 'build/static/js/*.js'",
"clean": "rm -rf build"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"eslintIgnore": [
"src/setupTests.ts",
"src/serviceWorker.ts",
"*.test.tsx"
]
}