-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1.54 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
{
"name": "prototype-54-when-dragging-pushing-other-widgets-to-the-right-position",
"version": "1.0.0",
"description": "",
"keywords": [],
"main": "src/index.tsx",
"dependencies": {
"@testing-library/jest-dom": "5.16.4",
"@testing-library/react": "13.1.1",
"@testing-library/react-hooks": "^8.0.0",
"@testing-library/user-event": "13.5.0",
"@types/jest": "27.4.1",
"@types/node": "16.11.31",
"@types/react": "18.0.8",
"@types/react-dom": "18.0.0",
"eslint-plugin-jest": "^26.1.5",
"react": "18.0.0",
"react-dnd": "15.1.2",
"react-dnd-html5-backend": "15.1.3",
"react-dnd-touch-backend": "15.1.2",
"react-dom": "18.0.0",
"react-scripts": "^4.0.1",
"valtio": "1.2.8"
},
"devDependencies": {
"@types/react": "17.0.20",
"@types/react-dom": "17.0.9",
"@typescript-eslint/eslint-plugin": "^5.22.0",
"@typescript-eslint/parser": "^5.22.0",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.5.0",
"react-error-overlay": "^6.0.9",
"typescript": "4.4.2"
},
"scripts": {
"start": "FAST_REFRESH=false react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"lint": "eslint --max-warnings=0 --ext .ts,.js,.tsx src/"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}