-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 832 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 832 Bytes
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
{
"name": "custom-webnest",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"start": "t-nest serve",
"build": "t-nest build",
"upload": "node ./oss-helper/index.js",
"uploadOverride": "node ./oss-helper/index.js --path ./dist --type override",
"uploadTheme": "node ./oss-helper/index.js --path ./webnest-theme/dist --type theme"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@terminus/nusi": "4.0.126",
"@terminus/nusi-components": "1.18.271",
"@terminus/nusi-engine": "1.18.271",
"@terminus/nusi-theme-generator": "2.0.1-beta.4",
"@terminus/t-nest": "2.18.346",
"@terminus/t-workspace": "2.18.346",
"ali-oss": "^6.0.1",
"commander": "^9.5.0",
"single-line-log": "^1.1.2"
},
"dependencies": {
"antd": "4.24.5"
}
}