-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 818 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 818 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
40
41
{
"name": "phragon-react",
"private": true,
"version": "1.0.0",
"description": "React packages for websoftlab projects",
"scripts": {
"boilerpdalate": "phragon-script boilerplate",
"prettier": "phragon-script prettier",
"increment": "phragon-script increment",
"build": "phragon-script build",
"release": "phragon-script release --channel global",
"release-local": "phragon-script release --channel local"
},
"workspaces": [
"packages/*"
],
"keywords": [
"phragon",
"phragon-react",
"react"
],
"author": "phragon@websoftlab.com",
"license": "MIT",
"dependencies": {
"@phragon-util/script": "^0.0.7"
},
"devDependencies": {
"@types/node": "^14.14.31"
},
"browserslist": {
"production": [
"> 1%"
],
"node": [
"node 14"
]
},
"engines": {
"node": ">=14.0.0"
}
}