-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.26 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.26 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
{
"name": "codeanywhere-docs",
"version": "1.0.0",
"description": "This is the repo for the documentation for [Codeanywhere](https://codeanywhere.com/), a powerful online IDE.",
"main": "dist/index.js",
"scripts": {
"build": "gulp",
"dev": "gulp development",
"format": "prettier --write \"**/src/**/*.{ts,tsx,js}\" && prettier --write gulpfile.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"ejs": "^2.7.1",
"fuse.js": "^6.4.6",
"gulp-exec": "^5.0.0",
"gulp-typescript": "^6.0.0-alpha.1",
"highlight.js": "^9.15.10",
"lodash": "^4.17.21",
"marked": "^0.7.0",
"regenerator-runtime": "^0.13.7",
"ts-node": "^10.1.0",
"webpack-stream": "^6.1.2"
},
"devDependencies": {
"@types/express": "^4.17.12",
"@types/fs-extra": "^9.0.13",
"@types/lodash": "4.14.175",
"@types/marked": "^2.0.3",
"browser-sync": "^2.27.5",
"gulp": "^4.0.2",
"gulp-cached": "^1.1.1",
"gulp-changed": "^4.0.3",
"gulp-clean": "^0.4.0",
"gulp-copy": "^4.0.1",
"gulp-ejs": "^5.1.0",
"gulp-markdown": "^6.0.0",
"gulp-watch": "^5.0.1",
"prettier": "^2.3.2",
"through2": "^4.0.2",
"typescript": "4.3.4",
"webpack": "^5.46.0",
"webpack-cli": "^4.7.2"
}
}