-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
87 lines (87 loc) · 2.65 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "warehouse",
"version": "0.0.6",
"main": "dist/electron/index.js",
"author": "https://github.com/codebyhumans",
"license": "MIT",
"private": true,
"scripts": {
"electron": "electron .",
"start": "node scripts/start.js",
"build": "node scripts/build.js",
"pack": "electron-builder --dir --config configs/electron-builder.js",
"publish": "electron-builder --config configs/electron-builder.js --mac --win -p always"
},
"release": "build",
"dependencies": {
"bcrypt": "5.0.0",
"electron-updater": "^4.3.1",
"knex": "^0.21.2",
"sqlite3": "^5.0.0"
},
"devDependencies": {
"@atlaskit/atlassian-navigation": "0.11.0",
"@atlaskit/avatar": "^20.0.0",
"@atlaskit/button": "14.0.0",
"@atlaskit/checkbox": "11.0.0",
"@atlaskit/css-reset": "6.0.0",
"@atlaskit/drawer": "^6.0.0",
"@atlaskit/dropdown-menu": "10.0.0",
"@atlaskit/flag": "^13.0.0",
"@atlaskit/form": "8.0.0",
"@atlaskit/icon": "^21.0.0",
"@atlaskit/logo": "^13.0.0",
"@atlaskit/modal-dialog": "^11.0.0",
"@atlaskit/navigation": "^37.0.2",
"@atlaskit/page": "12.0.0",
"@atlaskit/page-header": "^10.0.0",
"@atlaskit/page-layout": "0.8.0",
"@atlaskit/quick-search": "^8.0.0",
"@atlaskit/select": "12.0.0",
"@atlaskit/side-navigation": "0.6.0",
"@atlaskit/spinner": "^15.0.0",
"@atlaskit/table-tree": "^9.0.0",
"@atlaskit/tabs": "12.0.0",
"@atlaskit/tag": "^10.0.1",
"@atlaskit/textfield": "4.0.0",
"@atlaskit/theme": "^10.0.0",
"@atlaskit/tooltip": "^16.0.1",
"@atlaskit/tree": "^8.0.0",
"@types/bcrypt": "3.0.0",
"@types/knex": "^0.16.1",
"@types/lodash": "^4.14.157",
"@types/react": "16.9.41",
"@types/react-dom": "16.9.8",
"@types/react-router": "5.1.8",
"@types/react-router-dom": "5.1.5",
"@types/react-table": "7.0.20",
"@types/styled-components": "3.0.2",
"copy-webpack-plugin": "^6.0.3",
"cross-env": "^7.0.2",
"css-loader": "3.6.0",
"dayjs": "^1.8.30",
"electron": "^9.1.0",
"electron-builder": "^22.7.0",
"html-loader": "1.1.0",
"html-webpack-plugin": "4.3.0",
"inquirer": "^7.3.2",
"lodash": "^4.17.15",
"mobx": "5.15.4",
"mobx-react-lite": "^2.0.7",
"node-machine-id": "^1.1.12",
"node-sass": "^4.14.1",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-router": "5.2.0",
"react-router-dom": "5.2.0",
"react-table": "^7.2.2",
"sass": "^1.26.10",
"sass-loader": "^9.0.2",
"style-loader": "1.2.1",
"styled-components": "3.5.0-0",
"ts-loader": "7.0.5",
"typescript": "3.9.7",
"webpack": "^4.44.0",
"webpack-dev-server": "3.11.0"
}
}