forked from Financial-Times/origami-build-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
116 lines (116 loc) · 3.24 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
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"name": "origami-build-tools",
"version": "0.0.0",
"description": "Origami component development tools.",
"main": "./lib/origami-build-tools-cli.js",
"bin": {
"origami-build-tools": "./lib/origami-build-tools-cli.js",
"obt": "./lib/origami-build-tools-cli.js"
},
"engines": {
"node": ">= 8.0.0",
"npm": ">= 4.0.0"
},
"dependencies": {
"aliases": "^0.1.0",
"app-root-path": "^2.2.1",
"autoprefixer": "^7.1.5",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.5",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es3": "^1.0.1",
"bower": "^1.8.8",
"bower-resolve-webpack-plugin": "^1.0.5",
"chalk": "^2.4.2",
"chokidar": "^2.1.6",
"colors": "^1.3.3",
"cssnano": "^3.10.0",
"deglob": "^2.1.0",
"denodeify": "^1.2.1",
"elegant-spinner": "^1.0.1",
"eslint": "^4.9.0",
"eslint-plugin-import": "^2.18.0",
"execa": "^0.8.0",
"figures": "^2.0.0",
"findit": "^2.0.0",
"flush-write-stream": "^1.1.1",
"fs-extra": "^4.0.2",
"globby": "^6.1.0",
"graphite": "0.0.7",
"imports-loader": "^0.7.1",
"indent-string": "^3.2.0",
"is-ci": "^1.2.1",
"json-loader": "^0.5.7",
"karma": "^1.7.1",
"karma-browserstack-launcher": "^1.5.1",
"karma-chrome-launcher": "^2.2.0",
"karma-mocha": "^1.3.0",
"karma-scss-preprocessor": "^3.0.0",
"karma-sinon": "^1.0.5",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.13",
"listr": "^0.12.0",
"log-symbols": "^2.1.0",
"log-update": "^2.1.0",
"memory-fs": "^0.4.1",
"meow": "^3.7.0",
"merge-stream": "^1.0.1",
"mocha": "^4.0.1",
"mockery": "^2.1.0",
"mustache": "^2.3.2",
"node-sass": "^4.12.0",
"node.extend": "^2.0.2",
"npmconf": "^2.1.2",
"pa11y": "^5.0.2",
"parse-gitignore": "^0.4.0",
"portfinder": "^1.0.20",
"postcss": "^6.0.13",
"proclaim": "^3.6.0",
"promise.prototype.finally": "^3.1.0",
"raw-loader": "^0.5.1",
"request": "^2.88.0",
"request-promise-native": "^1.0.7",
"root-check": "^1.0.0",
"sass": "^1.22.3",
"sass-lint": "^1.13.1",
"sass-true": "^4.0.0",
"serve": "^6.5.8",
"sinon": "^4.5.0",
"stream-combiner2": "1.1.1",
"stream-from-promise": "^1.0.0",
"through2": "^2.0.5",
"update-notifier": "^2.3.0",
"webpack": "^3.8.1",
"webpack-merge": "^4.2.1"
},
"devDependencies": {
"@financial-times/origami-service-makefile": "^6.3.0",
"eslint-plugin-filenames": "^1.2.0",
"eslint-plugin-json": "^1.4.0",
"eslint-plugin-mocha": "^4.11.0",
"eslint-plugin-node": "^5.2.0",
"eslint-plugin-objects": "^1.1.1",
"eslint-plugin-promise": "^3.6.0",
"expect.js": "^0.3.1",
"is-es5-syntax": "^1.0.1",
"is-es6-syntax": "^1.0.1",
"is-es7-syntax": "^1.0.0",
"merge-deep": "^3.0.0",
"node-version": "^1.2.0",
"npm-prepublish": "^1.2.3",
"rimraf": "^2.6.3",
"snyk": "^1.191.0"
},
"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"
},
"snyk": true
}