forked from pattern-lab/patternlab-node
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
107 lines (107 loc) · 3.22 KB
/
package.json
File metadata and controls
107 lines (107 loc) · 3.22 KB
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
{
"name": "@pattern-lab/uikit-workshop",
"version": "1.0.1-alpha.0",
"description": "Front-end assets and templates for the default Pattern Lab workshop view",
"main": "gulpfile.js",
"scripts": {
"build": "webpack-cli --config webpack.config.js --progress --bail",
"watch": "webpack-cli --config webpack.config.js --progress --watch",
"test": "npm run build"
},
"authors": [
{
"name": "Brad Frost",
"homepage": "http://bradfrostweb.com",
"role": "Creator"
},
{
"name": "Brian Muenzenmeyer",
"homepage": "http://brianmuenzenmeyer.com",
"role": "Developer"
},
{
"name": "Salem Ghoweri",
"homepage": "https://github.com/sghoweri",
"role": "Developer"
}
],
"license": "MIT",
"repository": "https://github.com/pattern-lab/patternlab-node/tree/master/packages/uikit-workshop",
"bugs": "https://github.com/pattern-lab/patternlab-node/issues",
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-decorators": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-syntax-jsx": "^7.0.0",
"@babel/plugin-transform-react-jsx": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"autoprefixer": "^9.1.0",
"babel-loader": "^8.0.2",
"clean-css-loader": "^1.0.1",
"clean-webpack-plugin": "^0.1.19",
"copy-webpack-plugin": "^4.5.2",
"cosmiconfig": "^5.0.6",
"critical": "^1.3.4",
"critical-css-webpack-plugin": "^0.2.0",
"css-loader": "^1.0.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "github:jantimon/html-webpack-plugin#webpack-4",
"mini-css-extract-plugin": "^0.4.1",
"no-emit-webpack-plugin": "^1.0.0",
"node-sass": "^4.9.3",
"node-sass-selector-importer": "^5.2.0",
"penthouse": "^1.6.2",
"postcss-loader": "^3.0.0",
"raw-loader": "^0.5.1",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"uglifyjs-webpack-plugin": "^1.2.7",
"webpack": "4.16.3",
"webpack-cli": "^3.1.0",
"workbox-build": "^3.4.1",
"yargs": "^12.0.1"
},
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=10.0"
},
"dependencies": {
"@reach/visually-hidden": "^0.1.1",
"@skatejs/renderer-preact": "^0.3.3",
"@webcomponents/custom-elements": "^1.2.1",
"@webcomponents/shadydom": "^1.2.0",
"classnames": "^2.2.6",
"clipboard": "^2.0.1",
"core-js": "^2.5.7",
"deepmerge": "^2.1.1",
"document-register-element": "^1.11.1",
"es6-promise": "^4.2.4",
"fg-loadcss": "^2.0.1",
"fg-loadjs": "^1.0.0",
"fuse.js": "^3.2.1",
"hogan.js": "^3.0.2",
"iframe-resizer": "^3.6.2",
"jquery": "^3.3.1",
"js-cookie": "^2.2.0",
"mousetrap": "^1.6.2",
"preact": "^8.3.1",
"preact-compat": "^3.18.4",
"prism": "^4.1.2",
"prismjs": "^1.15.0",
"pwa-helpers": "^0.8.3",
"react-animate-height": "^2.0.4",
"react-autosuggest": "^9.4.2",
"react-html-parser": "^2.0.2",
"redux": "^4.0.0",
"redux-thunk": "^2.3.0",
"reselect": "^3.0.1",
"scriptjs": "^2.5.8",
"scroll-js": "^1.9.1",
"skatejs": "^5.2.4",
"whendefined": "^0.0.1",
"wolfy87-eventemitter": "^5.2.4"
}
}