-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
54 lines (54 loc) · 1.39 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
{
"name": "gallery",
"version": "0.1.0",
"private": true,
"dependencies": {
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.11.0",
"axios": "^1.6.5",
"lightbox2": "^2.11.3",
"notistack": "^3.0.1",
"react": "^18.0.2",
"react-dom": "^18.0.2",
"react-helmet": "^6.1.0",
"react-image-crop": "^11.0.4",
"react-infinite-scroller": "^1.2.6",
"react-masonry-infinite": "^1.2.2",
"react-router-dom": "^6.3.0",
"react-select": "^5.3.2",
"react-select-search": "^3.0.10",
"react-transition-group": "^4.4.2",
"styled-components": "^6.1.8",
"vite-raw-plugin": "^1.0.2"
},
"scripts": {
"start": "vite --profile",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint src --ext .js,.jsx,.ts,.tsx",
"format": "prettier . --write"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@vitejs/plugin-react": "^4.2.1",
"babel-plugin-styled-components": "^2.0.7",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.33.2",
"prettier": "^3.3.3",
"vite": "^5.0.11"
}
}