-
Notifications
You must be signed in to change notification settings - Fork 55
/
package.json
54 lines (54 loc) · 1.35 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
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "theme-next-docs",
"version": "2.0.0",
"description": "Documetation for NexT theme.",
"main": "index.html",
"devDependencies": {
"@types/jquery": "^2.0.40",
"browser-sync": "^2.18.7",
"css-loader": "^0.26.1",
"del": "^2.2.2",
"extract-text-webpack-plugin": "^2.0.0-rc.3",
"file-loader": "^0.10.0",
"gulp": "^3.9.1",
"gulp-tap": "^0.1.3",
"gulp-util": "^3.0.8",
"highlight.js": "^9.2.0",
"js-yaml": "^3.5.4",
"node-sass": "^4.5.0",
"nunjucks": "^2.3.0",
"sass-loader": "^5.0.1",
"style-loader": "^0.13.1",
"ts-loader": "^2.0.0",
"typescript": "^2.1.6",
"url": "^0.11.0",
"webpack": "^2.2.1",
"webpack-dev-middleware": "^1.10.0",
"webpack-dev-server": "^2.3.0",
"webpack-merge": "^2.6.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iissnan/theme-next-docs.git"
},
"keywords": [
"NexT",
"Hexo"
],
"author": "iissnan <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/iissnan/theme-next-docs/issues"
},
"homepage": "http://theme-next.iissnan.com",
"dependencies": {
"bootstrap": "^3.3.7",
"bootstrap-sass": "^3.3.7",
"font-awesome": "^4.7.0",
"jquery": "^3.1.1",
"slick-carousel": "^1.6.0"
}
}