-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.7 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.7 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
{
"name": "crestapps.orchardcore",
"private": true,
"scripts": {
"build": "gulp build",
"rebuild": "gulp rebuild",
"watch": "gulp watch",
"postinstall": "node .scripts/install.js",
"install-projects": "node .scripts/install.js",
"update-projects": "node .scripts/update.js",
"install-project": "node .scripts/project.js install",
"update-project": "node .scripts/project.js update",
"cleanup": "node .scripts/cleanup.js"
},
"devDependencies": {
"@babel/core": "^7.22.11",
"@babel/preset-env": "^7.22.10",
"@babel/preset-flow": "7.27.1",
"child_process": "^1.0.2",
"es6-promise": "4.2.8",
"fancy-log": "^2.0.0",
"glob": "^13.0.6",
"graceful-fs": "4.2.11",
"gulp": "^5.0.1",
"gulp-babel": "8.0.0",
"gulp-concat": "2.6.1",
"gulp-dart-sass": "1.1.0",
"gulp-eol": "0.2.0",
"gulp-header": "^2.0.12",
"gulp-if": "3.0.0",
"gulp-less": "5.0.0",
"gulp-minifier": "^3.5.0",
"gulp-newer": "1.4.0",
"gulp-plumber": "1.2.1",
"gulp-postcss": "^10.0.0",
"gulp-rename": "2.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-terser": "2.1.0",
"gulp-typescript": "^5.0.1",
"merge-stream": "2.0.0",
"path-posix": "1.0.0",
"postcss": "8.5.6",
"postcss-rtl": "^2.0.0",
"rtlcss": "4.3.0",
"source-map": "^0.7.4",
"typescript": "^5.4.5"
},
"dependencies": {
"chart.js": "^4.5.1",
"extendable-media-recorder": "^9.2.36"
},
"overrides": {
"gulp-match": {
"minimatch": "^10.0.1"
},
"gulp-newer": {
"minimatch": "^10.0.1"
},
"gulp-typescript": {
"minimatch": "^10.0.1"
},
"@gulp-sourcemaps/identity-map": {
"postcss": "8.5.6"
}
}
}