This repository has been archived by the owner on Mar 14, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
103 lines (103 loc) · 2.67 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
97
98
99
100
101
102
103
{
"name": "origami-build-tools",
"version": "0.0.0",
"description": "Origami component development tools.",
"main": "./lib/origami-build-tools-cli.js",
"type": "commonjs",
"bin": {
"origami-build-tools": "./lib/origami-build-tools-cli.js",
"obt": "./lib/origami-build-tools-cli.js"
},
"engines": {
"node": ">= 14.16.1",
"npm": "^7.0.0"
},
"dependencies": {
"@babel/core": "^7.13.16",
"@babel/preset-env": "^7.13.15",
"@financial-times/karma-proclaim": "^1.1.2",
"@financial-times/sass": "^1.32.4",
"aliases": "^1.0.0",
"autoprefixer": "^10.2.5",
"boxen": "^5.0.1",
"chalk": "^4.1.1",
"chokidar": "^3.5.1",
"colors": "^1.4.0",
"create-origami-component": "^1.0.0-beta.3",
"deglob": "^4.0.1",
"esbuild": "^0.11.13",
"eslint": "^7.24.0",
"eslint-plugin-import": "^2.22.1",
"execa": "^5.0.0",
"flush-write-stream": "^2.0.0",
"fs-extra": "^9.1.0",
"globby": "^11.0.3",
"is-ci": "^3.0.0",
"karma": "^6.3.2",
"karma-browserstack-launcher": "^1.6.0",
"karma-chrome-launcher": "^3.1.0",
"karma-mocha": "^2.0.1",
"karma-sinon": "^1.0.5",
"listr": "^0.14.3",
"listr-multiline-renderer": "^1.1.0",
"lodash": "^4.17.21",
"meow": "^9.0.0",
"merge-deep": "^3.0.3",
"mocha": "^8.3.2",
"mockery": "^2.1.0",
"mustache": "^4.2.0",
"npm": "^7.12.0",
"pa11y": "^5.3.1",
"portfinder": "^1.0.28",
"postcss": "^8.2.12",
"proclaim": "^3.6.0",
"regenerator-runtime": "^0.13.7",
"remark": "^13.0.0",
"remark-lint": "^8.0.0",
"remark-preset-lint-origami-component": "^2.0.0",
"root-check": "^1.0.0",
"sass": "^1.32.11",
"sass-true": "^6.0.1",
"semver": "^7.3.5",
"serve-handler": "^6.1.3",
"sinon": "^9.0.0",
"snyk": "^1.563.0",
"strip-ansi": "^6.0.0",
"stylelint": "^13.12.0",
"update-notifier": "^5.1.0",
"validate-npm-package-name": "^3.0.0",
"vfile": "^4.2.1",
"vfile-reporter": "^6.0.2"
},
"devDependencies": {
"@financial-times/origami-service-makefile": "^7.0.3",
"eslint-config-origami-component": "^2.1.1",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-json": "^2.1.2",
"eslint-plugin-mocha": "^8.1.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-objects": "^1.1.1",
"eslint-plugin-promise": "^5.1.0",
"nixt": "^0.5.1",
"node-version": "^2.0.0",
"npm-prepublish": "^1.2.3",
"rimraf": "^3.0.2"
},
"repository": {
"type": "git",
"url": "https://github.com/Financial-Times/origami-build-tools.git"
},
"license": "MIT",
"scripts": {
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect",
"test": "make test",
"test:unit": "make test-unit",
"test:integration": "make test-integration"
},
"snyk": true,
"volta": {
"node": "14.16.1",
"npm": "7.12.0"
}
}