-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
68 lines (68 loc) · 2.57 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "powerdir",
"version": "1.0.0",
"description": " Directory based navigation for markdown reader application",
"main": "index.js",
"dependencies": {
"@egoist/front-matter": "^1.0.0",
"babel-polyfill": "^6.26.0",
"bulma": "^0.7.1",
"custom-event-polyfill": "^1.0.6",
"front-matter": "^3.0.0",
"imba": "^1.3.3",
"imba-router": "^0.2.0",
"marked": "^0.4.0",
"whatwg-fetch": "^3.0.0"
},
"devDependencies": {
"@gfx/zopfli": "^1.0.9",
"babel-core": "^6.26.3",
"babel-minify-webpack-plugin": "^0.3.1",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-webpack-plugin": "^0.1.1",
"clean-webpack-plugin": "^0.1.19",
"compression-webpack-plugin": "^2.0.0",
"css-loader": "^0.28.11",
"css-mqpacker": "^6.0.2",
"cssnano": "^3.10.0",
"directory-tree": "https://github.com/rmdwirizki/node-directory-tree/tarball/master",
"file-loader": "^1.1.11",
"hoek": "^5.0.4",
"html-webpack-externals-plugin": "^3.8.0",
"html-webpack-plugin": "^3.2.0",
"js-yaml": "^3.13.1",
"mini-css-extract-plugin": "^0.4.4",
"node-sass": "^4.9.3",
"parallelshell": "^3.0.1",
"postcss-loader": "^2.1.6",
"sass-loader": "^7.1.0",
"style-loader": "^0.21.0",
"uglifyjs-webpack-plugin": "^1.3.0",
"uuid-by-string": "^0.6.0",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.10",
"webpack-md5-hash": "0.0.6"
},
"scripts": {
"start": "imba src/server.imba",
"build": "webpack --optimize-minimize --mode production",
"build-es5": "webpack --optimize-minimize --mode production --es5",
"stats": "webpack --optimize-minimize --mode production --profile --json > compilation-stats.json && webpack-bundle-analyzer compilation-stats.json dist/build/prod",
"stats-es5": "webpack --optimize-minimize --mode production --es5 --profile --json > compilation-stats.es5.json && webpack-bundle-analyzer compilation-stats.es5.json dist/build/prod-es5",
"watch": "webpack --watch --progress --colors --display-modules --mode development",
"dev": "parallelshell \"webpack-dev-server --mode=development\" \"webpack --watch --progress --colors --display-modules --mode development\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/rmdwirizki/powerdir.git"
},
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/rmdwirizki/powerdir/issues"
},
"homepage": "https://github.com/rmdwirizki/powerdir#readme"
}