infinity-forge 0.35.8 → 0.35.9

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 (1) hide show
  1. package/package.json +87 -87
package/package.json CHANGED
@@ -1,87 +1,87 @@
1
- {
2
- "name": "infinity-forge",
3
- "version": "0.35.8",
4
- "description": "codie Library",
5
- "main": "./dist/index.js",
6
- "module": "./dist/index.js",
7
- "types": "./dist/index.d.ts",
8
- "repository": {
9
- "type": "git",
10
- "url": "https://github.com/CodieDigital/codiedigital-library"
11
- },
12
- "scripts": {
13
- "dev": "next -p 3050",
14
- "start": "next start -p 3015",
15
- "build": "concurrently --kill-others \"tsc -w\" \"tsc-alias -w --resolve-full-paths\"",
16
- "nextBuild": "next build",
17
- "build:esm": "tsc",
18
- "build:cjs": "tsc --module commonjs --outDir dist && tsc-alias -p tsconfig.json && for /r src %i in (.otf, *.ttf) do copy \"%i\" dist\\ && for /r src %i in (.css) do copy \"%i\" dist\\ "
19
- },
20
- "peerDependencies": {
21
- "react": ">=16"
22
- },
23
- "files": [
24
- "dist",
25
- "LICENSE",
26
- "README.md"
27
- ],
28
- "keywords": [
29
- "react",
30
- "typescript",
31
- "awesome-project"
32
- ],
33
- "author": "Codie Digital",
34
- "license": "MIT",
35
- "devDependencies": {
36
- "@types/node": "^18.11.7",
37
- "@types/react": "^18.0.12",
38
- "@types/react-dom": "^18.2.18",
39
- "prettier": "^2.6.2",
40
- "react": "^18.1.0",
41
- "react-dom": "^18.2.0",
42
- "tslib": "^2.4.1",
43
- "typescript": "^5.4.5"
44
- },
45
- "dependencies": {
46
- "@ckeditor/ckeditor5-react": "^6.3.0",
47
- "@internationalized/date": "^3.5.3",
48
- "@nextui-org/react": "^2.3.6",
49
- "@react-aria/i18n": "^3.11.0",
50
- "@react-input/mask": "^1.0.21",
51
- "@types/react-date-range": "^1.4.9",
52
- "@types/react-datepicker": "^6.2.0",
53
- "@types/styled-components": "^5.1.34",
54
- "aos": "^2.3.4",
55
- "axios": "^1.4.0",
56
- "chroma-js": "^2.4.2",
57
- "ckeditor5-custom-build": "^0.0.6",
58
- "concurrently": "^8.2.2",
59
- "date-fns": "^3.6.0",
60
- "formik": "^2.4.5",
61
- "framer-motion": "^11.1.7",
62
- "inversify": "^6.0.2",
63
- "js-cookie": "^3.0.5",
64
- "moment": "^2.30.1",
65
- "next": "^13.1.6",
66
- "react-countup": "^6.5.0",
67
- "react-currency-input-field": "^3.8.0",
68
- "react-date-range": "^2.0.1",
69
- "react-datepicker": "^6.9.0",
70
- "react-error-boundary": "^3.1.4",
71
- "react-ga": "^3.3.1",
72
- "react-glider": "^4.0.2",
73
- "react-select": "^5.8.0",
74
- "react-semantic-ui-datepickers": "^2.17.2",
75
- "react-slick": "^0.30.2",
76
- "reflect-metadata": "^0.2.1",
77
- "semantic-ui-css": "^2.5.0",
78
- "semantic-ui-react": "^2.1.5",
79
- "sharp": "^0.33.2",
80
- "slick-carousel": "^1.8.1",
81
- "styled-components": "^6.1.8",
82
- "swr": "^2.2.5",
83
- "tsc-alias": "^1.8.8",
84
- "yup": "^1.3.3",
85
- "zustand": "^4.3.8"
86
- }
87
- }
1
+ {
2
+ "name": "infinity-forge",
3
+ "version": "0.35.9",
4
+ "description": "codie Library",
5
+ "main": "./dist/index.js",
6
+ "module": "./dist/index.js",
7
+ "types": "./dist/index.d.ts",
8
+ "repository": {
9
+ "type": "git",
10
+ "url": "https://github.com/CodieDigital/codiedigital-library"
11
+ },
12
+ "scripts": {
13
+ "dev": "next -p 3050",
14
+ "start": "next start -p 3015",
15
+ "build": "concurrently --kill-others \"tsc -w\" \"tsc-alias -w --resolve-full-paths\"",
16
+ "nextBuild": "next build",
17
+ "build:esm": "tsc",
18
+ "build:cjs": "tsc --module commonjs --outDir dist && tsc-alias -p tsconfig.json && for /r src %i in (.otf, *.ttf) do copy \"%i\" dist\\ && for /r src %i in (.css) do copy \"%i\" dist\\ "
19
+ },
20
+ "peerDependencies": {
21
+ "react": ">=16"
22
+ },
23
+ "files": [
24
+ "dist",
25
+ "LICENSE",
26
+ "README.md"
27
+ ],
28
+ "keywords": [
29
+ "react",
30
+ "typescript",
31
+ "awesome-project"
32
+ ],
33
+ "author": "Codie Digital",
34
+ "license": "MIT",
35
+ "devDependencies": {
36
+ "@types/node": "^18.11.7",
37
+ "@types/react": "^18.0.12",
38
+ "@types/react-date-range": "^1.4.9",
39
+ "@types/react-datepicker": "^6.2.0",
40
+ "@types/react-dom": "^18.2.18",
41
+ "@types/styled-components": "^5.1.34",
42
+ "prettier": "^2.6.2",
43
+ "tslib": "^2.4.1"
44
+ },
45
+ "dependencies": {
46
+ "@ckeditor/ckeditor5-react": "^6.3.0",
47
+ "@internationalized/date": "^3.5.3",
48
+ "@nextui-org/react": "^2.3.6",
49
+ "@react-aria/i18n": "^3.11.0",
50
+ "@react-input/mask": "^1.2.4",
51
+ "aos": "^2.3.4",
52
+ "axios": "^1.4.0",
53
+ "chroma-js": "^2.4.2",
54
+ "ckeditor5-custom-build": "^0.0.6",
55
+ "concurrently": "^8.2.2",
56
+ "date-fns": "^3.6.0",
57
+ "formik": "^2.4.5",
58
+ "framer-motion": "^11.1.7",
59
+ "inversify": "^6.0.2",
60
+ "js-cookie": "^3.0.5",
61
+ "moment": "^2.30.1",
62
+ "next": "^13.1.6",
63
+ "react": "^18.3.0",
64
+ "react-countup": "^6.5.0",
65
+ "react-currency-input-field": "^3.8.0",
66
+ "react-date-range": "^2.0.1",
67
+ "react-datepicker": "^6.9.0",
68
+ "react-dom": "^18.3.1",
69
+ "react-error-boundary": "^3.1.4",
70
+ "react-ga": "^3.3.1",
71
+ "react-glider": "^4.0.2",
72
+ "react-select": "^5.8.0",
73
+ "react-semantic-ui-datepickers": "^2.17.2",
74
+ "react-slick": "^0.30.2",
75
+ "reflect-metadata": "^0.2.1",
76
+ "semantic-ui-css": "^2.5.0",
77
+ "semantic-ui-react": "^2.1.5",
78
+ "sharp": "^0.33.2",
79
+ "slick-carousel": "^1.8.1",
80
+ "styled-components": "^6.1.8",
81
+ "swr": "^2.2.5",
82
+ "tsc-alias": "^1.8.8",
83
+ "typescript": "^5.4.5",
84
+ "yup": "^1.3.3",
85
+ "zustand": "^4.3.8"
86
+ }
87
+ }