forked from adobe/spectrum-css
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.39 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
{
"name": "spectrum-css-monorepo",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "gulp -LL",
"dev": "gulp dev",
"clean": "gulp clean",
"start": "npm run dev",
"ci-all": "npm run build",
"release": "npx lerna publish",
"release-bundles": "gulp releaseBundles",
"version": "gulp version",
"backstop:approve": "backstop approve --config=backstop_data/backstop_test.js",
"backstop:test": "backstop test --config=backstop_data/backstop_test.js --env=local",
"backstop:clean": "rm -rf backstop_data/bitmaps_test backstop_data/html_report",
"backstop:docker:test": "backstop test --docker --config=backstop_data/backstop_test.js --env=local",
"backstop:ci:test": "backstop test --docker --config=backstop_data/backstop_test.js --env=ci",
"backstop:test-all": "backstop test --docker --config=backstop_data/backstop_test.js --env=local themes=lightest,light,dark,darkest scales=medium,large",
"kill-zombies": "pkill -f \"(chrome)?(--headless)\"",
"prepare": "gulp prepare",
"watch": "gulp watch"
},
"repository": {
"type": "git",
"url": "https://github.com/adobe/spectrum-css.git"
},
"author": "Larry Davis <lazdnet@gmail.com>",
"contributors": [
"Garth Braithwaite <garthdb@gmail.com> (https://garthdb.com)",
"Steve Gill <stevengill97@gmail.com>"
],
"bugs": {
"url": "https://github.com/adobe/spectrum-css/issues"
},
"license": "Apache-2.0",
"devDependencies": {
"@adobe/focus-ring-polyfill": "^0.1.5",
"@adobe/spectrum-css-workflow-icons": "^1.0.0-beta.6",
"@commitlint/cli": "^8.1.0",
"@commitlint/config-conventional": "^8.1.0",
"@spectrum-css/spectrum-css-vr-test-asset": "^1.0.1",
"audit-ci": "^2.0.1",
"backstopjs": "^4.3.2",
"gulp": "^4.0.0",
"gulplog": "^1.0.0",
"husky": "^3.0.5",
"lerna": "^3.16.4",
"loadicons": "^1.0.0",
"lunr": "^2.3.6",
"markdown": "^0.5.0",
"prismjs": "^1.17.1",
"semver": "^6.3.0",
"through2": "^3.0.1"
},
"optionalDependencies": {
"@a4u/a4u-collection-essential-ui-icons-release": "^4.1.0",
"@spectrum/balthazar": "^3.0.1",
"@spectrum/spectrum-dna": "^5.15.0",
"@spectrum/spectrum-icons": "^2.3.0"
},
"resolutions": {
"handlebars": "^4.3.0"
},
"workspaces": [
"components/*",
"tools/*"
],
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
}
}