-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.13 KB
/
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
40
41
42
43
{
"name": "gamint_v1",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@codemirror/lang-javascript": "^6.1.1",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@lezer/javascript": "^1.0.2",
"@mui/icons-material": "^5.10.3",
"@mui/material": "^5.10.3",
"@mui/styled-engine-sc": "^5.10.3",
"@reduxjs/toolkit": "^1.8.5",
"@uiw/codemirror-theme-atomone": "^4.12.4",
"@uiw/react-codemirror": "^4.12.4",
"aos": "^3.0.0-beta.6",
"axios": "^0.27.2",
"code-runner": "^1.0.7",
"firebase": "^9.13.0",
"javascript-code-runner": "^1.0.9",
"next": "13.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-json-formatter": "^0.3.2",
"react-redux": "^8.0.2",
"react-router-dom": "^6.3.0",
"react-terminal": "^1.3.0",
"react-toastify": "^9.0.8",
"redux": "^4.2.0",
"redux-thunk": "^2.4.1",
"styled-components": "^5.3.5"
},
"devDependencies": {
"eslint": "8.26.0",
"eslint-config-next": "13.0.0"
}
}