-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
67 lines (67 loc) · 1.59 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
{
"private": true,
"name": "origami",
"version": "1.0.0",
"description": "the reference implementation of the FT's design system",
"type": "module",
"scripts": {
"regenerate": "node ./scripts/regenerate-ci-config-files.js",
"test": "node ./scripts/test.js",
"install": "cp hooks/* .git/hooks && cd tools/origami-build-tools && npm ci"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Financial-Times/origami.git"
},
"keywords": [
"origami",
"components"
],
"author": "chee <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Financial-Times/origami/issues"
},
"homepage": "https://github.com/Financial-Times/origami#readme",
"volta": {
"node": "16.8.0",
"npm": "7.21.0"
},
"workspaces": [
"actions/*",
"components/*",
"libraries/*",
"tools/*"
],
"devDependencies": {
"@testing-library/dom": "^8.0.0",
"@testing-library/user-event": "^13.1.9",
"chai": "^4.3.4",
"eslint": "^7.24.0",
"eslint-config-origami-component": "^2.1.1",
"fetch-mock": "^9.11.0",
"mocha": "^8.3.2",
"npm": "^7.22.0",
"prettier": "^2.3.2",
"proclaim": "^3.6.0",
"remark": "^13.0.0",
"remark-lint": "^7.0.1",
"remark-preset-lint-origami-component": "^2.0.0",
"sinon": "^10.0.0",
"stylelint": "^13.12.0",
"stylelint-config-origami-component": "^1.0.4"
},
"dependencies": {
"@percy/cli": "^1.0.0-beta.67",
"del": "^6.0.0",
"fast-glob": "^3.2.7",
"globby": "^12.0.2",
"karma": "^6.3.4",
"mustache": "^4.2.0",
"read-pkg": "^7.0.0",
"remark-cli": "^10.0.0",
"toposort": "^2.0.2",
"undici": "^4.5.1",
"zx": "^4.1.1"
}
}