-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
85 lines (85 loc) · 2.61 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "mithril-polythene-design-blocks",
"version": "3.0.0",
"description": "An amazing collection of over 170 ready to use design blocks based on Bootstrap.",
"keywords": [
"polythene",
"polythene design blocks",
"html design",
"material design",
"html templates",
"website design",
"html5",
"trending design"
],
"homepage": "http://labs.nerevu.com/design-blocks",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/nerevu/mithril-polythene-design-blocks.git"
},
"maintainers": [
{
"name": "Reuben Cummings",
"email": "[email protected]",
"web": "http://labs.nerevu.com"
}
],
"scripts": {
"start": "DEBUG=*-brunch brunch watch",
"build": "DEBUG=metalsmith-*,*-brunch brunch build",
"build:debug": "LOGGY_STACKS=1 npm run build",
"build:prod": "NODE_ENV=production npm run build",
"postinstall": "npm run build:prod",
"prettify": "prettier --write '*.js' && prettier --write 'layouts/**/*.js'",
"lint": "eslint *.js layouts/**/*.js"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.7.0",
"bootstrap": "^4.2.1",
"brunch": "^2.10.17",
"metalsmith": "^2.2.0",
"mithril": "1.1.6"
},
"devDependencies": {
"before-brunch-func": "git+https://github.com/nerevu/before-brunch-func.git#3623368",
"brunch-browser-sync": "^0.1.2",
"cachebust-brunch": "git+https://github.com/reubano/cachebust-brunch.git#01c893e",
"copycat-brunch": "^1.1.1",
"debug": "^4.1.0",
"eslint": "^5.12.1",
"eslint-brunch": "^3.12.0",
"eslint-config-prettier": "^3.6.0",
"eslint-plugin-prettier": "^3.0.1",
"metalsmith-beautify": "git+https://github.com/boushley/metalsmith-beautify.git#3566a69",
"metalsmith-markdown": "git+https://github.com/nerevu/metalsmith-markdown.git#b760165",
"metalsmith-mithril": "git+https://github.com/nerevu/metalsmith-mithril.git#8004ba8",
"metalsmith-rollup": "git+https://github.com/nerevu/metalsmith-rollup.git#7fe1f51",
"prettier": "^1.15.3",
"stylelint": "^9.10.0",
"stylelint-brunch": "git+https://github.com/nerevu/stylelint-brunch.git#24a11c9",
"stylelint-config-recommended": "^2.1.0",
"uglify-js-brunch": "^2.10.0"
},
"eslintConfig": {
"extends": "plugin:prettier/recommended",
"parserOptions": {
"ecmaVersion": 2017
},
"env": {
"es6": true
}
},
"stylelint": {
"extends": "stylelint-config-recommended",
"rules": {
"no-descending-specificity": null
}
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}