This repository was archived by the owner on Feb 27, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
136 lines (136 loc) · 4.7 KB
/
package.json
File metadata and controls
136 lines (136 loc) · 4.7 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
136
{
"name": "quark",
"author": "Nishkal Kashyap <hello@nishkal.in>",
"email": "hello@nishkal.in",
"homepage": "https://quarkjs.io",
"version": "0.6.5",
"description": "Create projects written in HTML, CSS and JavaScript with native desktop app like capabilities",
"main": "index.js",
"bin": "index.js",
"scripts": {
"install": "npm install @quarkjs/api@latest && npm list @quarkjs/api",
"land": "ts-node ./scripts/prepare-assets.ts && npm run pack && electron .",
"ql": "npm run pack && electron .",
"start": "ts-node ./scripts/prepare-assets.ts && npm run pack && electron . ./start.qrk",
"qs": "npm run pack && electron . ./start.qrk",
"test": "ts-node ./scripts/prepare-assets.ts && npm run pack && electron . ./test/__testing__fjdsbfkbsdibsdi__testing__testing.qrk",
"qt": "npm run pack && electron . ./test/__testing__fjdsbfkbsdibsdi__testing__testing.qrk",
"pack": "webpack --config webpack.config.js",
"link": "npm link @quarkjs/api",
"lic": "ts-node ./scripts/license.ts",
"build-quick": "ts-node ./scripts/prepare-assets.ts && npm run pack && npm run lic && ts-node scripts/build.ts",
"build-ci": "npm run build-quick",
"test-ci": "ts-node ./scripts/test.ts",
"upload-ci": "ts-node ./scripts/upload-ci.ts && ts-node ./scripts/github-release.ts",
"release-ci": "ts-node ./scripts/release-ci.ts",
"release-master-all": "git checkout master-all && git merge master && git push && git checkout master"
},
"dependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-object-rest-spread": "^7.9.0",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.9.0",
"@babel/preset-react": "^7.9.4",
"@babel/preset-typescript": "^7.9.0",
"@vue/web-component-wrapper": "^1.2.0",
"asar": "^2.1.0",
"auto-launch": "^5.0.5",
"babel-loader": "^8.1.0",
"builtin-modules": "^3.1.0",
"chart.js": "^2.9.3",
"chokidar": "^2.1.8",
"css-loader": "^2.1.1",
"electron-log": "^3.0.9",
"electron-process-manager": "^0.7.1",
"electron-store": "^3.3.0",
"electron-updater": "^4.2.5",
"extract-text-webpack-plugin": "^3.0.2",
"firmata-io": "^2.2.0",
"fs-extra": "^8.1.0",
"html-loader": "^0.5.5",
"ionic": "^4.12.0",
"markdown-it": "^10.0.0",
"markdown-loader": "^5.1.0",
"material-icon-theme": "^3.7.1",
"memory-fs": "^0.4.1",
"node-pty": "^0.9.0",
"npm": "^6.14.4",
"prop-types": "^15.7.2",
"raw-loader": "^1.0.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"recursive-readdir": "^2.2.2",
"serialport": "^8.0.7",
"styled-components": "^4.4.1",
"stylus": "^0.54.7",
"stylus-loader": "^3.0.2",
"svg-inline-loader": "^0.8.2",
"ts-loader": "^5.4.5",
"typescript": "^3.8.3",
"url-loader": "^1.1.2",
"uuid": "^3.4.0",
"vscode-languageserver-types": "^3.15.1",
"vue": "^2.6.11",
"vue-loader": "^15.9.1",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.11",
"webpack": "^4.42.1",
"webpack-merge": "^4.2.2",
"webpack-node-externals": "^1.7.2"
},
"devDependencies": {
"@google-cloud/storage": "^2.5.0",
"@octokit/rest": "^16.43.1",
"@quarkjs/api": "^0.1.15",
"@types/auto-launch": "^5.0.1",
"@types/chart.js": "^2.9.18",
"@types/dotenv": "^6.1.1",
"@types/express": "^4.17.4",
"@types/firmata": "^0.19.2",
"@types/fs-extra": "^5.1.0",
"@types/license-checker": "^25.0.0",
"@types/lodash": "^4.14.149",
"@types/mime-types": "^2.1.0",
"@types/ncp": "^2.0.3",
"@types/node": "^11.15.9",
"@types/package-json": "^5.0.1",
"@types/progress-stream": "^2.0.0",
"@types/prop-types": "^15.7.3",
"@types/react": "^16.9.32",
"@types/react-dom": "^16.9.6",
"@types/recursive-readdir": "^2.2.0",
"@types/serialport": "^7.0.5",
"@types/sharp": "^0.22.3",
"@types/single-line-log": "^1.1.0",
"@types/styled-components": "^4.4.3",
"@types/tar": "^4.0.3",
"@types/universal-analytics": "^0.4.4",
"aws-sdk": "^2.653.0",
"cross-env": "^5.2.1",
"dotenv": "^7.0.0",
"electron": "^6.1.9",
"electron-builder": "^22.4.1",
"electron-notarize": "^0.3.0",
"express": "^4.17.0",
"hasha": "^5.2.0",
"license-checker": "^25.0.1",
"lodash": "^4.17.15",
"mime-types": "^2.1.26",
"ncp": "^2.0.0",
"print-console-status": "^1.0.3",
"progress-stream": "^2.0.0",
"sharp": "^0.23.4",
"spectron": "^7.0.0",
"tar": "^4.4.13",
"ts-node": "^8.8.2",
"tslib": "^1.11.1",
"universal-analytics": "^0.4.20",
"webpack-cli": "^3.3.11"
},
"keywords": [
"Quark",
"Electron"
],
"license": "GPL-3.0"
}