forked from alexcusack/replit.github.io
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
34 lines (34 loc) · 973 Bytes
/
package.json
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
{
"name": "replit-docs",
"version": "1.0.0",
"description": "This is the repo for the [documentation](https://repl.it/site/docs) for [Repl.it](https://repl.it), a powerful online IDE.",
"main": "index.js",
"scripts": {
"build": "node tooling/search.js && parcel build ./src/scripts.js -d ./static/",
"start": "npm run build && node index"
},
"repository": {
"type": "git",
"url": "git+https://github.com/replit/replit.github.io.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/replit/replit.github.io/issues"
},
"homepage": "https://github.com/replit/replit.github.io#readme",
"dependencies": {
"ejs": "^2.7.1",
"express": "^4.17.1",
"fs": "0.0.1-security",
"fuse.js": "^6.4.6",
"highlight.js": "^10.7.1",
"lodash": "^4.17.21",
"marked": "^0.7.0",
"regenerator-runtime": "^0.13.7"
},
"devDependencies": {
"parcel-bundler": "^1.12.5"
}
}