-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.63 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.63 KB
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
{
"name": "@midcamp/hatter",
"version": "1.0.10",
"description": "The Hatter style-guide for MidCamp.org",
"repository": "https://github.com/backlineint/hatter-v2.git",
"publishConfig": {
"registry": "https://registry.npmjs.com/"
},
"scripts": {
"start": "concurrently \"npm run watch\" \"npm run pl:serve\"",
"watch": "webpack --progress --watch",
"dist": "NODE_ENV=production webpack --progress",
"pl:build": "patternlab build --config ./patternlab-config.json",
"pl:help": "patternlab --help",
"pl:install": "patternlab install --config ./patternlab-config.json",
"pl:serve": "patternlab serve --config ./patternlab-config.json",
"pl:version": "patternlab --version",
"pl:deploy": "npm run pl:build && gh-pages -d public",
"prepare": "patch-package && npm run dist"
},
"license": "ISC",
"devDependencies": {
"@pattern-lab/cli": "^6.0.1",
"@pattern-lab/core": "^6.0.1",
"@pattern-lab/engine-twig-php": "^6.0.1",
"@pattern-lab/starterkit-twig-demo": "^4.1.1",
"@pattern-lab/uikit-workshop": "^1.0.1",
"autoprefixer": "^9.6.1",
"breakpoint-sass": "^2.7.1",
"concurrently": "^4.1.2",
"css-loader": "^6.7.3",
"cssnano": "^4.1.10",
"file-loader": "^6.2.0",
"gh-pages": "^2.1.1",
"mini-css-extract-plugin": "^2.7.2",
"node-sass": "^7.0.0",
"node-sass-glob-importer": "^5.3.2",
"patch-package": "^6.1.2",
"postcss-loader": "^7.0.2",
"sass-loader": "^13.2.0",
"singularitygs": "^1.8.0",
"style-loader": "^3.3.1",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
},
"public": true
}