-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.55 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": "client",
"version": "0.1.0",
"private": true,
"dependencies": {
"@plaiceholder/next": "^2.5.0",
"@tanstack/react-query": "^4.22.0",
"@tanstack/react-query-devtools": "^4.22.0",
"@tanstack/react-virtual": "^3.0.0-beta.35",
"@testing-library/user-event": "^14.4.3",
"axios": "^1.2.1",
"bytes": "^3.1.2",
"file-saver": "^2.0.5",
"html-entities": "^2.3.3",
"js-file-download": "^0.4.12",
"next": "^13.0.7",
"numeral": "^2.0.6",
"plaiceholder": "^2.5.0",
"probe-image-size": "^7.2.3",
"react": "^18.2.0",
"react-aspect-ratio": "^1.1.2",
"react-dom": "^18.2.0",
"react-icons": "^4.3.1",
"react-intersection-observer": "^9.4.1",
"react-progressive-graceful-image": "^0.7.0",
"react-select": "^5.3.2",
"sass": "^1.50.0",
"sharp": "^0.31.3",
"web-vitals": "^2.1.2",
"zustand": "^4.0.0-rc.1"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test-ci": "jest --ci",
"sass": "sass src/Sass:src/Css --watch --no-source-map",
"lint": "next lint"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"eslint": "^8.30.0",
"eslint-config-next": "13.0.7",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1"
}
}