@daoyi/nmtl-ui 2.0.1-beta.26 → 2.0.1-beta.28

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,129 +1,128 @@
1
- {
2
- "name": "@daoyi/nmtl-ui",
3
- "version": "2.0.1-beta.26",
4
- "description": "This project is to be used as a starter kit for building React component using Storybook and Rollup",
5
- "author": "daoyi",
6
- "main": "lib/index.js",
7
- "typings": "lib/index.d.ts",
8
- "files": [
9
- "lib"
10
- ],
11
- "repository": {
12
- "type": "git",
13
- "url": "https://github.com/HsunTsai/react-storybook-jsx-starter"
14
- },
15
- "dependencies": {
16
- "@geometricpanda/storybook-addon-badges": "0.2.1",
17
- "@material-ui/core": "4.12.3",
18
- "@material-ui/icons": "4.11.2",
19
- "@material-ui/lab": "4.0.0-alpha.60",
20
- "@material-ui/styles": "4.11.4",
21
- "axios": "0.21.1",
22
- "classnames": "2.3.1",
23
- "d3": "5.16.0",
24
- "d3-selection": "1.4.2",
25
- "d3-transition": "1.3.2",
26
- "dom-to-image": "2.6.0",
27
- "formik": "2.2.9",
28
- "html-to-react": "1.4.5",
29
- "jquery": "3.6.0",
30
- "js-file-download": "0.4.12",
31
- "jszip": "3.7.1",
32
- "lodash": "4.17.21",
33
- "markdown-it": "12.0.6",
34
- "moment": "2.29.1",
35
- "node-sass": "4.14.1",
36
- "notistack": "1.0.10",
37
- "prop-types": "15.7.2",
38
- "query-string": "6.12.1",
39
- "react": "16.14.0",
40
- "react-awesome-lightbox": "^1.8.1",
41
- "react-data-export": "0.6.0",
42
- "react-dom": "16.14.0",
43
- "react-dropzone": "11.3.2",
44
- "react-facebook-login": "4.1.1",
45
- "react-file-download": "0.3.5",
46
- "react-font-size-changer": "0.2.0",
47
- "react-full-screen": "1.1.0",
48
- "react-google-login": "5.2.2",
49
- "react-intl": "5.8.0",
50
- "react-redux": "7.2.5",
51
- "react-router-dom": "5.2.0",
52
- "react-share": "4.4.0",
53
- "react-slick": "^0.28.1",
54
- "redux": "4.1.0",
55
- "sass": "1.41.1",
56
- "screenfull": "5.2.0",
57
- "slick-carousel": "^1.8.1",
58
- "styled-components": "5.3.5",
59
- "xlsx": "0.18.5"
60
- },
61
- "devDependencies": {
62
- "@babel/core": "7.15.5",
63
- "@babel/plugin-proposal-class-properties": "7.14.5",
64
- "@babel/plugin-proposal-private-methods": "7.14.5",
65
- "@babel/plugin-syntax-dynamic-import": "7.8.3",
66
- "@babel/preset-env": "7.15.6",
67
- "@babel/preset-react": "7.14.5",
68
- "@rollup/plugin-image": "2.1.1",
69
- "@rollup/plugin-json": "4.1.0",
70
- "@storybook/addon-essentials": "6.5.0-alpha.47",
71
- "@storybook/addon-links": "6.5.0-alpha.47",
72
- "@storybook/addon-notes": "6.0.0-alpha.6",
73
- "@storybook/addons": "6.5.0-alpha.47",
74
- "@storybook/preset-scss": "1.0.3",
75
- "@storybook/react": "6.5.0-alpha.47",
76
- "autoprefixer": "9.8.6",
77
- "babel-loader": "8.2.2",
78
- "babel-plugin-transform-imports": "2.0.0",
79
- "css-loader": "1.0.1",
80
- "eslint": "7.2.0",
81
- "eslint-config-airbnb": "18.2.1",
82
- "eslint-config-node": "4.1.0",
83
- "eslint-config-prettier": "8.3.0",
84
- "eslint-loader": "4.0.2",
85
- "eslint-plugin-import": "2.22.1",
86
- "eslint-plugin-jsx-a11y": "6.4.1",
87
- "eslint-plugin-node": "11.1.0",
88
- "eslint-plugin-prettier": "3.4.1",
89
- "eslint-plugin-react": "7.21.5",
90
- "eslint-plugin-react-hooks": "1.7.0",
91
- "http-proxy-middleware": "1.3.1",
92
- "prettier": "2.4.1",
93
- "rollup": "2.56.3",
94
- "rollup-plugin-babel": "4.4.0",
95
- "rollup-plugin-cleaner": "1.0.0",
96
- "rollup-plugin-commonjs": "10.1.0",
97
- "rollup-plugin-node-resolve": "5.2.0",
98
- "rollup-plugin-postcss": "4.0.1",
99
- "rollup-plugin-replace": "2.2.0",
100
- "rollup-plugin-terser": "7.0.2",
101
- "sass-loader": "7.1.0",
102
- "style-loader": "0.22.1"
103
- },
104
- "browserslist": {
105
- "production": [
106
- ">0.2%",
107
- "not dead",
108
- "not op_mini all"
109
- ],
110
- "development": [
111
- "last 1 chrome version",
112
- "last 1 firefox version",
113
- "last 1 safari version"
114
- ]
115
- },
116
- "scripts": {
117
- "start": "set NODE_OPTIONS=--max_old_space_size=16384 && yarn storybook",
118
- "lint": "eslint ./src/**/*.{js,jsx}",
119
- "format": "prettier --write --tab-width 4 --use-tabs true \"{,src/**/}*.{js,jsx}\"",
120
- "storybook": "start-storybook -p 6006 --no-open",
121
- "build": "rollup -c && npm run build-index",
122
- "build-index": "node ./rollup.index.js",
123
- "build-storybook": "build-storybook -c .storybook -o public",
124
- "create": "node ./buildUtils/create.js",
125
- "pub": "npm version patch -m Publish && npm publish",
126
- "pub-alpha": "npm version prerelease --preid=alpha && npm publish --tag alpha",
127
- "pub-beta": "npm version prerelease --preid=beta && npm publish --tag beta"
128
- }
129
- }
1
+ {
2
+ "name": "@daoyi/nmtl-ui",
3
+ "version": "2.0.1-beta.28",
4
+ "description": "This project is to be used as a starter kit for building React component using Storybook and Rollup",
5
+ "author": "daoyi",
6
+ "main": "lib/index.js",
7
+ "typings": "lib/index.d.ts",
8
+ "files": [
9
+ "lib"
10
+ ],
11
+ "repository": {
12
+ "type": "git",
13
+ "url": "https://github.com/HsunTsai/react-storybook-jsx-starter"
14
+ },
15
+ "dependencies": {
16
+ "@geometricpanda/storybook-addon-badges": "0.2.1",
17
+ "@material-ui/core": "4.12.3",
18
+ "@material-ui/icons": "4.11.2",
19
+ "@material-ui/lab": "4.0.0-alpha.60",
20
+ "@material-ui/styles": "4.11.4",
21
+ "axios": "0.21.1",
22
+ "classnames": "2.3.1",
23
+ "d3": "5.16.0",
24
+ "d3-selection": "1.4.2",
25
+ "d3-transition": "1.3.2",
26
+ "dom-to-image": "2.6.0",
27
+ "formik": "2.2.9",
28
+ "html-to-react": "1.4.5",
29
+ "jquery": "3.6.0",
30
+ "js-file-download": "0.4.12",
31
+ "jszip": "3.7.1",
32
+ "lodash": "4.17.21",
33
+ "markdown-it": "12.0.6",
34
+ "moment": "2.29.1",
35
+ "node-sass": "4.14.1",
36
+ "notistack": "1.0.10",
37
+ "prop-types": "15.7.2",
38
+ "query-string": "6.12.1",
39
+ "react": "16.14.0",
40
+ "react-awesome-lightbox": "^1.8.1",
41
+ "react-data-export": "0.6.0",
42
+ "react-dom": "16.14.0",
43
+ "react-dropzone": "11.3.2",
44
+ "react-facebook-login": "4.1.1",
45
+ "react-file-download": "0.3.5",
46
+ "react-font-size-changer": "0.2.0",
47
+ "react-google-login": "5.2.2",
48
+ "react-intl": "5.8.0",
49
+ "react-redux": "7.2.5",
50
+ "react-router-dom": "5.2.0",
51
+ "react-share": "4.4.0",
52
+ "react-slick": "^0.28.1",
53
+ "redux": "4.1.0",
54
+ "sass": "1.41.1",
55
+ "screenfull": "5.2.0",
56
+ "slick-carousel": "^1.8.1",
57
+ "styled-components": "5.3.5",
58
+ "xlsx": "0.18.5"
59
+ },
60
+ "devDependencies": {
61
+ "@babel/core": "7.15.5",
62
+ "@babel/plugin-proposal-class-properties": "7.14.5",
63
+ "@babel/plugin-proposal-private-methods": "7.14.5",
64
+ "@babel/plugin-syntax-dynamic-import": "7.8.3",
65
+ "@babel/preset-env": "7.15.6",
66
+ "@babel/preset-react": "7.14.5",
67
+ "@rollup/plugin-image": "2.1.1",
68
+ "@rollup/plugin-json": "4.1.0",
69
+ "@storybook/addon-essentials": "6.5.0-alpha.47",
70
+ "@storybook/addon-links": "6.5.0-alpha.47",
71
+ "@storybook/addon-notes": "6.0.0-alpha.6",
72
+ "@storybook/addons": "6.5.0-alpha.47",
73
+ "@storybook/preset-scss": "1.0.3",
74
+ "@storybook/react": "6.5.0-alpha.47",
75
+ "autoprefixer": "9.8.6",
76
+ "babel-loader": "8.2.2",
77
+ "babel-plugin-transform-imports": "2.0.0",
78
+ "css-loader": "1.0.1",
79
+ "eslint": "7.2.0",
80
+ "eslint-config-airbnb": "18.2.1",
81
+ "eslint-config-node": "4.1.0",
82
+ "eslint-config-prettier": "8.3.0",
83
+ "eslint-loader": "4.0.2",
84
+ "eslint-plugin-import": "2.22.1",
85
+ "eslint-plugin-jsx-a11y": "6.4.1",
86
+ "eslint-plugin-node": "11.1.0",
87
+ "eslint-plugin-prettier": "3.4.1",
88
+ "eslint-plugin-react": "7.21.5",
89
+ "eslint-plugin-react-hooks": "1.7.0",
90
+ "http-proxy-middleware": "1.3.1",
91
+ "prettier": "2.4.1",
92
+ "rollup": "2.56.3",
93
+ "rollup-plugin-babel": "4.4.0",
94
+ "rollup-plugin-cleaner": "1.0.0",
95
+ "rollup-plugin-commonjs": "10.1.0",
96
+ "rollup-plugin-node-resolve": "5.2.0",
97
+ "rollup-plugin-postcss": "4.0.1",
98
+ "rollup-plugin-replace": "2.2.0",
99
+ "rollup-plugin-terser": "7.0.2",
100
+ "sass-loader": "7.1.0",
101
+ "style-loader": "0.22.1"
102
+ },
103
+ "browserslist": {
104
+ "production": [
105
+ ">0.2%",
106
+ "not dead",
107
+ "not op_mini all"
108
+ ],
109
+ "development": [
110
+ "last 1 chrome version",
111
+ "last 1 firefox version",
112
+ "last 1 safari version"
113
+ ]
114
+ },
115
+ "scripts": {
116
+ "start": "set NODE_OPTIONS=--max_old_space_size=16384 && yarn storybook",
117
+ "lint": "eslint ./src/**/*.{js,jsx}",
118
+ "format": "prettier --write --tab-width 4 --use-tabs true \"{,src/**/}*.{js,jsx}\"",
119
+ "storybook": "start-storybook -p 6006 --no-open",
120
+ "build": "rollup -c && npm run build-index",
121
+ "build-index": "node ./rollup.index.js",
122
+ "build-storybook": "build-storybook -c .storybook -o public",
123
+ "create": "node ./buildUtils/create.js",
124
+ "pub": "npm version patch -m Publish && npm publish",
125
+ "pub-alpha": "npm version prerelease --preid=alpha && npm publish --tag alpha",
126
+ "pub-beta": "npm version prerelease --preid=beta && npm publish --tag beta"
127
+ }
128
+ }