-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
53 lines (53 loc) · 1.55 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
{
"name": "websso",
"version": "1.1.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon index.js",
"start": "NODE_ENV=production node index.js",
"build": "next build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HarlamovEvgeniy/WebSSO.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/HarlamovEvgeniy/WebSSO/issues"
},
"homepage": "https://github.com/HarlamovEvgeniy/WebSSO#readme",
"dependencies": {
"@eversdk/core": "^1.36.1",
"@eversdk/lib-node": "^1.36.1",
"@tonclient/core": "^1.30.0",
"@tonclient/lib-node": "^1.30.0",
"btoa": "^1.2.1",
"concurrently": "^7.2.2",
"connect-redis": "^6.1.3",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"everscale-did-sdk-radiance": "^2.0.3",
"everscale-vc-sdk-radiance": "^1.0.1",
"express": "^4.18.1",
"express-session": "^1.17.3",
"fs": "^0.0.1-security",
"next": "^12.1.6",
"next-query-params": "^3.0.0",
"node-fetch": "^2.6.7",
"nodemon": "^2.0.19",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-input-mask": "^2.0.4",
"react-loader-spinner": "^5.1.5",
"react-qrcode-logo": "^2.7.0",
"redis": "^4.1.0"
},
"devDependencies": {
"eslint": "^8.18.0",
"sass": "^1.53.0"
}
}