-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.4 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
{
"name": "imba-gags",
"description": "Like 9gag but much simpler. Made with Imba",
"keywords": [
"imba"
],
"author": "Rizki Lazuardi",
"bugs": "https://github.com/rmdwirizki/imba-gags",
"version": "1.0.0",
"engines": {
"node": ">=6.0.0"
},
"scripts": {
"start": "imba src/server.imba",
"dev": "webpack-dev-server --content-base dist/",
"build": "webpack",
"watch": "webpack --watch --progress --colors --display-modules",
"stats": "webpack --profile --json > stats.json && webpack-bundle-analyzer stats.json"
},
"files": [],
"directories": {},
"homepage": "http://labs.develoka.com/imba-gags/",
"repository": {
"type": "git",
"url": "git@github.com:rmdwirizki/imba-gags.git"
},
"license": "MIT",
"dependencies": {
"@sindresorhus/slugify": "^0.3.0",
"firebase": "^5.0.2",
"image-type": "^3.0.0",
"imba": "1.3.3",
"imba-router": "^0.2.0",
"randomstring": "^1.1.5"
},
"devDependencies": {
"css-loader": "^0.28.11",
"express": "^4.16.2",
"extract-loader": "^2.0.1",
"file-loader": "^1.1.11",
"firebase-admin": "^5.12.1",
"firebase-functions": "^1.0.2",
"hoek": "^5.0.3",
"node-sass": "^4.9.0",
"sass-loader": "^7.0.1",
"style-loader": "^0.21.0",
"uglifyjs-webpack-plugin": "^1.2.5",
"webpack": "^3.12.0",
"webpack-bundle-analyzer": "^2.12.0",
"webpack-dev-server": "^2.11.1"
}
}