-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·49 lines (49 loc) · 1.45 KB
/
package.json
File metadata and controls
executable file
·49 lines (49 loc) · 1.45 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
{
"name": "fibjs_docs",
"version": "0.10.0",
"description": "",
"author": "",
"scripts": {
"build": "webpack --progress --colors --prod",
"dev": "webpack --progress --colors",
"watch": "webpack --progress --colors --watch",
"serve": "cross-env FIBJS_DOC_PORT=3001 fibjs ./tools/svr.js",
"serve-nosync": "cross-env FIBJS_DOC_NO_SYNC=1 fibjs ./tools/svr.js"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^7.1.0",
"babel-core": "^6.26.3",
"babel-loader": "^6.4.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"backbone": "^1.6.1",
"bootstrap": "^3.4.1",
"copy-webpack-plugin": "^4.6.0",
"cross-env": "^7.0.3",
"css-loader": "^0.26.4",
"ejs": "^2.7.4",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"highlight.js": "^9.18.5",
"html-webpack-plugin": "^2.30.1",
"includes-loader": "^0.1.0",
"jquery": "^1.12.4",
"jquery-ui": "^1.14.1",
"jquery.tocify": "^1.9.1",
"json-format": "^1.0.1",
"less": "^2.7.3",
"less-loader": "^2.2.3",
"marked": "^0.3.19",
"mkdir": "0.0.2",
"nomnoml": "^1.7.0",
"on-build-webpack": "^0.1.0",
"recursive-readdir-sync": "^1.0.6",
"social-share.js": "^1.0.16",
"underscore": "^1.13.7",
"url-loader": "^0.5.9",
"viz.js": "^1.8.2",
"webpack": "^1.15.0",
"webpack-uglify-parallel": "^0.1.4"
}
}