-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 978 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
{
"name": "completionist",
"author": "Purple Turtle Creative",
"description": "Asana task management integration for WordPress.",
"homepage": "https://purpleturtlecreative.com/completionist/",
"repository": {
"type": "git",
"url": "git+https://github.com/PurpleTurtleCreative/completionist.git"
},
"bugs": {
"url": "https://github.com/PurpleTurtleCreative/completionist/issues"
},
"devDependencies": {
"@wordpress/components": "^28.9.0",
"@wordpress/env": "^10.0.0",
"@wordpress/scripts": "^30.0.0",
"sass": "^1.79.3"
},
"scripts": {
"wp-env": "wp-env",
"build": "wp-scripts build src/index_*.jsx --output-path=build && npm run styles",
"start": "wp-scripts start src/index_*.jsx --output-path=build",
"bundle": "npm run build && bash bundle.sh",
"styles": "sass --style=compressed assets/styles/scss:assets/styles",
"watch:styles": "sass --style=expanded --watch assets/styles/scss:assets/styles"
}
}