-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
39 lines (39 loc) · 960 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
32
33
34
35
36
37
38
39
{
"name": "react-notion-clone",
"version": "1.0.0",
"description": "",
"keywords": [],
"main": "src/index.js",
"dependencies": {
"@material-ui/core": "4.9.2",
"@material-ui/icons": "4.9.1",
"axios": "^0.19.2",
"faker": "4.1.0",
"immutability-helper": "3.0.1",
"memoize-one": "5.1.1",
"react": "16.12.0",
"react-dnd": "10.0.2",
"react-dnd-html5-backend": "10.0.2",
"react-dnd-touch-backend": "10.0.2",
"react-dom": "16.12.0",
"react-flip-toolkit": "7.0.7",
"react-scripts": "^3.4.1",
"react-sortly": "3.0.4",
"use-debounce": "3.3.0"
},
"devDependencies": {
"typescript": "3.3.3"
},
"scripts": {
"start": "react-scripts start",
"build": "INLINE_RUNTIME_CHUNK=false 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"
]
}