gant-board 1.0.12 → 1.0.15

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.
@@ -0,0 +1,10 @@
1
+ {
2
+ "folders": [
3
+ {
4
+ "path": "."
5
+ }
6
+ ],
7
+ "settings": {
8
+ "npm-scripts.showStartNotification": false
9
+ }
10
+ }
package/package.json CHANGED
@@ -1,45 +1,45 @@
1
- {
2
- "name": "gant-board",
3
- "version": "1.0.12",
4
- "scripts": {
5
- "serve": "set NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve",
6
- "build": "vue-cli-service build",
7
- "lint": "vue-cli-service lint",
8
- "build-lib": "set NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service build --target lib --name VueTimeline src/lib.js --mode production",
9
- "deploy": "npm publish"
10
- },
11
- "dependencies": {
12
- "core-js": "^3.6.5",
13
- "dayjs": "^1.10.7",
14
- "v-calendar": "^2.4.1",
15
- "vue": "^2.6.11"
16
- },
17
- "devDependencies": {
18
- "@vue/cli-plugin-babel": "~4.5.0",
19
- "@vue/cli-plugin-eslint": "~4.5.0",
20
- "@vue/cli-service": "~4.5.0",
21
- "babel-eslint": "^10.1.0",
22
- "eslint": "^6.7.2",
23
- "eslint-plugin-vue": "^6.2.2",
24
- "vue-template-compiler": "^2.6.11"
25
- },
26
- "eslintConfig": {
27
- "root": true,
28
- "env": {
29
- "node": true
30
- },
31
- "extends": [
32
- "plugin:vue/essential",
33
- "eslint:recommended"
34
- ],
35
- "parserOptions": {
36
- "parser": "babel-eslint"
37
- },
38
- "rules": {}
39
- },
40
- "browserslist": [
41
- "> 1%",
42
- "last 2 versions",
43
- "not dead"
44
- ]
45
- }
1
+ {
2
+ "name": "gant-board",
3
+ "version": "1.0.15",
4
+ "scripts": {
5
+ "serve": "export NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve",
6
+ "build": "vue-cli-service build",
7
+ "lint": "vue-cli-service lint",
8
+ "build-lib": "export NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service build --target lib --name VueTimeline src/lib.js --mode production",
9
+ "deploy": "npm publish"
10
+ },
11
+ "dependencies": {
12
+ "core-js": "^3.6.5",
13
+ "dayjs": "^1.10.7",
14
+ "v-calendar": "^2.4.1",
15
+ "vue": "^2.6.11"
16
+ },
17
+ "devDependencies": {
18
+ "@vue/cli-plugin-babel": "~4.5.0",
19
+ "@vue/cli-plugin-eslint": "~4.5.0",
20
+ "@vue/cli-service": "~4.5.0",
21
+ "babel-eslint": "^10.1.0",
22
+ "eslint": "^6.7.2",
23
+ "eslint-plugin-vue": "^6.2.2",
24
+ "vue-template-compiler": "^2.6.11"
25
+ },
26
+ "eslintConfig": {
27
+ "root": true,
28
+ "env": {
29
+ "node": true
30
+ },
31
+ "extends": [
32
+ "plugin:vue/essential",
33
+ "eslint:recommended"
34
+ ],
35
+ "parserOptions": {
36
+ "parser": "babel-eslint"
37
+ },
38
+ "rules": {}
39
+ },
40
+ "browserslist": [
41
+ "> 1%",
42
+ "last 2 versions",
43
+ "not dead"
44
+ ]
45
+ }
package/public/index.html CHANGED
@@ -1,18 +1,18 @@
1
- <!DOCTYPE html>
2
- <html lang="">
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
-
9
- <title><%= htmlWebpackPlugin.options.title %></title>
10
- </head>
11
- <body>
12
- <noscript>
13
- <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
14
- </noscript>
15
- <div id="app"></div>
16
- <!-- built files will be auto injected -->
17
- </body>
18
- </html>
1
+ <!DOCTYPE html>
2
+ <html lang="">
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
+
9
+ <title><%= htmlWebpackPlugin.options.title %></title>
10
+ </head>
11
+ <body>
12
+ <noscript>
13
+ <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
14
+ </noscript>
15
+ <div id="app"></div>
16
+ <!-- built files will be auto injected -->
17
+ </body>
18
+ </html>
package/vue.config.js CHANGED
@@ -1,5 +1,5 @@
1
- module.exports = {
2
- css: {
3
- extract: false,
4
- },
1
+ module.exports = {
2
+ css: {
3
+ extract: false,
4
+ },
5
5
  }