-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
76 lines (76 loc) · 1.78 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
{
"name": "@pota/muban-webpack-scripts",
"version": "1.3.1",
"description": "Muban related configuration and scripts for Pota",
"bugs": {
"url": "https://github.com/mediamonks/pota/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mediamonks/pota.git",
"directory": "scripts/muban-webpack"
},
"author": "frontend.monks",
"license": "MIT",
"type": "module",
"exports": {
".": "./lib/index.js",
"./config": "./lib/config.js",
"./paths": "./lib/paths.js"
},
"typesVersions": {
"*": {
"config": [
"./lib/config.d.ts"
],
"paths": [
"./lib/paths.d.ts"
]
}
},
"files": [
"lib",
"twigEnvironment.cjs"
],
"scripts": {
"build": "cd .. && npx tsc -p muban-webpack",
"prepublishOnly": "npm run build",
"postinstall": "npm rebuild optipng-bin jpegtran-bin node-sass sharp"
},
"create-pota": {
"commands": {
"build": {
"description": "Builds the app for production."
},
"dev": {
"description": "Starts the development server.",
"suggest": true
},
"copy-twig": {
"description": "Copy twig files to the dist folder."
}
}
},
"dependencies": {
"@pota/webpack-scripts": "~1.0.3",
"@types/cpx": "^1.5.2",
"@types/shelljs": "^0.8.11",
"cpx": "^1.5.0",
"isntnt": "^1.5.2",
"node-sass-json-importer": "^4.3.0",
"null-loader": "^4.0.1",
"recursive-copy": "^2.0.14",
"require-from-string": "^2.0.2",
"shelljs": "^0.8.5",
"twing": "^5.1.0",
"twing-loader": "^4.0.0"
},
"devDependencies": {
"@types/node": "^17.0.10",
"@types/require-from-string": "^1.2.1"
},
"peerDependencies": {
"@mediamonks/monck": "^1.0.6",
"@pota/cli": "~2.0.0"
}
}