-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 781 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 781 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": "OnTopic.Editor.AspNetCore",
"description": "Loads client-side dependencies for the OnTopic Editor.",
"repository": {
"type": "git",
"url": "https://github.com/Ignia/topic-editor-mvc.git"
},
"license": "MIT",
"devDependencies": {
"@popperjs/core": "^2.11.5",
"bootstrap": "^5.1.3",
"cssnano": "^5.1.12",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-if": "^3.0.0",
"gulp-jshint": "^2.1.0",
"gulp-postcss": "^9.0.1",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify": "^3.0.2",
"jquery": "^3.6.0",
"jquery-ui-dist": "^1.13.1",
"jquery-validation": "^1.19.5",
"jquery.are-you-sure": "^1.9.0",
"jshint": "^2.13.4",
"merge2": "^1.4.1",
"node-sass": "^7.0.1"
}
}