forked from LukasBombach/react-web-component
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 680 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 680 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
{
"name": "react-web-component",
"version": "1.2.0",
"description": "Create Web Components with React",
"main": "src/index.js",
"types": "index.d.ts",
"author": "Lukas Bombach <lukas.bombach@googlemail.com>",
"license": "MIT",
"repository": "WeltN24/react-web-component",
"scripts": {
"build": "babel src/dev -d src --presets minify"
},
"dependencies": {
"react-shadow-dom-retarget-events": "^1.0.8"
},
"peerDependencies": {
"react-dom": "^16.2.0"
},
"devDependencies": {
"@types/react": "^16.0.38",
"babel-cli": "^6.26.0",
"babel-minify": "^0.3.0",
"babel-preset-env": "^1.6.1",
"babel-preset-minify": "^0.3.0"
}
}