-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
47 lines (47 loc) · 1.19 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
{
"name": "patternplate-media",
"description": "Publishing repository for shared web assets",
"version": "1.0.0",
"private": true,
"license": "UNLICENSED",
"scripts": {
"build": "yarn optimize:images",
"optimize:images": "imagemin \"src/images/**/*\" --out-dir=docs/images",
"shoot": "node bin/shoot",
"cast": "node bin/cast"
},
"author": {
"name": "Mario Nebl",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "patternplate/patternplate"
},
"devDependencies": {
"@marionebl/sander": "^0.6.1",
"@patternplate/cli": "^2.0.0-79",
"@patternplate/render-default": "^2.0.0-79",
"@patternplate/screenshot": "^2.0.0-79",
"dargs": "^5.1.0",
"esm": "^3.0.6",
"execa": "^0.10.0",
"express": "^4.16.3",
"finalhandler": "^1.1.1",
"find-up": "^2.1.0",
"globby": "^8.0.1",
"imagemin-cli": "^3.0.0",
"lodash": "^4.17.5",
"opn": "^5.3.0",
"portscanner": "^2.1.1",
"require-from-string": "^2.0.1",
"serve": "^6.5.3",
"svg-term-cli": "^2.1.1",
"svgo": "^1.0.5",
"tempy": "^0.2.1",
"yargs-parser": "^9.0.2"
},
"dependencies": {
"micromatch": "^3.1.9"
}
}