-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 814 Bytes
/
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
{
"name": "horizontal-dragndrop-with-react-beautiful-dnd",
"version": "1.0.0",
"description": "A snippet of code I wrote for a trip planning feature of SPLOR Travel using React and TypeScript.",
"keywords": [],
"main": "src/index.tsx",
"dependencies": {
"@material-ui/core": "4.11.0",
"react": "^16.12.0",
"react-beautiful-dnd": "13.0.0",
"react-dom": "^16.12.0",
"react-scripts": "3.3.0"
},
"devDependencies": {
"@types/react": "16.9.19",
"@types/react-dom": "16.9.5",
"typescript": "3.7.5"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}