-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 872 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 872 Bytes
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
{
"name": "pattern-playground",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "next"
},
"author": "",
"license": "ISC",
"dependencies": {
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/styles": "^4.10.0",
"next": "^9.4.4",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-draggable": "^4.4.3"
},
"devDependencies": {
"@types/node": "^14.0.23",
"@types/react": "^16.9.43",
"@types/react-dom": "^16.9.8",
"@typescript-eslint/eslint-plugin": "^3.6.1",
"@typescript-eslint/parser": "^3.6.1",
"eslint": "^7.4.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-react": "^7.20.3",
"eslint-plugin-react-hooks": "^4.0.8",
"npm-check-updates": "^7.0.2",
"prettier": "^2.0.5",
"typescript": "^3.9.7"
}
}