-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.06 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": "nckh2_real",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"start": "next start",
"sbuild": "next build",
"lint": "next lint"
},
"dependencies": {
"@meshsdk/core": "^1.5.0",
"@meshsdk/react": "^1.1.5",
"@next/font": "13.1.6",
"@stricahq/typhonjs": "^1.2.8",
"@types/node": "18.13.0",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.10",
"axios": "^1.3.3",
"babel-cli": "^6.26.0",
"babel-preset-react-app": "^3.1.2",
"base-path-converter": "^1.0.2",
"dotenv": "^16.0.3",
"ejs": "^3.1.9",
"eslint": "8.34.0",
"eslint-config-next": "13.1.6",
"express": "^4.18.2",
"flatted": "^3.2.7",
"formidable": "^2.1.1",
"fs": "^0.0.1-security",
"http": "^0.0.1-security",
"multer": "^1.4.5-lts.1",
"next": "13.1.6",
"nodemon": "^2.0.21",
"react": "18.2.0",
"react-dom": "18.2.0",
"recursive-fs": "^2.1.0",
"requirejs": "^2.3.6",
"shelljs": "^0.8.5",
"typescript": "^4.9.5"
}
}