This repository has been archived by the owner on Jul 25, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
96 lines (96 loc) · 2.69 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "@comicrelief/pattern-lab",
"version": "7.67.1",
"license": "GPL-3.0",
"description": "The centralised hub for Comic Relief's general and campaign pattern lab",
"scripts": {
"watch": "grunt watchAndServe",
"build": "grunt build",
"build-base": "grunt build:base",
"build-cr17": "grunt build:cr17",
"build-cr19": "grunt build:cr19",
"build-donate": "grunt build:donate",
"build-frost": "grunt build:frost",
"build-payin": "grunt build:payin",
"build-rnd17": "grunt build:rnd17",
"build-sr18": "grunt build:sr18",
"build-shop18": "grunt build:shop18",
"build-netlify": "yarn cache clean; grunt build",
"dev-server": "grunt connect",
"commit": "git-cz",
"backstop-test": "backstop test",
"backstop-reference": "backstop reference",
"backstop-test-local": "grunt build && grunt clean && npm run backstop-reference && npm run backstop-test",
"test": "echo 'No unit tests. Please see readme for backstop instructions if running this manually.'",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"dependencies": {
"event-stream": "3.3.4",
"grunt-contrib-copy": "^1.0.0",
"susy": "^2.2.12",
"underscore.string": "3.3.5"
},
"devDependencies": {
"autoprefixer": "^7.1.1",
"backstopjs": "^3.0.18",
"browserslist": "^2.1.4",
"commitizen": "^2.9.6",
"cz-conventional-changelog": "^2.0.0",
"grunt": "1.0.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-imagemin": "^2.0.1",
"grunt-contrib-uglify": "^3.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-kss": "5.0.1",
"grunt-modernizr": "1.0.3",
"grunt-postcss": "^0.8.0",
"grunt-sass": "^2.0.0",
"grunt-sass-globbing": "^1.5.1",
"grunt-sass-tilde-importer": "^1.0.2",
"grunt-svgmin": "^4.0.0",
"lightcase": "^2.4.0",
"npm-link-local": "^1.1.0",
"semantic-release": "17.1.1",
"snyk": "^1.36.2"
},
"resolutions": {
"customizr": "1.2.1"
},
"repository": {
"type": "git",
"url": "https://github.com/comicrelief/pattern-lab.git"
},
"keywords": [
"patternlab",
"styleguide",
"comicrelief",
"rednoseday",
"sportrelief"
],
"author": "Comic Relief",
"bugs": {
"url": "https://github.com/comicrelief/pattern-lab/issues"
},
"homepage": "https://github.com/comicrelief/pattern-lab#readme",
"engines": {
"node": ">=10",
"npm": ">=4"
},
"release": {
"branches": [
"master"
],
"debug": false
},
"czConfig": {
"path": "node_modules/cz-conventional-changelog"
},
"browserslist": [
"> 1%",
"last 3 versions"
],
"snyk": true
}