-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.07 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.07 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
{
"name": "pages",
"version": "2.1.3",
"description": "This application allows users to create websites.",
"main": "gulpfile.js",
"dependencies": {
"@types/core-js": "0.9.42",
"awesome-typescript-loader": "3.2.1",
"axios": "0.16.2",
"core-js": "2.4.1",
"entcore": "4.8.14",
"entcore-toolkit": "^1.0.1",
"gulp": "4.0.2",
"gulp-clean": "0.4.0",
"gulp-sourcemaps": "^2.6.0",
"merge2": "1.1.0",
"ts-loader": "^3.2.0",
"typescript": "2.4.1",
"webpack": "3.1.0",
"webpack-stream": "3.2.0",
"yargs": "^8.0.2"
},
"devDependencies": {
"@types/jquery": "^2.0.34",
"gulp-replace": "1.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/web-education/pages.git"
},
"author": "",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/web-education/pages/issues"
},
"homepage": "https://github.com/web-education/pages",
"packageManager": "yarn@1.22.19",
"engines": {
"node": "16 || 18"
}
}