UNPKG

1.56 kBJSONView Raw
1{
2 "name": "@nodefony/documentation-bundle",
3 "version": "6.4.1",
4 "description": "Nodefony Framework Bundle Documentation ",
5 "main": "documentationBundle.js",
6 "contributors": [],
7 "private": false,
8 "keywords": [
9 "nodefony",
10 "javascript"
11 ],
12 "dependencies": {
13 "@babel/core": "^7.12.17",
14 "@babel/preset-env": "^7.12.17",
15 "@nodefony/stage": "^0.2.4",
16 "async": "^3.2.0",
17 "babel-loader": "^8.2.2",
18 "bootstrap": "^4.6.0",
19 "cheerio": "^1.0.0-rc.5",
20 "clean-webpack-plugin": "^3.0.0",
21 "css-loader": "^5.0.2",
22 "expose-loader": "^2.0.0",
23 "file-loader": "^6.2.0",
24 "font-awesome": "^4.7.0",
25 "highlight.js": "^10.6.0",
26 "jquery": "^3.5.1",
27 "mini-css-extract-plugin": "^1.3.8",
28 "node-sass": "^5.0.0",
29 "optimize-css-assets-webpack-plugin": "^5.0.4",
30 "popper.js": "^1.16.1",
31 "postcss-loader": "^5.0.0",
32 "precss": "^4.0.0",
33 "resolve-url-loader": "^3.1.2",
34 "reveal.js": "^4.0.2",
35 "sass-loader": "^11.0.1",
36 "semver": "^7.3.4",
37 "simple-git": "^2.35.1",
38 "terser-webpack-plugin": "^5.1.1",
39 "webpack": "^5.23.0",
40 "webpack-merge": "^5.7.3"
41 },
42 "repository": {
43 "type": "git",
44 "url": "git://github.com/nodefony/nodefony.git",
45 "directory": "src/nodefony/bundles/documentation-bundle"
46 },
47 "license": "CECILL-B",
48 "licenses": [
49 {
50 "type": "CECILL-B",
51 "url": "http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html"
52 }
53 ],
54 "author": "Christophe CAMENSULI <ccamensuli@gmail.com>",
55 "readmeFilename": "README.md"
56}