-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.79 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
{
"name": "dfr-image-gallery",
"version": "0.1.0",
"private": true,
"homepage": "https://dutchforkrunners.com/Gallery/",
"scripts": {
"start": "react-scripts start",
"build": "DISABLE_ESLINT_PLUGIN=true react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"dependencies": {
"@dnd-kit/core": "6.0.8",
"@dnd-kit/sortable": "7.0.2",
"@dnd-kit/utilities": "3.2.1",
"@emotion/react": "11.10.6",
"@emotion/styled": "11.10.6",
"@mui/icons-material": "5.11.11",
"@mui/lab": "5.0.0-alpha.123",
"@mui/material": "5.11.13",
"@tanstack/react-query": "4.28.0",
"axios": "1.3.4",
"fuzzysort": "2.0.4",
"ky": "0.33.3",
"nanoid": "4.0.1",
"react": "18.2.0",
"react-beautiful-dnd": "13.1.1",
"react-dom": "18.2.0",
"react-dropzone": "14.2.3",
"react-router-dom": "6.9.0",
"react-scripts": "5.0.1",
"sass": "1.59.3"
},
"devDependencies": {
"@types/axios": "0.14.0",
"@types/node": "18.15.3",
"@types/react": "18.0.28",
"@types/react-beautiful-dnd": "13.1.2",
"@types/react-dom": "18.0.11",
"@typescript-eslint/eslint-plugin": "5.56.0",
"@typescript-eslint/parser": "5.56.0",
"eslint": "8.36.0",
"eslint-config-airbnb": "19.0.4",
"eslint-import-resolver-typescript": "3.5.3",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-no-only-tests": "3.1.0",
"eslint-plugin-react": "7.31.10",
"eslint-plugin-react-hooks": "4.6.0",
"prettier": "2.8.5",
"typescript": "4.9.5"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}