This repository has been archived by the owner on May 12, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.86 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
{
"name": "react-nodegui-starter",
"version": "2.0.0",
"main": "index.js",
"license": "MIT",
"private": true,
"scripts": {
"build": "webpack -p",
"dev": "webpack --mode=development",
"start": "qode --inspect ./dist/index.js",
"pack": "npm run build && nodegui-packer --pack dist"
},
"dependencies": {
"@google-cloud/storage": "^4.3.0",
"@nodegui/nodegui": "^0.13.1",
"@nodegui/react-nodegui": "^0.4.0",
"async": "^3.1.1",
"lodash": "^4.17.19",
"md5-file": "^4.0.0",
"mobx": "^5.15.4",
"mobx-react": "^6.2.2",
"node-fetch": "^2.6.0",
"nodegui-stylesheet": "^0.3.0",
"open": "^7.0.0",
"os-locale": "^5.0.0",
"pretty-bytes": "^5.3.0",
"react": "^16.12.0",
"recursive-readdir": "^2.2.2",
"request": "^2.88.0",
"request-progress": "^3.0.0",
"semver": "^7.1.2"
},
"devDependencies": {
"@babel/core": "^7.7.7",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-decorators": "^7.8.3",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3",
"@babel/plugin-proposal-optional-chaining": "^7.9.0",
"@babel/preset-env": "^7.7.7",
"@babel/preset-react": "^7.7.4",
"@babel/preset-typescript": "^7.7.7",
"@nodegui/packer": "^1.1.2",
"@types/async": "^3.0.7",
"@types/lodash": "^4.14.149",
"@types/md5-file": "^4.0.1",
"@types/node": "^12.12.22",
"@types/node-fetch": "^2.5.4",
"@types/react": "^16.9.17",
"@types/recursive-readdir": "^2.2.0",
"@types/request": "^2.48.4",
"@types/semver": "^7.1.0",
"@types/webpack-env": "^1.15.1",
"babel-loader": "^8.0.6",
"clean-webpack-plugin": "^3.0.0",
"file-loader": "^5.0.2",
"fork-ts-checker-webpack-plugin": "^3.1.1",
"native-addon-loader": "^2.0.1",
"typescript": "^3.7.4",
"webpack": "^4.41.4",
"webpack-cli": "^3.3.10"
}
}