@focus-teach/ui 1.0.2 → 1.0.4
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/.history/package_20230626120806.json +45 -0
- package/.history/package_20230626120808.json +46 -0
- package/.history/package_20230626120809.json +45 -0
- package/.history/package_20230626133910.json +46 -0
- package/.history/package_20230626133912.json +46 -0
- package/.history/package_20230626133915.json +46 -0
- package/.history/package_20230626133917.json +46 -0
- package/.history/package_20230626133923.json +46 -0
- package/.history/package_20230626133927.json +46 -0
- package/.history/package_20230626134037.json +46 -0
- package/.history/package_20230626134121.json +46 -0
- package/.history/package_20230626134122.json +46 -0
- package/.history/package_20230626134126.json +45 -0
- package/.history/vue.config_20230626131835.js +132 -0
- package/.history/vue.config_20230626132308.js +132 -0
- package/.history/vue.config_20230626132415.js +132 -0
- package/.history/vue.config_20230626132534.js +132 -0
- package/.history/vue.config_20230626132823.js +133 -0
- package/.history/vue.config_20230626132826.js +133 -0
- package/.history/vue.config_20230626132829.js +133 -0
- package/.history/vue.config_20230626132832.js +133 -0
- package/.history/vue.config_20230626132836.js +132 -0
- package/.history/vue.config_20230626132838.js +132 -0
- package/.history/vue.config_20230626132940.js +132 -0
- package/.history/vue.config_20230626133032.js +131 -0
- package/.history/vue.config_20230626133106.js +132 -0
- package/.history/vue.config_20230626133113.js +132 -0
- package/.history/vue.config_20230626133122.js +132 -0
- package/.history/vue.config_20230626133252.js +132 -0
- package/.history/vue.config_20230626133258.js +133 -0
- package/.history/vue.config_20230626133300.js +133 -0
- package/.history/vue.config_20230626133302.js +133 -0
- package/.history/vue.config_20230626133303.js +133 -0
- package/.history/vue.config_20230626133305.js +133 -0
- package/.history/vue.config_20230626133312.js +132 -0
- package/.history/vue.config_20230626133314.js +132 -0
- package/.history/vue.config_20230626133316.js +133 -0
- package/.history/vue.config_20230626133319.js +132 -0
- package/.history/vue.config_20230626133326.js +132 -0
- package/.history/vue.config_20230626133336.js +132 -0
- package/.history/vue.config_20230626133428.js +132 -0
- package/.history/vue.config_20230626133623.js +132 -0
- package/.history/vue.config_20230626133736.js +132 -0
- package/lib/demo.html +4 -4
- package/lib/fonts/icomoon.356dc15f.woff +0 -0
- package/lib/fonts/icomoon.71d64f31.woff +0 -0
- package/lib/fonts/icomoon.7c9a60d9.eot +0 -0
- package/lib/fonts/icomoon.ba18ad87.eot +0 -0
- package/lib/fonts/icomoon.de76432e.ttf +0 -0
- package/lib/fonts/icomoon.ec37e716.ttf +0 -0
- package/lib/img/cloud_txt_24.87b9d2ae.svg +1 -0
- package/lib/img/icomoon.428f3063.svg +346 -0
- package/lib/img/icomoon.532b3795.svg +345 -0
- package/lib/img/icon_question.e931b16c.svg +14 -0
- package/lib/{@focus-teach/ui.common.js → ui.common.js} +1 -1
- package/lib/ui.css +1 -0
- package/lib/{@focus-teach/ui.umd.js → ui.umd.js} +3 -3
- package/lib/{@focus-teach/ui.umd.min.js → ui.umd.min.js} +2 -2
- package/package.json +2 -2
- package/lib/@focus-teach/ui.css +0 -1
- /package/{lib/@focus-teach/fonts → fonts}/icomoon.356dc15f.woff +0 -0
- /package/{lib/@focus-teach/fonts → fonts}/icomoon.71d64f31.woff +0 -0
- /package/{lib/@focus-teach/fonts → fonts}/icomoon.7c9a60d9.eot +0 -0
- /package/{lib/@focus-teach/fonts → fonts}/icomoon.ba18ad87.eot +0 -0
- /package/{lib/@focus-teach/fonts → fonts}/icomoon.de76432e.ttf +0 -0
- /package/{lib/@focus-teach/fonts → fonts}/icomoon.ec37e716.ttf +0 -0
- /package/{lib/@focus-teach/img → img}/cloud_txt_24.87b9d2ae.svg +0 -0
- /package/{lib/@focus-teach/img → img}/icomoon.428f3063.svg +0 -0
- /package/{lib/@focus-teach/img → img}/icomoon.532b3795.svg +0 -0
- /package/{lib/@focus-teach/img → img}/icon_question.e931b16c.svg +0 -0
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@focus-teach/ui",
|
|
3
|
+
"version": "1.0.2",
|
|
4
|
+
"private": false,
|
|
5
|
+
"main": "lib/ui.umd.min.js",
|
|
6
|
+
"scripts": {
|
|
7
|
+
"serve": "vue-cli-service serve",
|
|
8
|
+
"build": "vue-cli-service build",
|
|
9
|
+
"test:unit": "vue-cli-service test:unit",
|
|
10
|
+
"predeploy": "npm run build",
|
|
11
|
+
"deploy": "gh-pages -d dist",
|
|
12
|
+
"lib": "vue-cli-service build --target lib packages/index.js"
|
|
13
|
+
},
|
|
14
|
+
"dependencies": {
|
|
15
|
+
"axios": "^0.21.1",
|
|
16
|
+
"core-js": "^3.6.5",
|
|
17
|
+
"element-ui": "^2.15.1",
|
|
18
|
+
"sass": "^1.26.5",
|
|
19
|
+
"sass-loader": "^10.1.1",
|
|
20
|
+
"vue": "^2.6.10",
|
|
21
|
+
"vue-infinite-scroll": "^2.0.2",
|
|
22
|
+
"underscore": "^1.13.1",
|
|
23
|
+
"vue-router": "^3.0.3",
|
|
24
|
+
"vue-loader": "^15.9.6",
|
|
25
|
+
"vuex": "^3.0.1",
|
|
26
|
+
"qs": "^6.10.1"
|
|
27
|
+
},
|
|
28
|
+
"devDependencies": {
|
|
29
|
+
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
|
|
30
|
+
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
|
|
31
|
+
"@vue/cli-plugin-babel": "^3.10.0",
|
|
32
|
+
"@vue/cli-plugin-unit-mocha": "^3.10.0",
|
|
33
|
+
"@vue/cli-service": "^3.10.0",
|
|
34
|
+
"@vue/test-utils": "1.0.0-beta.29",
|
|
35
|
+
"babel-plugin-component": "^1.1.1",
|
|
36
|
+
"chai": "^4.1.2",
|
|
37
|
+
"cheerio": "^1.0.0-rc.3",
|
|
38
|
+
"gh-pages": "^2.2.0",
|
|
39
|
+
"markdown-it": "^9.1.0",
|
|
40
|
+
"markdown-it-container": "^2.0.0",
|
|
41
|
+
"sass-loader": "^10.4.1",
|
|
42
|
+
"vue-markdown-loader": "^2.4.1",
|
|
43
|
+
"vue-template-compiler": "^2.6.10"
|
|
44
|
+
}
|
|
45
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@focus-teach/ui",
|
|
3
|
+
"version": "1.0.3
|
|
4
|
+
",
|
|
5
|
+
"private": false,
|
|
6
|
+
"main": "lib/ui.umd.min.js",
|
|
7
|
+
"scripts": {
|
|
8
|
+
"serve": "vue-cli-service serve",
|
|
9
|
+
"build": "vue-cli-service build",
|
|
10
|
+
"test:unit": "vue-cli-service test:unit",
|
|
11
|
+
"predeploy": "npm run build",
|
|
12
|
+
"deploy": "gh-pages -d dist",
|
|
13
|
+
"lib": "vue-cli-service build --target lib packages/index.js"
|
|
14
|
+
},
|
|
15
|
+
"dependencies": {
|
|
16
|
+
"axios": "^0.21.1",
|
|
17
|
+
"core-js": "^3.6.5",
|
|
18
|
+
"element-ui": "^2.15.1",
|
|
19
|
+
"sass": "^1.26.5",
|
|
20
|
+
"sass-loader": "^10.1.1",
|
|
21
|
+
"vue": "^2.6.10",
|
|
22
|
+
"vue-infinite-scroll": "^2.0.2",
|
|
23
|
+
"underscore": "^1.13.1",
|
|
24
|
+
"vue-router": "^3.0.3",
|
|
25
|
+
"vue-loader": "^15.9.6",
|
|
26
|
+
"vuex": "^3.0.1",
|
|
27
|
+
"qs": "^6.10.1"
|
|
28
|
+
},
|
|
29
|
+
"devDependencies": {
|
|
30
|
+
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
|
|
31
|
+
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
|
|
32
|
+
"@vue/cli-plugin-babel": "^3.10.0",
|
|
33
|
+
"@vue/cli-plugin-unit-mocha": "^3.10.0",
|
|
34
|
+
"@vue/cli-service": "^3.10.0",
|
|
35
|
+
"@vue/test-utils": "1.0.0-beta.29",
|
|
36
|
+
"babel-plugin-component": "^1.1.1",
|
|
37
|
+
"chai": "^4.1.2",
|
|
38
|
+
"cheerio": "^1.0.0-rc.3",
|
|
39
|
+
"gh-pages": "^2.2.0",
|
|
40
|
+
"markdown-it": "^9.1.0",
|
|
41
|
+
"markdown-it-container": "^2.0.0",
|
|
42
|
+
"sass-loader": "^10.4.1",
|
|
43
|
+
"vue-markdown-loader": "^2.4.1",
|
|
44
|
+
"vue-template-compiler": "^2.6.10"
|
|
45
|
+
}
|
|
46
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@focus-teach/ui",
|
|
3
|
+
"version": "1.0.3",
|
|
4
|
+
"private": false,
|
|
5
|
+
"main": "lib/ui.umd.min.js",
|
|
6
|
+
"scripts": {
|
|
7
|
+
"serve": "vue-cli-service serve",
|
|
8
|
+
"build": "vue-cli-service build",
|
|
9
|
+
"test:unit": "vue-cli-service test:unit",
|
|
10
|
+
"predeploy": "npm run build",
|
|
11
|
+
"deploy": "gh-pages -d dist",
|
|
12
|
+
"lib": "vue-cli-service build --target lib packages/index.js"
|
|
13
|
+
},
|
|
14
|
+
"dependencies": {
|
|
15
|
+
"axios": "^0.21.1",
|
|
16
|
+
"core-js": "^3.6.5",
|
|
17
|
+
"element-ui": "^2.15.1",
|
|
18
|
+
"sass": "^1.26.5",
|
|
19
|
+
"sass-loader": "^10.1.1",
|
|
20
|
+
"vue": "^2.6.10",
|
|
21
|
+
"vue-infinite-scroll": "^2.0.2",
|
|
22
|
+
"underscore": "^1.13.1",
|
|
23
|
+
"vue-router": "^3.0.3",
|
|
24
|
+
"vue-loader": "^15.9.6",
|
|
25
|
+
"vuex": "^3.0.1",
|
|
26
|
+
"qs": "^6.10.1"
|
|
27
|
+
},
|
|
28
|
+
"devDependencies": {
|
|
29
|
+
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
|
|
30
|
+
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
|
|
31
|
+
"@vue/cli-plugin-babel": "^3.10.0",
|
|
32
|
+
"@vue/cli-plugin-unit-mocha": "^3.10.0",
|
|
33
|
+
"@vue/cli-service": "^3.10.0",
|
|
34
|
+
"@vue/test-utils": "1.0.0-beta.29",
|
|
35
|
+
"babel-plugin-component": "^1.1.1",
|
|
36
|
+
"chai": "^4.1.2",
|
|
37
|
+
"cheerio": "^1.0.0-rc.3",
|
|
38
|
+
"gh-pages": "^2.2.0",
|
|
39
|
+
"markdown-it": "^9.1.0",
|
|
40
|
+
"markdown-it-container": "^2.0.0",
|
|
41
|
+
"sass-loader": "^10.4.1",
|
|
42
|
+
"vue-markdown-loader": "^2.4.1",
|
|
43
|
+
"vue-template-compiler": "^2.6.10"
|
|
44
|
+
}
|
|
45
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@focus-teach/ui",
|
|
3
|
+
"version": "1.0.3",
|
|
4
|
+
"scope"
|
|
5
|
+
"private": false,
|
|
6
|
+
"main": "lib/ui.umd.min.js",
|
|
7
|
+
"scripts": {
|
|
8
|
+
"serve": "vue-cli-service serve",
|
|
9
|
+
"build": "vue-cli-service build",
|
|
10
|
+
"test:unit": "vue-cli-service test:unit",
|
|
11
|
+
"predeploy": "npm run build",
|
|
12
|
+
"deploy": "gh-pages -d dist",
|
|
13
|
+
"lib": "vue-cli-service build --target lib packages/index.js"
|
|
14
|
+
},
|
|
15
|
+
"dependencies": {
|
|
16
|
+
"axios": "^0.21.1",
|
|
17
|
+
"core-js": "^3.6.5",
|
|
18
|
+
"element-ui": "^2.15.1",
|
|
19
|
+
"sass": "^1.26.5",
|
|
20
|
+
"sass-loader": "^10.1.1",
|
|
21
|
+
"vue": "^2.6.10",
|
|
22
|
+
"vue-infinite-scroll": "^2.0.2",
|
|
23
|
+
"underscore": "^1.13.1",
|
|
24
|
+
"vue-router": "^3.0.3",
|
|
25
|
+
"vue-loader": "^15.9.6",
|
|
26
|
+
"vuex": "^3.0.1",
|
|
27
|
+
"qs": "^6.10.1"
|
|
28
|
+
},
|
|
29
|
+
"devDependencies": {
|
|
30
|
+
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
|
|
31
|
+
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
|
|
32
|
+
"@vue/cli-plugin-babel": "^3.10.0",
|
|
33
|
+
"@vue/cli-plugin-unit-mocha": "^3.10.0",
|
|
34
|
+
"@vue/cli-service": "^3.10.0",
|
|
35
|
+
"@vue/test-utils": "1.0.0-beta.29",
|
|
36
|
+
"babel-plugin-component": "^1.1.1",
|
|
37
|
+
"chai": "^4.1.2",
|
|
38
|
+
"cheerio": "^1.0.0-rc.3",
|
|
39
|
+
"gh-pages": "^2.2.0",
|
|
40
|
+
"markdown-it": "^9.1.0",
|
|
41
|
+
"markdown-it-container": "^2.0.0",
|
|
42
|
+
"sass-loader": "^10.4.1",
|
|
43
|
+
"vue-markdown-loader": "^2.4.1",
|
|
44
|
+
"vue-template-compiler": "^2.6.10"
|
|
45
|
+
}
|
|
46
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@focus-teach/ui",
|
|
3
|
+
"version": "1.0.3",
|
|
4
|
+
"scope":""
|
|
5
|
+
"private": false,
|
|
6
|
+
"main": "lib/ui.umd.min.js",
|
|
7
|
+
"scripts": {
|
|
8
|
+
"serve": "vue-cli-service serve",
|
|
9
|
+
"build": "vue-cli-service build",
|
|
10
|
+
"test:unit": "vue-cli-service test:unit",
|
|
11
|
+
"predeploy": "npm run build",
|
|
12
|
+
"deploy": "gh-pages -d dist",
|
|
13
|
+
"lib": "vue-cli-service build --target lib packages/index.js"
|
|
14
|
+
},
|
|
15
|
+
"dependencies": {
|
|
16
|
+
"axios": "^0.21.1",
|
|
17
|
+
"core-js": "^3.6.5",
|
|
18
|
+
"element-ui": "^2.15.1",
|
|
19
|
+
"sass": "^1.26.5",
|
|
20
|
+
"sass-loader": "^10.1.1",
|
|
21
|
+
"vue": "^2.6.10",
|
|
22
|
+
"vue-infinite-scroll": "^2.0.2",
|
|
23
|
+
"underscore": "^1.13.1",
|
|
24
|
+
"vue-router": "^3.0.3",
|
|
25
|
+
"vue-loader": "^15.9.6",
|
|
26
|
+
"vuex": "^3.0.1",
|
|
27
|
+
"qs": "^6.10.1"
|
|
28
|
+
},
|
|
29
|
+
"devDependencies": {
|
|
30
|
+
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
|
|
31
|
+
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
|
|
32
|
+
"@vue/cli-plugin-babel": "^3.10.0",
|
|
33
|
+
"@vue/cli-plugin-unit-mocha": "^3.10.0",
|
|
34
|
+
"@vue/cli-service": "^3.10.0",
|
|
35
|
+
"@vue/test-utils": "1.0.0-beta.29",
|
|
36
|
+
"babel-plugin-component": "^1.1.1",
|
|
37
|
+
"chai": "^4.1.2",
|
|
38
|
+
"cheerio": "^1.0.0-rc.3",
|
|
39
|
+
"gh-pages": "^2.2.0",
|
|
40
|
+
"markdown-it": "^9.1.0",
|
|
41
|
+
"markdown-it-container": "^2.0.0",
|
|
42
|
+
"sass-loader": "^10.4.1",
|
|
43
|
+
"vue-markdown-loader": "^2.4.1",
|
|
44
|
+
"vue-template-compiler": "^2.6.10"
|
|
45
|
+
}
|
|
46
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@focus-teach/ui",
|
|
3
|
+
"version": "1.0.3",
|
|
4
|
+
"scope":"@focus"
|
|
5
|
+
"private": false,
|
|
6
|
+
"main": "lib/ui.umd.min.js",
|
|
7
|
+
"scripts": {
|
|
8
|
+
"serve": "vue-cli-service serve",
|
|
9
|
+
"build": "vue-cli-service build",
|
|
10
|
+
"test:unit": "vue-cli-service test:unit",
|
|
11
|
+
"predeploy": "npm run build",
|
|
12
|
+
"deploy": "gh-pages -d dist",
|
|
13
|
+
"lib": "vue-cli-service build --target lib packages/index.js"
|
|
14
|
+
},
|
|
15
|
+
"dependencies": {
|
|
16
|
+
"axios": "^0.21.1",
|
|
17
|
+
"core-js": "^3.6.5",
|
|
18
|
+
"element-ui": "^2.15.1",
|
|
19
|
+
"sass": "^1.26.5",
|
|
20
|
+
"sass-loader": "^10.1.1",
|
|
21
|
+
"vue": "^2.6.10",
|
|
22
|
+
"vue-infinite-scroll": "^2.0.2",
|
|
23
|
+
"underscore": "^1.13.1",
|
|
24
|
+
"vue-router": "^3.0.3",
|
|
25
|
+
"vue-loader": "^15.9.6",
|
|
26
|
+
"vuex": "^3.0.1",
|
|
27
|
+
"qs": "^6.10.1"
|
|
28
|
+
},
|
|
29
|
+
"devDependencies": {
|
|
30
|
+
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
|
|
31
|
+
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
|
|
32
|
+
"@vue/cli-plugin-babel": "^3.10.0",
|
|
33
|
+
"@vue/cli-plugin-unit-mocha": "^3.10.0",
|
|
34
|
+
"@vue/cli-service": "^3.10.0",
|
|
35
|
+
"@vue/test-utils": "1.0.0-beta.29",
|
|
36
|
+
"babel-plugin-component": "^1.1.1",
|
|
37
|
+
"chai": "^4.1.2",
|
|
38
|
+
"cheerio": "^1.0.0-rc.3",
|
|
39
|
+
"gh-pages": "^2.2.0",
|
|
40
|
+
"markdown-it": "^9.1.0",
|
|
41
|
+
"markdown-it-container": "^2.0.0",
|
|
42
|
+
"sass-loader": "^10.4.1",
|
|
43
|
+
"vue-markdown-loader": "^2.4.1",
|
|
44
|
+
"vue-template-compiler": "^2.6.10"
|
|
45
|
+
}
|
|
46
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@focus-teach/ui",
|
|
3
|
+
"version": "1.0.3",
|
|
4
|
+
"scope":"@focus-teach"
|
|
5
|
+
"private": false,
|
|
6
|
+
"main": "lib/ui.umd.min.js",
|
|
7
|
+
"scripts": {
|
|
8
|
+
"serve": "vue-cli-service serve",
|
|
9
|
+
"build": "vue-cli-service build",
|
|
10
|
+
"test:unit": "vue-cli-service test:unit",
|
|
11
|
+
"predeploy": "npm run build",
|
|
12
|
+
"deploy": "gh-pages -d dist",
|
|
13
|
+
"lib": "vue-cli-service build --target lib packages/index.js"
|
|
14
|
+
},
|
|
15
|
+
"dependencies": {
|
|
16
|
+
"axios": "^0.21.1",
|
|
17
|
+
"core-js": "^3.6.5",
|
|
18
|
+
"element-ui": "^2.15.1",
|
|
19
|
+
"sass": "^1.26.5",
|
|
20
|
+
"sass-loader": "^10.1.1",
|
|
21
|
+
"vue": "^2.6.10",
|
|
22
|
+
"vue-infinite-scroll": "^2.0.2",
|
|
23
|
+
"underscore": "^1.13.1",
|
|
24
|
+
"vue-router": "^3.0.3",
|
|
25
|
+
"vue-loader": "^15.9.6",
|
|
26
|
+
"vuex": "^3.0.1",
|
|
27
|
+
"qs": "^6.10.1"
|
|
28
|
+
},
|
|
29
|
+
"devDependencies": {
|
|
30
|
+
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
|
|
31
|
+
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
|
|
32
|
+
"@vue/cli-plugin-babel": "^3.10.0",
|
|
33
|
+
"@vue/cli-plugin-unit-mocha": "^3.10.0",
|
|
34
|
+
"@vue/cli-service": "^3.10.0",
|
|
35
|
+
"@vue/test-utils": "1.0.0-beta.29",
|
|
36
|
+
"babel-plugin-component": "^1.1.1",
|
|
37
|
+
"chai": "^4.1.2",
|
|
38
|
+
"cheerio": "^1.0.0-rc.3",
|
|
39
|
+
"gh-pages": "^2.2.0",
|
|
40
|
+
"markdown-it": "^9.1.0",
|
|
41
|
+
"markdown-it-container": "^2.0.0",
|
|
42
|
+
"sass-loader": "^10.4.1",
|
|
43
|
+
"vue-markdown-loader": "^2.4.1",
|
|
44
|
+
"vue-template-compiler": "^2.6.10"
|
|
45
|
+
}
|
|
46
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "ui",
|
|
3
|
+
"version": "1.0.3",
|
|
4
|
+
"scope":"@focus-teach"
|
|
5
|
+
"private": false,
|
|
6
|
+
"main": "lib/ui.umd.min.js",
|
|
7
|
+
"scripts": {
|
|
8
|
+
"serve": "vue-cli-service serve",
|
|
9
|
+
"build": "vue-cli-service build",
|
|
10
|
+
"test:unit": "vue-cli-service test:unit",
|
|
11
|
+
"predeploy": "npm run build",
|
|
12
|
+
"deploy": "gh-pages -d dist",
|
|
13
|
+
"lib": "vue-cli-service build --target lib packages/index.js"
|
|
14
|
+
},
|
|
15
|
+
"dependencies": {
|
|
16
|
+
"axios": "^0.21.1",
|
|
17
|
+
"core-js": "^3.6.5",
|
|
18
|
+
"element-ui": "^2.15.1",
|
|
19
|
+
"sass": "^1.26.5",
|
|
20
|
+
"sass-loader": "^10.1.1",
|
|
21
|
+
"vue": "^2.6.10",
|
|
22
|
+
"vue-infinite-scroll": "^2.0.2",
|
|
23
|
+
"underscore": "^1.13.1",
|
|
24
|
+
"vue-router": "^3.0.3",
|
|
25
|
+
"vue-loader": "^15.9.6",
|
|
26
|
+
"vuex": "^3.0.1",
|
|
27
|
+
"qs": "^6.10.1"
|
|
28
|
+
},
|
|
29
|
+
"devDependencies": {
|
|
30
|
+
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
|
|
31
|
+
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
|
|
32
|
+
"@vue/cli-plugin-babel": "^3.10.0",
|
|
33
|
+
"@vue/cli-plugin-unit-mocha": "^3.10.0",
|
|
34
|
+
"@vue/cli-service": "^3.10.0",
|
|
35
|
+
"@vue/test-utils": "1.0.0-beta.29",
|
|
36
|
+
"babel-plugin-component": "^1.1.1",
|
|
37
|
+
"chai": "^4.1.2",
|
|
38
|
+
"cheerio": "^1.0.0-rc.3",
|
|
39
|
+
"gh-pages": "^2.2.0",
|
|
40
|
+
"markdown-it": "^9.1.0",
|
|
41
|
+
"markdown-it-container": "^2.0.0",
|
|
42
|
+
"sass-loader": "^10.4.1",
|
|
43
|
+
"vue-markdown-loader": "^2.4.1",
|
|
44
|
+
"vue-template-compiler": "^2.6.10"
|
|
45
|
+
}
|
|
46
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "ui",
|
|
3
|
+
"version": "1.0.3",
|
|
4
|
+
"scope":"@focus-teach",
|
|
5
|
+
"private": false,
|
|
6
|
+
"main": "lib/ui.umd.min.js",
|
|
7
|
+
"scripts": {
|
|
8
|
+
"serve": "vue-cli-service serve",
|
|
9
|
+
"build": "vue-cli-service build",
|
|
10
|
+
"test:unit": "vue-cli-service test:unit",
|
|
11
|
+
"predeploy": "npm run build",
|
|
12
|
+
"deploy": "gh-pages -d dist",
|
|
13
|
+
"lib": "vue-cli-service build --target lib packages/index.js"
|
|
14
|
+
},
|
|
15
|
+
"dependencies": {
|
|
16
|
+
"axios": "^0.21.1",
|
|
17
|
+
"core-js": "^3.6.5",
|
|
18
|
+
"element-ui": "^2.15.1",
|
|
19
|
+
"sass": "^1.26.5",
|
|
20
|
+
"sass-loader": "^10.1.1",
|
|
21
|
+
"vue": "^2.6.10",
|
|
22
|
+
"vue-infinite-scroll": "^2.0.2",
|
|
23
|
+
"underscore": "^1.13.1",
|
|
24
|
+
"vue-router": "^3.0.3",
|
|
25
|
+
"vue-loader": "^15.9.6",
|
|
26
|
+
"vuex": "^3.0.1",
|
|
27
|
+
"qs": "^6.10.1"
|
|
28
|
+
},
|
|
29
|
+
"devDependencies": {
|
|
30
|
+
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
|
|
31
|
+
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
|
|
32
|
+
"@vue/cli-plugin-babel": "^3.10.0",
|
|
33
|
+
"@vue/cli-plugin-unit-mocha": "^3.10.0",
|
|
34
|
+
"@vue/cli-service": "^3.10.0",
|
|
35
|
+
"@vue/test-utils": "1.0.0-beta.29",
|
|
36
|
+
"babel-plugin-component": "^1.1.1",
|
|
37
|
+
"chai": "^4.1.2",
|
|
38
|
+
"cheerio": "^1.0.0-rc.3",
|
|
39
|
+
"gh-pages": "^2.2.0",
|
|
40
|
+
"markdown-it": "^9.1.0",
|
|
41
|
+
"markdown-it-container": "^2.0.0",
|
|
42
|
+
"sass-loader": "^10.4.1",
|
|
43
|
+
"vue-markdown-loader": "^2.4.1",
|
|
44
|
+
"vue-template-compiler": "^2.6.10"
|
|
45
|
+
}
|
|
46
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "ui",
|
|
3
|
+
"version": "1.0.4",
|
|
4
|
+
"scope":"@focus-teach",
|
|
5
|
+
"private": false,
|
|
6
|
+
"main": "lib/ui.umd.min.js",
|
|
7
|
+
"scripts": {
|
|
8
|
+
"serve": "vue-cli-service serve",
|
|
9
|
+
"build": "vue-cli-service build",
|
|
10
|
+
"test:unit": "vue-cli-service test:unit",
|
|
11
|
+
"predeploy": "npm run build",
|
|
12
|
+
"deploy": "gh-pages -d dist",
|
|
13
|
+
"lib": "vue-cli-service build --target lib packages/index.js"
|
|
14
|
+
},
|
|
15
|
+
"dependencies": {
|
|
16
|
+
"axios": "^0.21.1",
|
|
17
|
+
"core-js": "^3.6.5",
|
|
18
|
+
"element-ui": "^2.15.1",
|
|
19
|
+
"sass": "^1.26.5",
|
|
20
|
+
"sass-loader": "^10.1.1",
|
|
21
|
+
"vue": "^2.6.10",
|
|
22
|
+
"vue-infinite-scroll": "^2.0.2",
|
|
23
|
+
"underscore": "^1.13.1",
|
|
24
|
+
"vue-router": "^3.0.3",
|
|
25
|
+
"vue-loader": "^15.9.6",
|
|
26
|
+
"vuex": "^3.0.1",
|
|
27
|
+
"qs": "^6.10.1"
|
|
28
|
+
},
|
|
29
|
+
"devDependencies": {
|
|
30
|
+
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
|
|
31
|
+
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
|
|
32
|
+
"@vue/cli-plugin-babel": "^3.10.0",
|
|
33
|
+
"@vue/cli-plugin-unit-mocha": "^3.10.0",
|
|
34
|
+
"@vue/cli-service": "^3.10.0",
|
|
35
|
+
"@vue/test-utils": "1.0.0-beta.29",
|
|
36
|
+
"babel-plugin-component": "^1.1.1",
|
|
37
|
+
"chai": "^4.1.2",
|
|
38
|
+
"cheerio": "^1.0.0-rc.3",
|
|
39
|
+
"gh-pages": "^2.2.0",
|
|
40
|
+
"markdown-it": "^9.1.0",
|
|
41
|
+
"markdown-it-container": "^2.0.0",
|
|
42
|
+
"sass-loader": "^10.4.1",
|
|
43
|
+
"vue-markdown-loader": "^2.4.1",
|
|
44
|
+
"vue-template-compiler": "^2.6.10"
|
|
45
|
+
}
|
|
46
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@focus-teachui",
|
|
3
|
+
"version": "1.0.4",
|
|
4
|
+
"scope":"@focus-teach",
|
|
5
|
+
"private": false,
|
|
6
|
+
"main": "lib/ui.umd.min.js",
|
|
7
|
+
"scripts": {
|
|
8
|
+
"serve": "vue-cli-service serve",
|
|
9
|
+
"build": "vue-cli-service build",
|
|
10
|
+
"test:unit": "vue-cli-service test:unit",
|
|
11
|
+
"predeploy": "npm run build",
|
|
12
|
+
"deploy": "gh-pages -d dist",
|
|
13
|
+
"lib": "vue-cli-service build --target lib packages/index.js"
|
|
14
|
+
},
|
|
15
|
+
"dependencies": {
|
|
16
|
+
"axios": "^0.21.1",
|
|
17
|
+
"core-js": "^3.6.5",
|
|
18
|
+
"element-ui": "^2.15.1",
|
|
19
|
+
"sass": "^1.26.5",
|
|
20
|
+
"sass-loader": "^10.1.1",
|
|
21
|
+
"vue": "^2.6.10",
|
|
22
|
+
"vue-infinite-scroll": "^2.0.2",
|
|
23
|
+
"underscore": "^1.13.1",
|
|
24
|
+
"vue-router": "^3.0.3",
|
|
25
|
+
"vue-loader": "^15.9.6",
|
|
26
|
+
"vuex": "^3.0.1",
|
|
27
|
+
"qs": "^6.10.1"
|
|
28
|
+
},
|
|
29
|
+
"devDependencies": {
|
|
30
|
+
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
|
|
31
|
+
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
|
|
32
|
+
"@vue/cli-plugin-babel": "^3.10.0",
|
|
33
|
+
"@vue/cli-plugin-unit-mocha": "^3.10.0",
|
|
34
|
+
"@vue/cli-service": "^3.10.0",
|
|
35
|
+
"@vue/test-utils": "1.0.0-beta.29",
|
|
36
|
+
"babel-plugin-component": "^1.1.1",
|
|
37
|
+
"chai": "^4.1.2",
|
|
38
|
+
"cheerio": "^1.0.0-rc.3",
|
|
39
|
+
"gh-pages": "^2.2.0",
|
|
40
|
+
"markdown-it": "^9.1.0",
|
|
41
|
+
"markdown-it-container": "^2.0.0",
|
|
42
|
+
"sass-loader": "^10.4.1",
|
|
43
|
+
"vue-markdown-loader": "^2.4.1",
|
|
44
|
+
"vue-template-compiler": "^2.6.10"
|
|
45
|
+
}
|
|
46
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@focus-teach/ui",
|
|
3
|
+
"version": "1.0.4",
|
|
4
|
+
"scope":"@focus-teach",
|
|
5
|
+
"private": false,
|
|
6
|
+
"main": "lib/ui.umd.min.js",
|
|
7
|
+
"scripts": {
|
|
8
|
+
"serve": "vue-cli-service serve",
|
|
9
|
+
"build": "vue-cli-service build",
|
|
10
|
+
"test:unit": "vue-cli-service test:unit",
|
|
11
|
+
"predeploy": "npm run build",
|
|
12
|
+
"deploy": "gh-pages -d dist",
|
|
13
|
+
"lib": "vue-cli-service build --target lib packages/index.js"
|
|
14
|
+
},
|
|
15
|
+
"dependencies": {
|
|
16
|
+
"axios": "^0.21.1",
|
|
17
|
+
"core-js": "^3.6.5",
|
|
18
|
+
"element-ui": "^2.15.1",
|
|
19
|
+
"sass": "^1.26.5",
|
|
20
|
+
"sass-loader": "^10.1.1",
|
|
21
|
+
"vue": "^2.6.10",
|
|
22
|
+
"vue-infinite-scroll": "^2.0.2",
|
|
23
|
+
"underscore": "^1.13.1",
|
|
24
|
+
"vue-router": "^3.0.3",
|
|
25
|
+
"vue-loader": "^15.9.6",
|
|
26
|
+
"vuex": "^3.0.1",
|
|
27
|
+
"qs": "^6.10.1"
|
|
28
|
+
},
|
|
29
|
+
"devDependencies": {
|
|
30
|
+
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
|
|
31
|
+
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
|
|
32
|
+
"@vue/cli-plugin-babel": "^3.10.0",
|
|
33
|
+
"@vue/cli-plugin-unit-mocha": "^3.10.0",
|
|
34
|
+
"@vue/cli-service": "^3.10.0",
|
|
35
|
+
"@vue/test-utils": "1.0.0-beta.29",
|
|
36
|
+
"babel-plugin-component": "^1.1.1",
|
|
37
|
+
"chai": "^4.1.2",
|
|
38
|
+
"cheerio": "^1.0.0-rc.3",
|
|
39
|
+
"gh-pages": "^2.2.0",
|
|
40
|
+
"markdown-it": "^9.1.0",
|
|
41
|
+
"markdown-it-container": "^2.0.0",
|
|
42
|
+
"sass-loader": "^10.4.1",
|
|
43
|
+
"vue-markdown-loader": "^2.4.1",
|
|
44
|
+
"vue-template-compiler": "^2.6.10"
|
|
45
|
+
}
|
|
46
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@focus-teach/ui",
|
|
3
|
+
"version": "1.0.4",
|
|
4
|
+
"private": false,
|
|
5
|
+
"main": "lib/ui.umd.min.js",
|
|
6
|
+
"scripts": {
|
|
7
|
+
"serve": "vue-cli-service serve",
|
|
8
|
+
"build": "vue-cli-service build",
|
|
9
|
+
"test:unit": "vue-cli-service test:unit",
|
|
10
|
+
"predeploy": "npm run build",
|
|
11
|
+
"deploy": "gh-pages -d dist",
|
|
12
|
+
"lib": "vue-cli-service build --target lib packages/index.js"
|
|
13
|
+
},
|
|
14
|
+
"dependencies": {
|
|
15
|
+
"axios": "^0.21.1",
|
|
16
|
+
"core-js": "^3.6.5",
|
|
17
|
+
"element-ui": "^2.15.1",
|
|
18
|
+
"sass": "^1.26.5",
|
|
19
|
+
"sass-loader": "^10.1.1",
|
|
20
|
+
"vue": "^2.6.10",
|
|
21
|
+
"vue-infinite-scroll": "^2.0.2",
|
|
22
|
+
"underscore": "^1.13.1",
|
|
23
|
+
"vue-router": "^3.0.3",
|
|
24
|
+
"vue-loader": "^15.9.6",
|
|
25
|
+
"vuex": "^3.0.1",
|
|
26
|
+
"qs": "^6.10.1"
|
|
27
|
+
},
|
|
28
|
+
"devDependencies": {
|
|
29
|
+
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
|
|
30
|
+
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
|
|
31
|
+
"@vue/cli-plugin-babel": "^3.10.0",
|
|
32
|
+
"@vue/cli-plugin-unit-mocha": "^3.10.0",
|
|
33
|
+
"@vue/cli-service": "^3.10.0",
|
|
34
|
+
"@vue/test-utils": "1.0.0-beta.29",
|
|
35
|
+
"babel-plugin-component": "^1.1.1",
|
|
36
|
+
"chai": "^4.1.2",
|
|
37
|
+
"cheerio": "^1.0.0-rc.3",
|
|
38
|
+
"gh-pages": "^2.2.0",
|
|
39
|
+
"markdown-it": "^9.1.0",
|
|
40
|
+
"markdown-it-container": "^2.0.0",
|
|
41
|
+
"sass-loader": "^10.4.1",
|
|
42
|
+
"vue-markdown-loader": "^2.4.1",
|
|
43
|
+
"vue-template-compiler": "^2.6.10"
|
|
44
|
+
}
|
|
45
|
+
}
|