-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.57 KB
/
Copy pathpackage.json
File metadata and controls
66 lines (66 loc) · 1.57 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "local-addon-notes",
"productName": "Notes",
"version": "1.2.3",
"author": "Clay Griffiths",
"keywords": [
"local-addon"
],
"bgColor": "#51bb7b",
"icon": "icon.svg",
"slug": "notes",
"description": "Add notes to your Local by Flywheel sites!",
"renderer": "lib/renderer.js",
"main": "lib/main.js",
"repository": {
"type": "git",
"url": "https://github.com/getflywheel/local-addon-notes"
},
"bugs": {
"url": "https://github.com/getflywheel/local-addon-notes/issues"
},
"license": "MIT",
"scripts": {
"build": "tsc",
"watch": "yarn run build --watch",
"prepare": "npm run build"
},
"devDependencies": {
"@getflywheel/local": "^9.2.4",
"@types/classnames": "^2.3.4",
"@types/prop-types": "^15.7.14",
"@types/react": "^19.0.12",
"typescript": "^5.8.2"
},
"peerDependencies": {
"react": ">= 16.4.0",
"react-dom": ">= 16.4.0",
"react-router-dom": "^4.3.1"
},
"dependencies": {
"@getflywheel/local-components": "^17.8.0",
"classnames": "^2.5.1",
"lodash": "4.18.0",
"path-to-regexp": "8.4.2",
"prop-types": "^15.6.2",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-router-dom": "^7.4.1"
},
"bundledDependencies": [
"classnames",
"lodash",
"dateformat",
"@getflywheel/local-components",
"prop-types"
],
"engines": {
"local-by-flywheel": ">=6.5.2"
},
"resolutions": {
"trim": "1.0.1",
"react-router": "7.12.0",
"electron": "^42.2.0"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}