-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.38 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.38 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
{
"name": "quark-studio",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"electron:build": "vue-cli-service electron:build",
"electron:serve": "vue-cli-service electron:serve",
"postinstall": "electron-builder install-app-deps",
"postuninstall": "electron-builder install-app-deps"
},
"main": "background.js",
"dependencies": {
"core-js": "^3.37.0",
"js-levenshtein": "^1.1.6",
"natural": "^7.0.5",
"prismjs": "^1.29.0",
"pug-plain-loader": "^1.1.0",
"quark-api": "^1.1.0",
"sass": "^1.76.0",
"sass-loader": "^14.2.1",
"string-similarity": "^4.0.4",
"textarea-caret": "^3.1.0",
"vue": "^3.4.26",
"vue-hotkeys-rt": "^0.2.3"
},
"devDependencies": {
"@babel/core": "^7.24.5",
"@babel/eslint-parser": "^7.24.5",
"@vue/cli-plugin-babel": "~5.0.8",
"@vue/cli-plugin-eslint": "~5.0.8",
"@vue/cli-service": "^5.0.8",
"@vue/devtools": "^7.1.3",
"electron": "^30.0.1",
"electron-devtools-installer": "^3.2.0",
"eslint": "^9.1.1",
"eslint-plugin-vue": "^9.25.0",
"vue-cli-plugin-electron-builder": "^2.1.1",
"vue-pug-plugin": "^2.0.3"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead",
"not ie 11"
]
}