-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
70 lines (70 loc) · 2.1 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "clipcc-desktop-tauri",
"productName": "ClipCC",
"description": "ClipCC as a self-contained desktop application",
"author": {
"name": "Clip Team",
"email": "[email protected]"
},
"version": "3.1.2",
"license": "AGPL-3.0",
"scripts": {
"tauri": "tauri",
"dev": "tauri dev",
"fetch": "node ./scripts/fetchMediaLibraryAssets.js",
"postinstall": "node ./scripts/patch-gui.js"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/Clipteam/clipcc-desktop-tauri.git"
},
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/plugin-proposal-object-rest-spread": "^7.9.6",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-async-to-generator": "^7.8.3",
"@babel/preset-env": "^7.9.6",
"@babel/preset-react": "^7.9.4",
"@tauri-apps/cli": "^1.0.0",
"@types/lodash.bindall": "^4.4.6",
"@types/lodash.omit": "^4.5.6",
"@types/react-redux": "^7.1.24",
"@typescript-eslint/eslint-plugin": "^5.12.0",
"@typescript-eslint/parser": "^5.12.0",
"async": "^3.2.3",
"axios": "^0.25.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"babel-plugin-react-intl": "^7.5.7",
"classnames": "^2.3.1",
"clean-webpack-plugin": "^4.0.0",
"clipcc-extension": "^0.1.9",
"copy-webpack-plugin": "^5.1.2",
"css-loader": "1.0.0",
"esbuild-loader": "^2.18.0",
"eslint": "^7.0.0",
"eslint-config-scratch": "^6.0.0",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-react": "^7.28.0",
"file-loader": "^6.2.0",
"lodash.omit": "^4.5.0",
"postcss-import": "12.0.0",
"postcss-loader": "3.0.0",
"postcss-simple-vars": "5.0.1",
"webpack": "^4.46.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.9.0"
},
"resolutions": {
"react": "17.0.2",
"react-dom": "17.0.2",
"react-redux": "7.2.6",
"redux": "4.1.2"
},
"dependencies": {
"@tauri-apps/api": "^1.0.0-rc.4",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.11",
"clipcc-gui": "git+https://github.com/Clipteam/clipcc-gui.git#3.1.13"
}
}