-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.6 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
{
"name": "@sparkbox/downpour",
"version": "0.0.13",
"description": "Sparkbox implementation of drizzle-builder",
"engines": {
"node": ">=14.0.0"
},
"main": "dist/downpour.js",
"mainDrizzleJS": "dist/drizzle.js",
"mainDrizzleCSS": "dist/drizzle.css",
"files": [
"dist"
],
"scripts": {
"build": "npm run checkNodeVersion && rollup -c",
"checkNodeVersion": "check-node-version --package",
"lint": "eslint --ignore-path .gitignore .",
"prepublishOnly": "npm run build",
"release": "./.github/scripts/release.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sparkbox/downpour.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/sparkbox/downpour/issues"
},
"homepage": "https://github.com/sparkbox/downpour#readme",
"dependencies": {
"@cloudfour/hbs-helpers": "^0.8.0",
"@sparkbox/if-prod": "^0.1.1",
"colors": "^1.1.2",
"drizzle-builder": "^0.0.10",
"handlebars": "^4.0.6",
"handlebars-helpers": "^0.7.7",
"lodash": "^4.12.0",
"prismjs": "^1.6.0",
"shelljs": "^0.8.4"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"babel-eslint": "^10.1.0",
"check-node-version": "^4.1.0",
"eslint": "^7.29.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.23.4",
"rollup": "^2.52.7",
"rollup-plugin-scss": "^3.0.0",
"rollup-plugin-terser": "^7.0.2",
"sass": "^1.35.1",
"standard-version": "^9.3.1"
}
}