This repository has been archived by the owner on May 18, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.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
{
"name": "portland-pattern-lab",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"pl:install": "patternlab install --config ./patternlab-config.json",
"pl:dev": "patternlab serve --config ./patternlab-config.json",
"pl:build": "patternlab build --config ./patternlab-config.json",
"webpack:dev": "webpack --mode development --watch",
"webpack:build": "webpack --mode production --no-progress",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eGovPDX/portland-pattern-lab.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/eGovPDX/portland-pattern-lab/issues"
},
"homepage": "https://github.com/eGovPDX/portland-pattern-lab#readme",
"dependencies": {
"@pattern-lab/cli": "^0.0.3",
"@pattern-lab/core": "^3.0.1",
"@pattern-lab/engine-twig-php": "^3.0.1",
"@pattern-lab/starterkit-twig-demo": "^4.1.1",
"@pattern-lab/uikit-workshop": "^1.0.1"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^1.2.0",
"autoprefixer": "^9.6.0",
"babel-loader": "^8.0.6",
"browser-sync": "^2.26.7",
"browser-sync-webpack-plugin": "^2.2.2",
"css-loader": "^3.0.0",
"cssnano": "^4.1.10",
"globby": "^10.0.1",
"html-webpack-plugin": "^3.2.0",
"import-glob-loader": "^1.1.0",
"mini-css-extract-plugin": "^0.7.0",
"node-sass": "^4.12.0",
"postcss-loader": "^3.0.0",
"sass-loader": "^7.1.0",
"tailwindcss": "^1.0.5",
"webpack": "^4.35.2",
"webpack-cli": "^3.3.5"
}
}