-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.new.json
49 lines (49 loc) · 1.38 KB
/
package.new.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
{
"name": "mage",
"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": {
"i18next": "^19.8.4",
"@panter/vue-i18next": "^0.15.2",
"@sidemen19/mediawiki.js": "^2.1.1",
"autoprefixer": "^9.8.6",
"core-js": "^3.7.0",
"got": "^11.8.0",
"keytar": "^7.2.0",
"postcss": "^7.0.35",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.0.1",
"vue": "^3.0.4",
"vue-router": "^4.0.0-0",
"vue-template-compiler": "^2.6.12",
"vuex": "^4.0.0-rc.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.9",
"@vue/cli-plugin-eslint": "~4.5.9",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-service": "~4.5.9",
"@vue/compiler-sfc": "^3.0.4",
"babel-eslint": "^10.1.0",
"dotenv": "^8.2.0",
"electron": "^11.0.3",
"electron-devtools-installer": "^3.1.1",
"eslint": "^6.8.0",
"eslint-plugin-vue": "^7.2.0",
"vue-cli-plugin-electron-builder": "~2.0.0-rc.5"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}