@fox-js/foxui-pad 3.0.0 → 3.0.1

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.
Files changed (3) hide show
  1. package/README.md +59 -73
  2. package/dist/index.js +1 -1
  3. package/package.json +77 -77
package/package.json CHANGED
@@ -1,77 +1,77 @@
1
- {
2
- "name": "@fox-js/foxui-pad",
3
- "version": "3.0.0",
4
- "description": "Fox pad端UI框架",
5
- "author": "jiangcheng",
6
- "keywords": [
7
- "fox"
8
- ],
9
- "main": "dist/index.js",
10
- "typings": "",
11
- "license": "",
12
- "publishConfig": {
13
- "access": "public"
14
- },
15
- "scripts": {
16
- "prod": "cross-env NODE_ENV=production webpack --config scripts/webpack.js",
17
- "dev": "cross-env NODE_ENV=development webpack --config scripts/webpack.js",
18
- "publish:beta": "npm version prerelease & npm publish --tag beta",
19
- "publish:latest": "npm version patch & npm publish"
20
- },
21
- "dependencies": {
22
- "vue": "^2.6.11",
23
- "dayjs": "^1.8.10",
24
- "js-big-decimal": "^1.3.1"
25
- },
26
- "devDependencies": {
27
- "@babel/core": "^7.15.5",
28
- "@babel/plugin-proposal-class-properties": "^7.14.5",
29
- "@babel/plugin-syntax-dynamic-import": "^7.8.3",
30
- "@babel/plugin-transform-modules-commonjs": "^7.15.4",
31
- "@babel/plugin-transform-runtime": "^7.15.0",
32
- "@babel/preset-env": "^7.15.6",
33
- "@babel/preset-typescript": "^7.15.0",
34
- "@vue/cli-plugin-eslint": "^4.5.13",
35
- "autoprefixer": "^10.2.6",
36
- "babel-eslint": "^10.1.0",
37
- "babel-loader": "^8.2.2",
38
- "clean-webpack-plugin": "^4.0.0-alpha.0",
39
- "compression-webpack-plugin": "^8.0.1",
40
- "copy-webpack-plugin": "^9.0.1",
41
- "cross-env": "^7.0.3",
42
- "css-loader": "^5.2.6",
43
- "eslint": "^7.32.0",
44
- "eslint-config-airbnb": "^18.2.1",
45
- "eslint-config-prettier": "^8.3.0",
46
- "eslint-plugin-import": "^2.24.2",
47
- "eslint-plugin-prettier": "^3.4.1",
48
- "eslint-plugin-vue": "^7.16.0",
49
- "html-loader": "^2.1.2",
50
- "html-webpack-plugin": "5.3.2",
51
- "less": "^4.1.1",
52
- "less-loader": "^10.0.1",
53
- "lint-staged": "^11.0.0",
54
- "mini-css-extract-plugin": "^2.1.0",
55
- "mockjs": "^1.1.0",
56
- "postcss": "^8.3.5",
57
- "postcss-loader": "^6.1.1",
58
- "postcss-preset-env": "^6.7.0",
59
- "prettier": "^2.3.2",
60
- "prettier-eslint-cli": "^5.0.1",
61
- "sass": "^1.35.2",
62
- "sass-loader": "^12.1.0",
63
- "ts-loader": "^9.2.3",
64
- "ts-node": "^10.0.0",
65
- "tsconfig-paths-webpack-plugin": "^3.5.1",
66
- "typescript": "^4.3.5",
67
- "vconsole-webpack-plugin": "^1.7.1",
68
- "vue-loader": "^15.9.6",
69
- "vue-style-loader": "^4.1.3",
70
- "vue-template-compiler": "^2.6.14",
71
- "webpack": "^5.43.0",
72
- "webpack-cli": "^4.7.2",
73
- "webpack-dev-server": "^3.11.2",
74
- "webpack-merge": "^5.7.3",
75
- "webpackbar": "^5.0.0-3"
76
- }
77
- }
1
+ {
2
+ "name": "@fox-js/foxui-pad",
3
+ "version": "3.0.1",
4
+ "description": "Fox pad端UI框架",
5
+ "author": "jiangcheng",
6
+ "keywords": [
7
+ "fox"
8
+ ],
9
+ "main": "dist/index.js",
10
+ "typings": "",
11
+ "license": "",
12
+ "publishConfig": {
13
+ "access": "public"
14
+ },
15
+ "scripts": {
16
+ "prod": "cross-env NODE_ENV=production webpack --config scripts/webpack.js",
17
+ "dev": "cross-env NODE_ENV=development webpack --config scripts/webpack.js",
18
+ "publish:beta": "npm version prerelease & npm publish --tag beta",
19
+ "publish:latest": "npm version patch & npm publish"
20
+ },
21
+ "dependencies": {
22
+ "vue": "^2.6.11",
23
+ "dayjs": "^1.8.10",
24
+ "js-big-decimal": "^1.3.1"
25
+ },
26
+ "devDependencies": {
27
+ "@babel/core": "^7.15.5",
28
+ "@babel/plugin-proposal-class-properties": "^7.14.5",
29
+ "@babel/plugin-syntax-dynamic-import": "^7.8.3",
30
+ "@babel/plugin-transform-modules-commonjs": "^7.15.4",
31
+ "@babel/plugin-transform-runtime": "^7.15.0",
32
+ "@babel/preset-env": "^7.15.6",
33
+ "@babel/preset-typescript": "^7.15.0",
34
+ "@vue/cli-plugin-eslint": "^4.5.13",
35
+ "autoprefixer": "^10.2.6",
36
+ "babel-eslint": "^10.1.0",
37
+ "babel-loader": "^8.2.2",
38
+ "clean-webpack-plugin": "^4.0.0-alpha.0",
39
+ "compression-webpack-plugin": "^8.0.1",
40
+ "copy-webpack-plugin": "^9.0.1",
41
+ "cross-env": "^7.0.3",
42
+ "css-loader": "^5.2.6",
43
+ "eslint": "^7.32.0",
44
+ "eslint-config-airbnb": "^18.2.1",
45
+ "eslint-config-prettier": "^8.3.0",
46
+ "eslint-plugin-import": "^2.24.2",
47
+ "eslint-plugin-prettier": "^3.4.1",
48
+ "eslint-plugin-vue": "^7.16.0",
49
+ "html-loader": "^2.1.2",
50
+ "html-webpack-plugin": "5.3.2",
51
+ "less": "^4.1.1",
52
+ "less-loader": "^10.0.1",
53
+ "lint-staged": "^11.0.0",
54
+ "mini-css-extract-plugin": "^2.1.0",
55
+ "mockjs": "^1.1.0",
56
+ "postcss": "^8.3.5",
57
+ "postcss-loader": "^6.1.1",
58
+ "postcss-preset-env": "^6.7.0",
59
+ "prettier": "^2.3.2",
60
+ "prettier-eslint-cli": "^5.0.1",
61
+ "sass": "^1.35.2",
62
+ "sass-loader": "^12.1.0",
63
+ "ts-loader": "^9.2.3",
64
+ "ts-node": "^10.0.0",
65
+ "tsconfig-paths-webpack-plugin": "^3.5.1",
66
+ "typescript": "^4.3.5",
67
+ "vconsole-webpack-plugin": "^1.7.1",
68
+ "vue-loader": "^15.9.6",
69
+ "vue-style-loader": "^4.1.3",
70
+ "vue-template-compiler": "^2.6.14",
71
+ "webpack": "^5.43.0",
72
+ "webpack-cli": "^4.7.2",
73
+ "webpack-dev-server": "^3.11.2",
74
+ "webpack-merge": "^5.7.3",
75
+ "webpackbar": "^5.0.0-3"
76
+ }
77
+ }