-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 791 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 791 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
{
"name": "@planaria/react-planaria",
"version": "0.0.4",
"description": "",
"main": "dist/dist.js",
"bin": {
"rp": "bin/cli.js"
},
"scripts": {
"prepublish": "rm -rf ./dist && npm run build",
"build": "webpack"
},
"author": "Planaria Corp",
"dependencies": {
"commander": "^5.0.0",
"inquirer": "^7.1.0",
"can-ndjson-stream": "^1.0.2"
},
"devDependencies": {
"@babel/core": "^7.8.7",
"@babel/plugin-proposal-object-rest-spread": "^7.8.3",
"@babel/plugin-transform-regenerator": "^7.8.7",
"@babel/preset-env": "^7.8.7",
"@babel/preset-react": "^7.8.3",
"babel-loader": "^8.0.6",
"react": "^16.13.0",
"react-dom": "^16.13.0"
},
"peerDependencies": {
"react": "^16.13.0",
"react-dom": "^16.13.0"
}
}