-
Notifications
You must be signed in to change notification settings - Fork 399
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 987 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 987 Bytes
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
{
"name": "@pattern-lab/engine-react",
"description": "The React engine for Pattern Lab / Node",
"version": "6.1.0",
"private": true,
"main": "lib/engine_react.js",
"dependencies": {
"babel-core": "6.17.0",
"babel-plugin-transform-es2015-modules-commonjs": "6.16.0",
"babel-preset-react": "6.16.0",
"cheerio": "0.22.0",
"handlebars": "4.7.7",
"js-beautify": "1.13.5",
"react": "15.3.2",
"react-dom": "15.3.2"
},
"peerDependencies": {
"@pattern-lab/core": ">2"
},
"keywords": [
"Pattern Lab",
"Atomic Web Design",
"Node",
"Gulp",
"Javascript",
"React"
],
"repository": "https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-react",
"bugs": "https://github.com/pattern-lab/patternlab-node/issues",
"author": "Brian Muenzenmeyer & Geoffrey Pursell",
"license": "MIT",
"scripts": {},
"engines": {
"node": ">=16.20.0"
},
"publishConfig": {
"access": "public"
}
}