-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
115 lines (115 loc) · 3.19 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"name": "bartap",
"version": "1.0.2",
"private": false,
"dependencies": {
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.1.1",
"@testing-library/user-event": "^13.5.0",
"@types/enzyme": "^2.7.2",
"@types/jest": "^29.0.3",
"@types/node": "^18.7.18",
"@types/react": "^18.0.20",
"@types/react-dom": "^18.0.6",
"@types/react-redux": "^4.4.36",
"axios": "^0.27.2",
"dom-to-image": "^2.6.0",
"express": "^4.18.1",
"fastest-levenshtein": "^1.0.16",
"firebase": "^9.9.3",
"firebase-tools": "^11.8.0",
"framer-motion": "^6.3.3",
"html-to-image": "^1.10.6",
"jwt-decode": "^3.1.2",
"react": "^18.0.0",
"react-adobe-fonts": "^0.1.0",
"react-dom": "^18.0.0",
"react-loading-skeleton": "^3.1.0",
"react-qr-code": "^2.0.7",
"react-qr-reader": "^3.0.0-beta-1",
"react-router-dom": "6",
"react-scripts": "5.0.1",
"react-spinners": "^0.13.4",
"react-transition-group": "^4.4.2",
"sass": "^1.50.1",
"typescript": "^4.8.3",
"uuid": "^8.3.2",
"web-vitals": "^2.1.4",
"workbox-background-sync": "^6.5.3",
"workbox-broadcast-update": "^6.5.3",
"workbox-cacheable-response": "^6.5.3",
"workbox-cli": "^6.5.3",
"workbox-core": "^6.5.3",
"workbox-expiration": "^6.5.3",
"workbox-google-analytics": "^6.5.3",
"workbox-navigation-preload": "^6.5.3",
"workbox-precaching": "^6.5.3",
"workbox-range-requests": "^6.5.3",
"workbox-routing": "^6.5.3",
"workbox-strategies": "^6.5.3",
"workbox-streams": "^6.5.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"storybook": "start-storybook -p 6006 -s public",
"build-storybook": "build-storybook -s public",
"chromatic": "chromatic --exit-zero-on-changes",
"backend": "node backend/app.js"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
],
"overrides": [
{
"files": [
"**/*.stories.*"
],
"rules": {
"import/no-anonymous-default-export": "off",
"@typescript-eslint/ban-ts-comment": "off"
}
}
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@storybook/addon-actions": "^6.4.22",
"@storybook/addon-essentials": "^6.4.22",
"@storybook/addon-interactions": "^6.4.22",
"@storybook/addon-links": "^6.4.22",
"@storybook/builder-webpack5": "^6.4.22",
"@storybook/manager-webpack5": "^6.4.22",
"@storybook/node-logger": "^6.4.22",
"@storybook/preset-create-react-app": "^4.1.0",
"@storybook/react": "^6.4.22",
"@storybook/testing-library": "^0.0.11",
"chromatic": "^6.5.4",
"react-scripts-ts": "1.0.6",
"react-test-renderer": "^18.0.0",
"webpack": "^5.72.0"
},
"prettier": {
"useTabs": false,
"tabWidth": 2,
"singleQuote": false,
"semi": true,
"bracketSpacing": true,
"bracketSameLine": false
}
}