-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 853 Bytes
/
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
{
"name": "@jonniebigodes/redwood-preact",
"version": "0.0.1",
"description": "This package will help you streamline the Preact setup with RedwoodJS",
"bin":{
"setup-preact": "./dist/redwood-preact.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "yarn cross-env NODE_ENV=production babel src -d dist --delete-dir-on-start"
},
"files": [
"dist",
"preact-files"
],
"keywords": [
"redwoodjs",
"preact",
"jest"
],
"author": "jonniebigodes",
"license": "MIT",
"dependencies": {
"execa": "^4.0.2",
"listr": "^0.14.3"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.6",
"@babel/node": "^7.8.7",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/preset-env": "^7.9.6",
"cross-env": "^7.0.2"
}
}