UNPKG

4.29 kBJSONView Raw
1{
2 "name": "picidae",
3 "version": "2.4.1",
4 "description": "Picidae is a document generator which has gentle experience. :dash:",
5 "main": "lib/index.js",
6 "scripts": {
7 "link": "ln -sf ./ node_modules/picidae",
8 "test": "mocha",
9 "build": "rm -rf lib/lib/tmp/*; babel src --out-dir lib -D",
10 "prepublish": "npm run build",
11 "example": "cd docs && ../bin/picidae.js start",
12 "build:example": "cd docs && ../bin/picidae.js build",
13 "commitmsg": "commitlint -e $GIT_PARAMS",
14 "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md",
15 "version": "npm run changelog",
16 "gh-pages": "cd docs && NODE_DEBUG=gh-pages picidae gh-pages",
17 "bd": "cd docs && picidae build -f",
18 "page": "npm run bd && npm run gh-pages",
19 "dev": "rm -rf lib && babel src --out-dir lib -Dw"
20 },
21 "bin": {
22 "picidae": "./bin/pre-picidae.js"
23 },
24 "files": [
25 "lib",
26 "bin",
27 "theme",
28 "exports"
29 ],
30 "preferGlobal": true,
31 "repository": {
32 "type": "git",
33 "url": "git+https://github.com/picidaejs/picidae.git"
34 },
35 "keywords": [],
36 "author": "",
37 "license": "MIT",
38 "bugs": {
39 "url": "https://github.com/picidaejs/picidae/issues"
40 },
41 "homepage": "https://github.com/picidaejs/picidae#readme",
42 "dependencies": {
43 "autoprefixer": "^7.1.4",
44 "await-event-emitter": "^1.1.0",
45 "babel-core": "6.26.0",
46 "babel-loader": "6.4.1",
47 "babel-plugin-add-module-exports": "^0.2.1",
48 "babel-plugin-transform-decorators-legacy": "1.3.4",
49 "babel-plugin-transform-runtime": "6.23.0",
50 "babel-polyfill": "6.26.0",
51 "babel-preset-es2015": "6.24.1",
52 "babel-preset-react": "6.24.1",
53 "babel-preset-stage-0": "6.24.1",
54 "case-sensitive-paths-webpack-plugin": "^2.1.1",
55 "chalk": "^2.1.0",
56 "cheerio": "1.0.0-rc.2",
57 "chokidar": "^1.7.0",
58 "commander": "^2.11.0",
59 "copy-dir": "^0.3.0",
60 "css-loader": "^0.28.7",
61 "del": "^3.0.0",
62 "detect-one-changed": "^1.2.0",
63 "express": "^4.15.5",
64 "extract-text-webpack-plugin": "^1.0.1",
65 "file-loader": "^1.1.4",
66 "friendly-errors-webpack-plugin": "^1.6.1",
67 "history": "^3.3.0",
68 "hot-module-require": "^1.0.0",
69 "html-to-react": "^1.3.1",
70 "json-loader": "^0.5.7",
71 "less": "^2.7.2",
72 "less-loader": "^4.0.5",
73 "loader-utils": "^1.1.0",
74 "lodash.isequal": "^4.5.0",
75 "md5": "^2.2.1",
76 "mkdirp": "^0.5.1",
77 "moment": "^2.18.1",
78 "node-notifier": "^5.1.2",
79 "nprogress": "^0.2.0",
80 "nunjucks": "^3.0.1",
81 "picidae-plugin-utils": "^0.0.4",
82 "postcss-loader": "^1.3.3",
83 "prop-types": "^15.6.0",
84 "react": "^15.0.2",
85 "react-dom": "^15.0.2",
86 "react-hot-loader": "^3.0.0-beta.3",
87 "react-router": "^3.0.5",
88 "rehype-minify-attribute-whitespace": "^1.0.1",
89 "rehype-minify-css-style": "^1.1.0",
90 "rehype-minify-event-handler": "^1.1.0",
91 "rehype-minify-javascript-script": "^1.1.0",
92 "rehype-minify-javascript-url": "^1.1.0",
93 "rehype-minify-json-script": "^1.0.0",
94 "rehype-minify-style-attribute": "^1.1.0",
95 "rehype-minify-whitespace": "^2.0.3",
96 "rehype-raw": "^2.0.0",
97 "rehype-stringify": "^3.0.0",
98 "remark": "^8.0.0",
99 "remark-align": "^1.1.1",
100 "remark-autolink-headings": "^5.0.0",
101 "remark-gemoji-to-emoji": "^1.1.0",
102 "remark-highlight.js": "5.0.0",
103 "remark-rehype": "^3.0.0",
104 "remark-slug": "^4.2.3",
105 "resolve": "^1.5.0",
106 "style-loader": "^0.19.0",
107 "sw-precache": "^5.2.1",
108 "unist-util-visit": "^1.1.3",
109 "url-loader": "^0.5.9",
110 "webpack": "^1.15.0",
111 "webpack-dev-middleware": "^1.12.0",
112 "webpack-hot-middleware": "^2.19.1",
113 "yaml-front-matter": "^3.4.0"
114 },
115 "devDependencies": {
116 "@commitlint/cli": "^6.1.3",
117 "@commitlint/config-conventional": "^6.1.3",
118 "babel-cli": "^6.26.0",
119 "conventional-changelog-cli": "^1.3.16",
120 "gh-pages": "^1.0.0",
121 "husky": "^0.14.3",
122 "mocha": "^3.5.3",
123 "picidae-tools": "~0.0.3",
124 "picidae-transformer-file-syntax": "^0.1.3",
125 "picidae-transformer-react-render": "^1.2.12"
126 },
127 "directories": {
128 "doc": "docs",
129 "lib": "lib",
130 "test": "test"
131 },
132 "optionalDependencies": {},
133 "commitlint": {
134 "extends": [
135 "@commitlint/config-conventional"
136 ]
137 }
138}