-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
152 lines (152 loc) · 4 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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
{
"name": "claycli",
"version": "5.1.0-0",
"description": "A command-line interface for Clay",
"main": "index.js",
"preferGlobal": true,
"bin": {
"clay": "cli/index.js"
},
"scripts": {
"lint": "eslint lib cli index.js",
"test": "npm run lint && jest",
"coveralls": "cat ./coverage/lcov.info | coveralls",
"release": "./.circleci/scripts/release.sh",
"watch": "jest --watch"
},
"jest": {
"automock": false,
"testURL": "http://localhost/",
"collectCoverage": true,
"collectCoverageFrom": [
"**/*.js",
"!lib/reporters/**",
"!**/node_modules/**",
"!**/cli/**",
"!lib/cmd/compile/**",
"!**/coverage/**",
"!**/index.js",
"!lib/gulp-plugins/gulp-newer/*.js",
"!website/**"
],
"testPathIgnorePatterns": [
"/node_modules/",
"lib/gulp-plugins/gulp-newer/"
],
"setupFiles": [
"./setup-jest.js"
]
},
"pre-push": [
"lint"
],
"repository": {
"type": "git",
"url": "git+https://github.com/nymag/clay-cli.git"
},
"keywords": [
"clay",
"cli"
],
"author": "New York Media",
"license": "MIT",
"bugs": {
"url": "https://github.com/nymag/clay-cli/issues"
},
"homepage": "https://github.com/nymag/clay-cli#readme",
"devDependencies": {
"@babel/eslint-parser": "^7.14.7",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"coveralls": "^3.0.0",
"eslint": "^7.21.0",
"jest": "^24.1.0",
"jest-fetch-mock": "^1.7.5",
"jest-mock-console": "^0.4.0",
"mock-fs": "^4.8.0"
},
"dependencies": {
"@babel/core": "^7.24.3",
"@babel/preset-env": "^7.24.3",
"@nymag/vueify": "^9.4.5",
"amphora-fs": "^1.0.2",
"autoprefixer": "^9.8.6",
"babel-loader": "^8.2.2",
"babel-plugin-lodash": "^3.3.4",
"babelify": "^10.0.0",
"base-64": "^1.0.0",
"browserify": "^17.0.0",
"browserify-cache-api": "^3.0.1",
"browserify-extract-ids": "^0.1.0",
"browserify-extract-registry": "^0.1.0",
"browserify-global-pack": "^1.3.0",
"browserify-transform-tools": "^1.7.0",
"bundle-collapser": "^1.4.0",
"case-sensitive-paths-webpack-plugin": "^2.4.0",
"chalk": "^4.1.0",
"chokidar": "^3.5.1",
"clay-log": "^1.3.0",
"clayhandlebars": "5",
"clayutils": "^3.0.0",
"css-loader": "^5.2.4",
"date-fns": "^2.17.0",
"dependency-tree": "^8.0.0",
"detective-postcss": "^4.0.0",
"dotenv-webpack": "^7.0.2",
"escape-quotes": "^1.0.2",
"event-stream": "4.0.1",
"exports-loader": "^3.0.0",
"fs-extra": "^9.1.0",
"get-stdin": "^8.0.0",
"glob": "^7.1.6",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-changed": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-cssmin": "^0.2.0",
"gulp-group-concat": "^1.1.6",
"gulp-if": "^3.0.0",
"gulp-postcss": "^9.0.0",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.0.0",
"highland": "^2.13.0",
"home-config": "^0.1.0",
"imports-loader": "^2.0.0",
"isomorphic-fetch": "^3.0.0",
"js-yaml": "^4.0.0",
"kew": "^0.7.0",
"lodash": "^4.17.5",
"moment": "^2.29.1",
"moment-locales-webpack-plugin": "^1.2.0",
"nyansole": "^0.5.1",
"path-browserify": "^1.0.1",
"plugin-error": "^1.0.1",
"pluralize": "^8.0.0",
"postcss": "^7.0.25",
"postcss-import": "^12.0.1",
"postcss-loader": "^5.2.0",
"postcss-mixins": "^6.2.3",
"postcss-nested": "^4.2.3",
"postcss-simple-vars": "^5.0.2",
"resolve": "^1.8.1",
"split-lines": "^2.0.0",
"string-replace-async": "^2.0.0",
"style-loader": "^2.0.0",
"terminal-logger": "^0.2.3",
"through2": "^4.0.2",
"uglify-js": "^3.4.6",
"uglifyify": "^5.0.2",
"unreachable-branch-transform": "^0.5.1",
"update-notifier": "^5.1.0",
"vue-loader": "^15.9.6",
"webpack": "^5.32.0",
"webpack-assets-manifest": "^5.0.4",
"webpack-chain": "^6.5.1",
"yargs": "^16.2.0"
},
"peerDependencies": {
"clayhandlebars": "5"
},
"optionalDependencies": {
"fsevents": "^2.3.2"
}
}