gc_rsa 1.2.10 → 1.2.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gc_rsa",
3
- "version": "1.2.10",
3
+ "version": "1.2.11",
4
4
  "main": "libs/main.js",
5
5
  "license": "MIT",
6
6
  "scripts": {
@@ -1,24 +0,0 @@
1
- # example
2
-
3
- ## Project setup
4
- ```
5
- yarn install
6
- ```
7
-
8
- ### Compiles and hot-reloads for development
9
- ```
10
- yarn serve
11
- ```
12
-
13
- ### Compiles and minifies for production
14
- ```
15
- yarn build
16
- ```
17
-
18
- ### Lints and fixes files
19
- ```
20
- yarn lint
21
- ```
22
-
23
- ### Customize configuration
24
- See [Configuration Reference](https://cli.vuejs.org/config/).
@@ -1,3 +0,0 @@
1
- module.exports = {
2
- presets: ["@vue/cli-plugin-babel/preset"]
3
- };
@@ -1,61 +0,0 @@
1
- {
2
- "name": "example",
3
- "version": "0.1.0",
4
- "private": true,
5
- "scripts": {
6
- "serve": "vue-cli-service serve",
7
- "build": "vue-cli-service build",
8
- "lint": "vue-cli-service lint"
9
- },
10
- "dependencies": {
11
- "axios": "^0.19.0",
12
- "core-js": "^3.4.3",
13
- "gc_rsa": "^1.2.7",
14
- "iview": "^3.5.4",
15
- "vue": "^2.6.10",
16
- "vue-router": "^3.1.3",
17
- "vuex": "^3.1.2"
18
- },
19
- "devDependencies": {
20
- "@vue/cli-plugin-babel": "^4.1.0",
21
- "@vue/cli-plugin-eslint": "^4.1.0",
22
- "@vue/cli-plugin-router": "^4.1.0",
23
- "@vue/cli-plugin-vuex": "^4.1.0",
24
- "@vue/cli-service": "^4.1.0",
25
- "@vue/eslint-config-prettier": "^5.0.0",
26
- "babel-eslint": "^10.0.3",
27
- "eslint": "^5.16.0",
28
- "eslint-plugin-prettier": "^3.1.1",
29
- "eslint-plugin-vue": "^5.0.0",
30
- "lint-staged": "^9.4.3",
31
- "prettier": "^1.19.1",
32
- "vue-template-compiler": "^2.6.10"
33
- },
34
- "eslintConfig": {
35
- "root": true,
36
- "env": {
37
- "node": true
38
- },
39
- "extends": [
40
- "plugin:vue/essential",
41
- "@vue/prettier"
42
- ],
43
- "rules": {},
44
- "parserOptions": {
45
- "parser": "babel-eslint"
46
- }
47
- },
48
- "browserslist": [
49
- "> 1%",
50
- "last 2 versions"
51
- ],
52
- "gitHooks": {
53
- "pre-commit": "lint-staged"
54
- },
55
- "lint-staged": {
56
- "*.{js,vue}": [
57
- "vue-cli-service lint",
58
- "git add"
59
- ]
60
- }
61
- }
Binary file
@@ -1,17 +0,0 @@
1
- <!DOCTYPE html>
2
- <html lang="en">
3
- <head>
4
- <meta charset="utf-8">
5
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
6
- <meta name="viewport" content="width=device-width,initial-scale=1.0">
7
- <link rel="icon" href="<%= BASE_URL %>favicon.ico">
8
- <title>example</title>
9
- </head>
10
- <body>
11
- <noscript>
12
- <strong>We're sorry but example doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
13
- </noscript>
14
- <div id="app"></div>
15
- <!-- built files will be auto injected -->
16
- </body>
17
- </html>
@@ -1,10 +0,0 @@
1
- module.exports = {
2
- devServer: {
3
- proxy: {
4
- "/guardian": {
5
- target: "http://192.168.0.153",
6
- changeOrigin: true
7
- }
8
- }
9
- }
10
- };