-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 992 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-tables",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p 3005",
"lint": "next lint"
},
"dependencies": {
"@emotion/cache": "^11.7.1",
"@emotion/react": "11.8.2",
"@emotion/server": "^11.4.0",
"@emotion/styled": "11.8.1",
"@mui/icons-material": "5.5.1",
"@mui/material": "5.5.2",
"@table-library/react-table-library": "^4.0.10",
"axios": "0.26.1",
"clsx": "1.1.1",
"copy-to-clipboard": "^3.3.1",
"next": "12.1.1",
"next-themes": "^0.1.1",
"prettier": "^2.6.1",
"prism-react-renderer": "1.3.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-live": "2.2.3",
"react-query": "3.34.19",
"react-sparklines": "1.7.0",
"react-split-pane": "^0.1.92",
"use-local-storage-state": "17.0.0"
},
"devDependencies": {
"eslint": "8.12.0",
"eslint-config-next": "12.1.1",
"sass": "1.49.9"
}
}