-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.22 KB
/
Copy pathpackage.json
File metadata and controls
77 lines (77 loc) · 2.22 KB
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
70
71
72
73
74
75
76
77
{
"name": "cloud-bigapp",
"type": "module",
"version": "0.0.0",
"__version__": "DROP-005",
"description": "Cloud Big App code blueprint. Start to Scale!",
"main": "start.js",
"dependencies": {
"@dom-native/draggable": "^0.2.1",
"@dom-native/ui": "^0.2.4",
"@rollup/plugin-commonjs": "^29.0.0",
"@rollup/plugin-multi-entry": "^7.1.0",
"@rollup/plugin-node-resolve": "^16.0.3",
"@types/lodash.debounce": "^4.0.9",
"@types/node": "^25.0.10",
"@types/pg": "^8.16.0",
"@types/uuid": "^10.0.0",
"d3": "^7.9.0",
"dom-native": "^0.11.4",
"execa": "^9.6.1",
"gtx": "^0.6.1",
"handlebars": "^4.7.8",
"hbsp": "^0.3.9",
"lodash.debounce": "^4.0.8",
"mocha": "^11.7.5",
"moment": "^2.30.1",
"pcss-cli": "^0.2.9",
"postcss-mixins": "^12.1.2",
"postgres-array": "^3.0.4",
"qs": "^6.14.1",
"rollup": "^4.57.0",
"rollup-plugin-typescript2": "^0.36.0",
"sketchdev": "^0.8.0",
"tracking": "^1.1.3",
"ts-node": "^10.9.2",
"tslib": "^2.8.1",
"typescript": "^5.9.3",
"typescript-json-schema": "^0.67.1",
"utils-min": "^0.2.4",
"uuid": "^13.0.0"
},
"overrides": {
"rimraf": "^4.0.0",
"glob": "^9.0.0",
"inflight": "^1.0.6"
},
"devDependencies": {
"@types/qs": "^6.14.0",
"@types/redis": "^4.0.10",
"@types/supports-color": "^8.1.3",
"chalk": "^5.6.2",
"chokidar": "^5.0.0",
"cmdrouter": "^0.3.1",
"supports-color": "^10.2.2",
"ts-json-schema-generator": "^2.4.0",
"tsx": "^4.21.0"
},
"scripts": {
"sketchdev": "./node_modules/.bin/sketchdev",
"ts-schema": "tsx scripts/cmd-ts-schema.ts",
"test": "tsx scripts/cmd-test.ts test",
"testw": "tsx scripts/cmd-test.ts testw",
"testd": "tsx scripts/cmd-test.ts testd",
"watch": "tsx scripts/cmd-watch.ts watch",
"recreateDb": "kdd kexec cmd npm run recreateDb",
"credential": "kdd kexec cmd npm run credential",
"makeCredential": "kdd kexec cmd npm run makeCredential",
"createUser": "kdd kexec cmd npm run createUser",
"setPwd": "kdd kexec cmd npm run setPwd",
"pupdate": "tsx scripts/cmd-others.ts pupdate"
},
"engines": {
"node": ">=16.13.0"
},
"author": "BriteSnow",
"license": "MIT"
}