This repository was archived by the owner on Jun 14, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.39 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.39 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
47
48
49
50
51
52
{
"name": "docs-site",
"version": "2.0.0",
"repository": "https://github.com/versionpress/docs-site",
"private": true,
"scripts": {
"postinstall": "./node_modules/.bin/typings install && typings prune",
"gulp": "./node_modules/.bin/gulp",
"build": "./node_modules/.bin/gulp build",
"watch": "./node_modules/.bin/gulp watch",
"help": "./node_modules/.bin/gulp help"
},
"dependencies": {
"body-parser": "^1.14.2",
"cookie-parser": "^1.4.0",
"debug": "^2.2.0",
"dotenv": "^1.2.0",
"express": "^4.13.3",
"history": "^1.17.0",
"jade": "^1.11.0",
"jquery": "^2.2.0",
"marked": "^0.3.5",
"moment": "^2.11.1",
"morgan": "^1.6.1",
"semver": "^5.1.0",
"serve-favicon": "^2.3.0",
"serve-static": "^1.10.0",
"yamljs": "^0.2.4"
},
"devDependencies": {
"browser-sync": "^2.11.2",
"autoprefixer-loader": "3.2.0",
"url-loader": "0.5.7",
"file-loader": "0.8.5",
"css-loader": "^0.23.1",
"del": "^2.2.0",
"extract-text-webpack-plugin": "^1.0.1",
"gulp": "^3.9.0",
"gulp-help": "^1.6.1",
"gulp-nodemon": "^2.0.6",
"gulp-typescript": "^2.10.0",
"gulp-util": "^3.0.7",
"less": "^2.6.1",
"less-loader": "^2.2.3",
"run-sequence": "^1.1.5",
"style-loader": "^0.13.1",
"ts-loader": "^0.8.2",
"typings": "^0.8.1",
"webpack": "^1.12.10",
"webpack-stream": "^3.1.0"
}
}