-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 897 Bytes
/
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
{
"name": "nuist-login",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@ant-design/icons": "^4.2.2",
"@babel/core": "^7.14.3",
"@babel/plugin-proposal-decorators": "^7.10.5",
"antd": "^4.6.4",
"axios": "^0.21.1",
"cheerio": "^1.0.0-rc.3",
"class-transformer": "^0.4.0",
"class-validator": "^0.13.1",
"crypto-js": "^4.0.0",
"dayjs": "^1.10.4",
"log4js": "^6.3.0",
"next": "10.2.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"sqlite3": "^5.0.2",
"superagent": "^6.1.0",
"typeorm": "^0.2.26"
},
"devDependencies": {
"@types/cheerio": "^0.22.21",
"@types/crypto-js": "^4.0.1",
"@types/node": "^15.6.0",
"@types/react": "^17.0.2",
"@types/superagent": "^4.1.10",
"typescript": "^4.0.2"
}
}