-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
79 lines (79 loc) · 1.95 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
{
"name": "intl-datetimeformat-preview",
"version": "0.1.0",
"private": true,
"dependencies": {
"@commitlint/cli": "^16.1.0",
"@commitlint/config-conventional": "^16.0.0",
"@formatjs/intl-datetimeformat": "^3.3.5",
"@sentry/react": "^6.17.9",
"@sentry/tracing": "^6.17.9",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/file-saver": "^2.0.2",
"@types/react": "^17.0.4",
"@types/react-modal": "^3.12.0",
"@types/styled-components": "^5.1.9",
"@types/yaml": "^1.9.7",
"copy-to-clipboard": "^3.3.1",
"date-fns": "^2.21.2",
"eslint": "^8.8.0",
"file-saver": "^2.0.5",
"framer-motion": "^6.2.3",
"husky": "^7.0.4",
"immer": "^9.0.2",
"react": "^17.0.2",
"react-diff-viewer": "^3.1.1",
"react-dom": "^17.0.2",
"react-error-boundary": "^3.1.3",
"react-hook-form": "^7.4.0",
"react-intl": "^5.17.4",
"react-modal": "^3.13.1",
"react-scripts": "5.0.0",
"styled-components": "^5.3.0",
"tailwindcss": "^2.1.2",
"twin.macro": "^2.4.1",
"typescript": "^4.2.4",
"web-vitals": "^1.0.1",
"yaml": "^1.10.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"babelMacros": {
"twin": {
"preset": "styled-components",
"styled": {
"import": "default",
"from": "styled-components"
},
"css": {
"import": "css",
"from": "styled-components"
}
}
},
"packageManager": "[email protected]"
}