-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.66 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
{
"name": "clipless",
"version": "0.16.0",
"license": "MIT",
"author": {
"name": "Daniel Essig",
"email": "dan.essig@gmail.com",
"url": "https://github.com/dantheuber"
},
"description": "A clipboard manager for office workers.",
"scripts": {
"dev": "electron-webpack dev",
"compile": "electron-webpack",
"dist": "yarn compile && electron-builder",
"dist:dir": "yarn dist --dir -c.compression=store -c.mac.identity=null"
},
"electronWebpack": {
"renderer": {
"webpackConfig": "./config/webpack.renderer.config.js"
}
},
"build": {
"productName": "Clipless"
},
"dependencies": {
"source-map-support": "^0.5.20"
},
"devDependencies": {
"@babel/preset-react": "^7.6.3",
"@electron/rebuild": "^3.7.1",
"@fortawesome/fontawesome-svg-core": "^1.2.25",
"@fortawesome/free-solid-svg-icons": "^5.11.2",
"@fortawesome/react-fontawesome": "^0.1.7",
"bootstrap": "^4.3.1",
"classnames": "^2.2.6",
"electron": "5.0.6",
"electron-builder": "^21.0.11",
"electron-webpack": "^2.8.2",
"lodash.uniqby": "^4.7.0",
"lodash.unset": "^4.5.2",
"prop-types": "^15.7.2",
"react": "^16.11.0",
"react-beautiful-dnd": "^12.1.1",
"react-bootstrap": "^1.0.0-beta.14",
"react-debounce-input": "^3.2.2",
"react-dom": "^16.11.0",
"react-file-picker": "^0.0.6",
"react-outside-click-handler": "^1.3.0",
"react-pure-lifecycle": "^3.0.0",
"react-redux": "^7.1.1",
"react-virtualized": "^9.21.2",
"redux": "^4.0.4",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"uuid": "^3.3.3",
"webpack": "~4.47.0",
"webpack-cli": "^3.3.12"
}
}