traitify-widgets 1.12.22 → 3.0.0-alpha.0

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": "traitify-widgets",
3
- "version": "1.12.22",
3
+ "version": "3.0.0-alpha.0",
4
4
  "description": "Traitiy Widgets",
5
5
  "repository": "github:traitify/traitify-widgets",
6
6
  "main": "./build/traitify.js",
@@ -9,9 +9,8 @@
9
9
  ],
10
10
  "scripts": {
11
11
  "build": "webpack --node-env=production --progress",
12
- "build:compatibility": "webpack --env mode=compatibility --node-env=production --progress",
12
+ "build:compatibility": "webpack --env mode=browser --node-env=production --progress",
13
13
  "dev": "webpack serve --env mode=browser",
14
- "dev:compatibility": "webpack serve --env mode=compatibility",
15
14
  "dev:secure": "webpack serve --env mode=browser --https",
16
15
  "lint": "eslint {src,test}",
17
16
  "lint:fix": "eslint {src,test} --fix",
@@ -21,8 +20,7 @@
21
20
  "prestart": "npm run build",
22
21
  "pretest": "npm run lint",
23
22
  "test": "jest --config test/jest.config.js --coverage",
24
- "test:watch": "jest --config test/jest.config.js --watch",
25
- "test:updateSnap": "jest --config test/jest.config.js --updateSnapshot"
23
+ "test:watch": "jest --config test/jest.config.js --watch"
26
24
  },
27
25
  "keywords": [
28
26
  "traitify",
@@ -35,24 +33,6 @@
35
33
  "@babel/cli": "^7.19.3",
36
34
  "@babel/core": "^7.19.3",
37
35
  "@babel/eslint-plugin": "^7.19.1",
38
- "@babel/plugin-proposal-class-properties": "^7.18.6",
39
- "@babel/plugin-proposal-decorators": "^7.19.3",
40
- "@babel/plugin-proposal-do-expressions": "^7.18.6",
41
- "@babel/plugin-proposal-export-default-from": "^7.18.10",
42
- "@babel/plugin-proposal-export-namespace-from": "^7.18.9",
43
- "@babel/plugin-proposal-function-bind": "^7.18.9",
44
- "@babel/plugin-proposal-function-sent": "^7.18.6",
45
- "@babel/plugin-proposal-json-strings": "^7.18.6",
46
- "@babel/plugin-proposal-logical-assignment-operators": "^7.18.9",
47
- "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
48
- "@babel/plugin-proposal-numeric-separator": "^7.18.6",
49
- "@babel/plugin-proposal-optional-chaining": "^7.18.9",
50
- "@babel/plugin-proposal-pipeline-operator": "^7.18.9",
51
- "@babel/plugin-proposal-throw-expressions": "^7.18.6",
52
- "@babel/plugin-syntax-dynamic-import": "^7.8.3",
53
- "@babel/plugin-syntax-import-meta": "^7.10.4",
54
- "@babel/plugin-transform-proto-to-assign": "^7.18.9",
55
- "@babel/plugin-transform-react-jsx": "^7.19.0",
56
36
  "@babel/preset-env": "^7.19.4",
57
37
  "@babel/register": "^7.18.9",
58
38
  "@babel/runtime": "^7.13.9",
@@ -94,13 +74,14 @@
94
74
  "dependencies": {
95
75
  "@fortawesome/fontawesome-svg-core": "^6.2.0",
96
76
  "@fortawesome/free-solid-svg-icons": "^6.2.0",
77
+ "apexcharts": "^3.37.1",
97
78
  "color": "^4.2.3",
98
79
  "core-js": "^3.25.5",
99
80
  "graphql-obj2arg": "^0.1.0",
100
- "highcharts": "^10.2.1",
101
- "highcharts-react-official": "^3.1.0",
102
81
  "markdown-to-jsx": "^7.1.7",
103
82
  "prop-types": "^15.8.1",
83
+ "react-apexcharts": "^1.4.0",
84
+ "recoil": "^0.7.7",
104
85
  "regenerator-runtime": "^0.13.10",
105
86
  "uuid": "^9.0.0"
106
87
  },