forked from issam-eljitan/xkite-launch
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
69 lines (69 loc) · 1.85 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "xkite-launch",
"version": "0.1.0",
"description": "XKite Launch Site",
"author": "XKite Team- OpenSource Labs",
"license": "MIT",
"scripts": {
"dev": "concurrently \"next dev\" \"open http://localhost:3000\"",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@builder.io/partytown": "^0.7.5",
"@emotion/cache": "11.7.1",
"@emotion/react": "11.9.0",
"@emotion/server": "11.4.0",
"@emotion/styled": "11.8.1",
"@mui/core": "5.0.0-alpha.54",
"@mui/icons-material": "5.8.2",
"@mui/lab": "5.0.0-alpha.84",
"@mui/material": "5.8.2",
"@mui/styles": "5.8.0",
"@next/font": "13.0.6",
"@reduxjs/toolkit": "^1.9.3",
"@types/nprogress": "0.2.0",
"@types/numeral": "2.0.2",
"@types/react": "17.0.40",
"@types/react-dom": "17.0.13",
"apexcharts": "3.35.3",
"axios": "^1.3.4",
"clsx": "1.1.1",
"concurrently": "^7.6.0",
"context-api": "0.0.2",
"date-fns": "2.28.0",
"eslint": "8.34.0",
"eslint-config-next": "13.0.6",
"get-port": "^6.1.2",
"i": "^0.3.7",
"next": "12.1.6",
"next-images": "1.8.4",
"npm": "^9.6.0",
"nprogress": "0.2.0",
"numeral": "2.0.6",
"react": "17.0.2",
"react-apexcharts": "1.4.0",
"react-code-blocks": "^0.0.9-0",
"react-custom-scrollbars-2": "4.4.0",
"react-dom": "17.0.2",
"react-flow-renderer": "^10.3.17",
"react-spinners": "^0.13.8",
"reactflow": "^11.5.6",
"socket.io": "^3.1.2",
"socket.io-client": "^3.1.2",
"typescript": "4.7.3"
},
"devDependencies": {
"@types/react-bootstrap": "^0.32.32",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.8.4",
"prettier-eslint": "^15.0.1",
"sass": "^1.58.3"
},
"browser": {
"child_process": false,
"fs": false
}
}