-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.24 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.24 KB
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
{
"name": "stackql-playground",
"version": "v1.0.0",
"private": true,
"scripts": {
"dev": "next dev -p 3001",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@mui/icons-material": "^5.10.6",
"@mui/lab": "^5.0.0-alpha.101",
"@mui/material": "^5.10.7",
"@mui/x-data-grid": "^5.17.5",
"@mui/x-data-grid-pro": "^5.17.7",
"@mui/x-license-pro": "^5.17.0",
"@types/react-syntax-highlighter": "^15.5.5",
"@uiw/react-textarea-code-editor": "^2.0.3",
"autoprefixer": "^10.4.12",
"json2csv": "^5.0.7",
"next": "12.3.1",
"next-remove-imports": "^1.0.7",
"next-transpile-modules": "^9.0.0",
"objects-to-csv": "^1.3.6",
"postcss": "^8.4.16",
"re-resizable": "^6.9.9",
"react": "18.2.0",
"react-csv": "^2.2.2",
"react-dom": "18.2.0",
"sass": "^1.55.0",
"tailwindcss": "^3.1.8"
},
"devDependencies": {
"@types/json2csv": "^5.0.3",
"@types/node": "^18.7.23",
"@types/react": "18.0.21",
"@types/react-csv": "^1.1.3",
"@types/react-dom": "18.0.6",
"eslint": "8.24.0",
"eslint-config-next": "12.3.1",
"typescript": "4.8.4"
}
}