-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.07 KB
/
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
35
36
37
38
39
40
41
42
{
"name": "docs-ssr",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"dev": "cross-env SSR=1 nodemon src/index.js --exec babel-node",
"build": "rm -rf dist && npx cross-env SSR=1 npx babel src -d dist",
"start": "cross-env SSR=1 node dist/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lotteryjs/docsify.lotteryjs.com.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/lotteryjs/docsify.lotteryjs.com/issues"
},
"homepage": "https://github.com/lotteryjs/docsify.lotteryjs.com#readme",
"dependencies": {
"chalk": "^2.4.2",
"connect": "^3.7.0",
"lru-cache": "^5.1.1",
"marked": "^0.6.2",
"node-fetch": "^2.6.0",
"prismjs": "^1.16.0",
"resolve-pathname": "^3.0.0",
"serve-static": "^1.14.1"
},
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.5",
"@babel/node": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"cross-env": "^5.2.0",
"nodemon": "^1.19.1"
}
}