-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.3 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "resurface",
"displayName": "Resurface",
"version": "1.4.4",
"author": "Code Cabana",
"description": "Replace editable page fields with a pop-out Monaco (VS Code) editor",
"private": true,
"workspaces": [
"browser-extension",
"storefront",
"shared"
],
"scripts": {
"xtn": "npm run -w browser-extension --",
"store": "npm run -w storefront --",
"release": "semantic-release",
"format": "prettier --write . --ignore-path .gitignore",
"clean": "shx rm -rf ./package-lock.json ./{browser-extension,storefront,shared}/**/{package-lock.json,node_modules}",
"prepare": "husky install"
},
"devDependencies": {
"@parcel/css": "^1.8.3",
"@semantic-release/changelog": "^6.0.2",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^8.0.4",
"@semantic-release/npm": "^9.0.1",
"husky": "^8.0.1",
"lint-staged": "^12.4.1",
"npm-run-all": "^4.1.5",
"prettier": "^2.6.2",
"semantic-release": "^19.0.2",
"shx": "^0.3.4"
},
"homepage": "https://resurface.codecabana.com.au",
"repository": {
"type": "git",
"url": "https://github.com/code-cabana/resurface.git"
},
"keywords": [
"squarespace",
"shopify",
"editor",
"monaco",
"code mirror"
]
}