-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
135 lines (135 loc) · 3.36 KB
/
package.json
File metadata and controls
135 lines (135 loc) · 3.36 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
{
"name": "@getflywheel/local-addon-backups",
"productName": "Cloud Backups",
"version": "2.2.0",
"author": "Local Team",
"keywords": [
"local-addon"
],
"bgColor": "#f0ce15",
"icon": "icon.svg",
"slug": "local-addon-backups",
"description": "The future of Cloud Backups in Local is here!",
"renderer": "lib/renderer.js",
"main": "lib/main.js",
"repository": {
"type": "git",
"url": "https://github.com/getflywheel/local-addon-backups"
},
"bugs": {
"url": "https://github.com/getflywheel/local-addon-backups/issues"
},
"license": "MIT",
"scripts": {
"local-ci-test": "circleci local execute",
"build": "yarn webpack --config webpack.config.js",
"clean": "rm -rf lib node_modules",
"lint": "eslint .",
"prepare": "yarn run build",
"test:watch": "yarn test --watch",
"test": "yarn jest src/**/*.test.ts",
"watch": "yarn run build --watch"
},
"devDependencies": {
"@babel/preset-react": "^7.26.3",
"@getflywheel/eslint-config-local": "^1.0.4",
"@getflywheel/local": "^9.2.4",
"@svgr/webpack": "^8.1.0",
"@types/classnames": "^2.3.4",
"@types/dateformat": "^5.0.3",
"@types/jest": "^29.5.14",
"@types/node": "^22.17",
"@types/react": "^19.0.12",
"@types/react-dom": "^19.0.4",
"@types/react-redux": "^7.1.34",
"@types/tmp": "^0.2.6",
"@typescript-eslint/eslint-plugin": "^8.28.0",
"@typescript-eslint/parser": "^8.28.0",
"babel-loader": "^10.0.0",
"bable-loader": "^0.0.1-security",
"callsites": "^4.2.0",
"css-loader": "^5.0.2",
"eslint": "^9.23.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest": "^28.11.0",
"eslint-plugin-react": "^7.37.4",
"jest": "^29.7.0",
"jest-extended": "^4.0.2",
"resolve-url-loader": "^5.0.0",
"sass": "^1.86.0",
"sass-loader": "^16.0.5",
"style-loader": "^4.0.0",
"ts-jest": "^29.3.0",
"ts-loader": "^9.5.2",
"typescript": "^5.8.2",
"webpack": "^5.98.0",
"webpack-cli": "^6.0.1",
"webpack-merge": "^6.0.1",
"webpack-node-externals": "^3.0.0"
},
"peerDependencies": {
"react": ">= 16.4.0",
"react-dom": ">= 16.4.0",
"react-router-dom": "^4.3.1"
},
"dependencies": {
"@apollo/client": "^3.13.5",
"@getflywheel/local-components": "^17.8.1",
"@reduxjs/toolkit": "^1.9.3",
"classnames": "^2.5.1",
"cross-fetch": "^4.1.0",
"dateformat": "^5.0.3",
"fs-extra": "^11.3.0",
"get-folder-size": "^5.0.0",
"glob": "^11.0.1",
"graphql": "^16.10.0",
"graphql-tag": "^2.11.0",
"graphql-ws": "^6.0.4",
"lodash": "^4.17.21",
"mobx": "^6.13.7",
"mobx-react": "^9.2.0",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-redux": "^7.2.2",
"react-router-dom": "^5.1.2",
"shortid": "^2.2.17",
"svg-url-loader": "^8.0.0",
"tmp": "^0.2.3",
"xstate": "^4.16.2"
},
"bundledDependencies": [
"@getflywheel/local-components",
"classnames",
"dateformat",
"prop-types",
"graphql-tag",
"@electron/remote",
"@reduxjs/toolkit",
"dateformat",
"fs-extra",
"get-folder-size",
"glob",
"graphql",
"lodash",
"react-dom",
"react-redux",
"react-router-dom",
"shortid",
"tmp",
"xstate"
],
"files": [
"lib/",
"vendor/",
"resources/",
"icon.svg",
"LICENSE"
],
"engines": {
"local-by-flywheel": ">=6.7.0"
},
"resolutions": {
"trim": "0.0.3"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}