|
1 | 1 | { |
2 | | - "name": "@nesercode/team-application", |
3 | | - "version": "v1.2.1", |
4 | | - "private": false, |
5 | | - "description": "A lot tool in a set which improves effictive power when work in Team_Beihua.", |
6 | | - "author": "NeserCode", |
7 | | - "publishConfig": { |
8 | | - "access": "public", |
9 | | - "registry": "https://registry.npmjs.org/" |
10 | | - }, |
11 | | - "scripts": { |
12 | | - "serve": "vue-cli-service serve", |
13 | | - "build": "vue-cli-service build", |
14 | | - "lint": "vue-cli-service lint", |
15 | | - "electron:build": "vue-cli-service electron:build", |
16 | | - "electron:serve": "vue-cli-service electron:serve", |
17 | | - "express": "vue-cli-service express:watch", |
18 | | - "express:run": "vue-cli-service express:run", |
19 | | - "postinstall": "electron-builder install-app-deps", |
20 | | - "postuninstall": "electron-builder install-app-deps" |
21 | | - }, |
22 | | - "main": "background.js", |
23 | | - "dependencies": { |
24 | | - "@element-plus/icons-vue": "^1.1.4", |
25 | | - "@tailwindcss/postcss7-compat": "^2.0.2", |
26 | | - "autoprefixer": "^9", |
27 | | - "body-parser": "^1.20.0", |
28 | | - "codemirror-editor-vue3": "^0.2.4", |
29 | | - "core-js": "^3.21.1", |
30 | | - "element-plus": "^1.0.2-beta.28", |
31 | | - "md5": "^2.3.0", |
32 | | - "mysql": "^2.18.1", |
33 | | - "postcss": "^7", |
34 | | - "tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.0.2", |
35 | | - "vue": "^3.2.31", |
36 | | - "vue-router": "^4.0.14" |
37 | | - }, |
38 | | - "devDependencies": { |
39 | | - "@vue/cli-plugin-babel": "^4.5.17", |
40 | | - "@vue/cli-plugin-eslint": "^4.5.17", |
41 | | - "@vue/cli-plugin-router": "^4.5.17", |
42 | | - "@vue/cli-service": "^4.5.17", |
43 | | - "@vue/compiler-sfc": "^3.2.31", |
44 | | - "axios": "^0.18.0", |
45 | | - "babel-eslint": "^10.1.0", |
46 | | - "electron": "13.0.0", |
47 | | - "electron-devtools-installer": "^3.1.0", |
48 | | - "eslint": "^6.7.2", |
49 | | - "eslint-plugin-vue": "^7.0.0", |
50 | | - "vue-cli-plugin-axios": "0.0.4", |
51 | | - "vue-cli-plugin-electron-builder": "^2.1.1", |
52 | | - "vue-cli-plugin-element": "^1.0.1", |
53 | | - "vue-cli-plugin-element-plus": "0.0.13", |
54 | | - "vue-cli-plugin-express": "^1.0.2", |
55 | | - "vue-cli-plugin-tailwind": "^2.2.18" |
56 | | - }, |
57 | | - "eslintConfig": { |
58 | | - "root": true, |
59 | | - "env": { |
60 | | - "node": true |
61 | | - }, |
62 | | - "extends": [ |
63 | | - "plugin:vue/essential", |
64 | | - "eslint:recommended" |
65 | | - ], |
66 | | - "parserOptions": { |
67 | | - "parser": "babel-eslint" |
68 | | - }, |
69 | | - "rules": { |
70 | | - "vue/no-v-model-argument": "off" |
71 | | - } |
72 | | - }, |
73 | | - "browserslist": [ |
74 | | - "> 1%", |
75 | | - "last 2 versions", |
76 | | - "not dead" |
77 | | - ] |
| 2 | + "name": "@nesercode/team-application", |
| 3 | + "version": "v1.2.2", |
| 4 | + "private": false, |
| 5 | + "description": "A lot tool in a set which improves effictive power when work in Team_Beihua.", |
| 6 | + "author": "NeserCode", |
| 7 | + "publishConfig": { |
| 8 | + "registry": "https://npm.pkg.github.com" |
| 9 | + }, |
| 10 | + "scripts": { |
| 11 | + "serve": "vue-cli-service serve", |
| 12 | + "build": "vue-cli-service build", |
| 13 | + "lint": "vue-cli-service lint", |
| 14 | + "electron:build": "vue-cli-service electron:build", |
| 15 | + "electron:serve": "vue-cli-service electron:serve", |
| 16 | + "express": "vue-cli-service express:watch", |
| 17 | + "express:run": "vue-cli-service express:run", |
| 18 | + "postinstall": "electron-builder install-app-deps", |
| 19 | + "postuninstall": "electron-builder install-app-deps" |
| 20 | + }, |
| 21 | + "main": "background.js", |
| 22 | + "dependencies": { |
| 23 | + "@element-plus/icons-vue": "^1.1.4", |
| 24 | + "@tailwindcss/postcss7-compat": "^2.0.2", |
| 25 | + "autoprefixer": "^9", |
| 26 | + "body-parser": "^1.20.0", |
| 27 | + "codemirror-editor-vue3": "^0.2.4", |
| 28 | + "core-js": "^3.21.1", |
| 29 | + "element-plus": "^1.0.2-beta.28", |
| 30 | + "md5": "^2.3.0", |
| 31 | + "mysql": "^2.18.1", |
| 32 | + "postcss": "^7", |
| 33 | + "tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.0.2", |
| 34 | + "vue": "^3.2.31", |
| 35 | + "vue-router": "^4.0.14" |
| 36 | + }, |
| 37 | + "devDependencies": { |
| 38 | + "@vue/cli-plugin-babel": "^4.5.17", |
| 39 | + "@vue/cli-plugin-eslint": "^4.5.17", |
| 40 | + "@vue/cli-plugin-router": "^4.5.17", |
| 41 | + "@vue/cli-service": "^4.5.17", |
| 42 | + "@vue/compiler-sfc": "^3.2.31", |
| 43 | + "axios": "^0.18.0", |
| 44 | + "babel-eslint": "^10.1.0", |
| 45 | + "electron": "13.0.0", |
| 46 | + "electron-devtools-installer": "^3.1.0", |
| 47 | + "eslint": "^6.7.2", |
| 48 | + "eslint-plugin-vue": "^7.0.0", |
| 49 | + "vue-cli-plugin-axios": "0.0.4", |
| 50 | + "vue-cli-plugin-electron-builder": "^2.1.1", |
| 51 | + "vue-cli-plugin-element": "^1.0.1", |
| 52 | + "vue-cli-plugin-element-plus": "0.0.13", |
| 53 | + "vue-cli-plugin-express": "^1.0.2", |
| 54 | + "vue-cli-plugin-tailwind": "^2.2.18" |
| 55 | + }, |
| 56 | + "eslintConfig": { |
| 57 | + "root": true, |
| 58 | + "env": { |
| 59 | + "node": true |
| 60 | + }, |
| 61 | + "extends": [ |
| 62 | + "plugin:vue/essential", |
| 63 | + "eslint:recommended" |
| 64 | + ], |
| 65 | + "parserOptions": { |
| 66 | + "parser": "babel-eslint" |
| 67 | + }, |
| 68 | + "rules": { |
| 69 | + "vue/no-v-model-argument": "off" |
| 70 | + } |
| 71 | + }, |
| 72 | + "browserslist": [ |
| 73 | + "> 1%", |
| 74 | + "last 2 versions", |
| 75 | + "not dead" |
| 76 | + ] |
78 | 77 | } |
0 commit comments