-
Notifications
You must be signed in to change notification settings - Fork 405
/
package.json
181 lines (181 loc) · 5.68 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
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
{
"repository": {
"type": "git",
"url": "git+https://github.com/pattern-lab/patternlab-node.git"
},
"version": "6.0.1",
"private": true,
"scripts": {
"postinstall": "yarn build:all",
"setup": "yarn",
"build:uikit": "cd packages/uikit-workshop && npm run build",
"lint:fix": "npm run lint -- --fix",
"lint": "eslint --max-warnings 0 './packages/{core,cli,uikit-workshop}/**/*.js ' --ignore-path .eslintignore",
"test": "lerna run test",
"clean": "git clean -dfx",
"publish": "npx lerna publish -m \"[skip travis] chore(release): publish %s\"",
"postpublish": "auto release",
"prepare": "husky install",
"build:all": "nx run-many --target=build --configuration=production",
"version:all": "nx run-many --target=version --baseBranch=master --syncVersions --noVerify"
},
"dependencies": {
"@11ty/eleventy": "^0.12.1",
"@11ty/eleventy-plugin-rss": "^1.1.2",
"@11ty/eleventy-plugin-syntaxhighlight": "^3.1.3",
"@basalt/twig-renderer": "^2.0.0",
"@tbranyen/jsdom": "^13.0.0",
"archiver": "5.3.0",
"chalk": "^4.1.0",
"chokidar": "3.5.1",
"colors": "1.4.0",
"commander": "9.4.1",
"concurrently": "^4.1.0",
"connect": "3.7.0",
"cors": "2.8.5",
"deepmerge": "^4.2.2",
"dive": "0.5.0",
"event-stream": "3.3.4",
"execa": "5.0.0",
"faye-websocket": "0.11.x",
"fs-extra": "^10.0.0",
"glob": "^7.1.6",
"graphlib": "2.1.8",
"handlebars": "^4.7.7",
"has-yarn": "2.1.0",
"html-minifier": "^4.0.0",
"http-auth": "4.1.x",
"http-auth-connect": "^1.0.5",
"inquirer": "8.0.0",
"js-beautify": "1.13.5",
"js-yaml": "4.1.0",
"liquidjs": "10.4.0",
"lodash": "4.17.21",
"markdown-it": "12.3.2",
"morgan": "1.10.0",
"mustache": "3.1.0",
"node-fetch": "2.6.7",
"nunjucks": "^3.2.3",
"object-assign": "4.1.1",
"open": "8.0.9",
"ora": "5.4.0",
"proxy-middleware": "0.15.0",
"recursive-copy": "2.0.13",
"sass": "1.43.4",
"send": "0.18.0",
"serve-index": "1.9.1",
"slugify": "^1.5.0",
"tslib": "^2.3.0",
"twing": "^5.0.2",
"underscore": "1.13.0",
"update-notifier": "5.1.0"
},
"devDependencies": {
"@11ty/eleventy-navigation": "^0.3.2",
"@auto-it/all-contributors": "10.38.5",
"@auto-it/conventional-commits": "10.38.5",
"@auto-it/first-time-contributor": "10.38.5",
"@auto-it/released": "^10.27.0",
"@babel/core": "^7.13.14",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-decorators": "^7.13.5",
"@babel/plugin-proposal-optional-chaining": "^7.13.12",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-jsx": "^7.12.13",
"@babel/plugin-transform-react-jsx": "^7.13.12",
"@babel/plugin-transform-runtime": "^7.13.10",
"@babel/preset-env": "^7.13.12",
"@babel/preset-react": "7.18.6",
"@babel/runtime": "^7.13.10",
"@commitlint/cli": "^17.0.0",
"@commitlint/config-conventional": "^17.0.0",
"@erquhart/rollup-plugin-node-builtins": "^2.1.5",
"@fontsource/abel": "^4.5.7",
"@fontsource/raleway": "^4.5.11",
"@jscutlery/semver": "^2.29.3",
"@nrwl/eslint-plugin-nx": "15.6.3",
"@nrwl/jest": "15.6.3",
"@nrwl/js": "15.6.3",
"@nrwl/linter": "15.6.3",
"@nrwl/web": "^15.6.3",
"@nrwl/webpack": "^15.6.3",
"@nrwl/workspace": "15.6.3",
"@reach/visually-hidden": "^0.1.2",
"@types/fs-extra": "^11.0.1",
"@types/glob": "^8.0.1",
"@types/jest": "28.1.1",
"@types/mustache": "^4.2.2",
"@types/node": "18.11.18",
"@types/nunjucks": "^3.2.1",
"@types/underscore": "^1.11.4",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"auto": "^10.27.0",
"autoprefixer": "^10.2.5",
"babel-jest": "28.1.1",
"babel-loader": "^9.1.2",
"chokidar-cli": "^2.1.0",
"classnames": "^2.3.1",
"clean-css-loader": "^4.2.1",
"clean-webpack-plugin": "4.0.0",
"clipboard": "^2.0.8",
"copy-webpack-plugin": "^11.0.0",
"copyfiles": "^2.4.1",
"cross-env": "^5.2.0",
"css-loader": "^6.7.3",
"eslint": "~8.15.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-prettier": "^3.1.0",
"fuse.js": "^6.4.6",
"handlebars": "^4.7.7",
"html-loader": "^4.2.0",
"html-webpack-plugin": "^5.5.0",
"husky": "^8.0.2",
"jest": "28.1.1",
"jest-environment-jsdom": "28.1.1",
"json-to-scss": "1.6.2",
"lit-element": "^2.2.1",
"lit-html": "^1.1.2",
"make-dir-cli": "^2.0.0",
"mini-css-extract-plugin": "^2.7.2",
"mousetrap": "^1.6.5",
"nx": "15.6.3",
"postcss": "^8.2.8",
"postcss-loader": "^7.0.2",
"preact": "^10.0.5",
"preload-webpack-plugin": "^3.0.0-beta.3",
"prettier": "^2.8.1",
"pretty": "^2.0.0",
"prismjs": "^1.25.0",
"pwa-helpers": "^0.9.1",
"react-autosuggest": "^9.4.2",
"react-dom": "^16.8.6",
"react-html-parser": "^2.0.2",
"redux": "4.1.2",
"redux-thunk": "^2.4.0",
"reflect-metadata": "0.1.13",
"rollup": "^1.16.1",
"rollup-plugin-commonjs": "^10.0.0",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-resolve": "^5.0.3",
"sass-loader": "^13.2.0",
"scriptjs": "^2.5.9",
"scroll-js": "3.4.x",
"skatejs": "^5.2.4",
"style-loader": "^3.3.1",
"svg-sprite-loader": "^6.0.11",
"svg-transform-loader": "^2.0.13",
"svgo-loader": "^4.0.0",
"ts-jest": "28.0.5",
"ts-loader": "^9.4.2",
"ts-node": "10.9.1",
"typescript": "~4.8.2",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1",
"webpack-hot-middleware": "^2.25.3",
"webpack-merge": "^5.8.0",
"webpackbar": "5.0.2",
"wolfy87-eventemitter": "^5.2.9",
"yargs": "^17.0.1"
}
}