norma-library 0.2.5 → 0.2.7

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,110 +1,104 @@
1
- {
2
- "name": "norma-library",
3
- "private": false,
4
- "version": "0.2.5",
5
- "type": "module",
6
- "description": "Norma Library. A React UI kit.",
7
- "scripts": {
8
- "dev": "vite",
9
- "build": "tsc --noEmit && vite build",
10
- "release": "tsx scripts/release.ts",
11
- "build-ts": "tsx scripts/build.ts",
12
- "preview": "vite preview",
13
- "lint": "eslint 'src/**/**/*.{js,jsx,ts,tsx}'",
14
- "lint:fix": "eslint --fix 'src/**/**/*.{jsx,ts,tsx}'",
15
- "format": "prettier --write src//**/**/*.{ts,tsx,css} --config ./.prettierrc",
16
- "prepare": "husky install",
17
- "deploy": "npm publish"
18
- },
19
- "husky": {
20
- "hooks": {
21
- "pre-commit": "lint-staged"
22
- }
23
- },
24
- "lint-staged": {
25
- "src/**/**/*.{js,jsx,ts,tsx}": [
26
- "yarn eslint",
27
- "yarn format"
28
- ]
29
- },
30
- "main": "dist/index.cjs",
31
- "module": "dist/index.mjs",
32
- "types": "dist/index.d.ts",
33
- "exports": {
34
- ".": {
35
- "import": "./dist/index.es.js",
36
- "require": "./dist/index.umd.js"
37
- }
38
- },
39
- "files": [
40
- "dist"
41
- ],
42
- "devDependencies": {
43
- "@types/debug": "^4.1.8",
44
- "@types/minimist": "^1.2.2",
45
- "@types/node": "^18.7.6",
46
- "@types/prompts": "^2.4.4",
47
- "@types/react": "^18.2.20",
48
- "@types/react-dom": "^18.2.7",
49
- "@types/semver": "^7.5.0",
50
- "@typescript-eslint/eslint-plugin": "^5.34.0",
51
- "@typescript-eslint/parser": "^5.34.0",
52
- "@vitejs/plugin-react": "^2.1.0",
53
- "debug": "^4.3.4",
54
- "eslint": "^8.2.0",
55
- "eslint-config-prettier": "^8.5.0",
56
- "eslint-plugin-import": "^2.25.3",
57
- "eslint-plugin-jsx-a11y": "^6.5.1",
58
- "eslint-plugin-prettier": "^4.2.1",
59
- "eslint-plugin-react": "^7.30.1",
60
- "eslint-plugin-react-hooks": "^4.6.0",
61
- "eslint-plugin-react-refresh": "^0.4.3",
62
- "eslint-plugin-simple-import-sort": "^7.0.0",
63
- "husky": "^8.0.3",
64
- "immer": "^10.0.2",
65
- "kolorist": "^1.8.0",
66
- "lint-staged": "^13.0.3",
67
- "minimist": "^1.2.8",
68
- "node": "^20.5.0",
69
- "prettier": "^2.7.1",
70
- "prompts": "^2.4.2",
71
- "react": "^18.2.0",
72
- "react-dom": "^18.2.0",
73
- "react-i18next": "^13.0.3",
74
- "semver": "^7.5.4",
75
- "tsx": "^3.12.7",
76
- "typescript": "^4.9.5",
77
- "url": "^0.11.1",
78
- "vite": "^3.1.0",
79
- "vite-plugin-dts": "^1.4.1",
80
- "vite-plugin-linter": "^1.2.0",
81
- "vite-tsconfig-paths": "^3.5.0",
82
- "vitest": "^0.34.1"
83
- },
84
- "peerDependencies": {
85
- "react": "^18.2.0",
86
- "react-dom": "^18.2.0"
87
- },
88
- "repository": {
89
- "type": "git",
90
- "url": "https://github.com/OlosLive/norma-library"
91
- },
92
- "keywords": [],
93
- "author": "José Roberto Miguel Filho",
94
- "bugs": {
95
- "url": "https://github.com/OlosLive/norma-library/issues"
96
- },
97
- "publishConfig": {
98
- "access": "public"
99
- },
100
- "homepage": "https://github.com/OlosLive/norma-library",
101
- "license": "MIT",
102
- "dependencies": {
103
- "@emotion/react": "^11.11.1",
104
- "@emotion/styled": "^11.11.0",
105
- "@mui/icons-material": "^5.14.3",
106
- "@mui/material": "^5.14.4",
107
- "npm-version": "^1.1.0",
108
- "styled-components": "^6.0.7"
109
- }
110
- }
1
+ {
2
+ "name": "norma-library",
3
+ "private": false,
4
+ "version": "0.2.7",
5
+ "type": "module",
6
+ "description": "Norma Library. A React UI kit.",
7
+ "scripts": {
8
+ "dev": "vite",
9
+ "build": "tsc --noEmit && vite build",
10
+ "release": "tsx scripts/release.ts",
11
+ "build-ts": "tsx scripts/build.ts",
12
+ "preview": "vite preview",
13
+ "lint": "eslint 'src/**/**/*.{js,jsx,ts,tsx}'",
14
+ "lint:fix": "eslint --fix 'src/**/**/*.{jsx,ts,tsx}'",
15
+ "format": "prettier --write src//**/**/*.{ts,tsx,css} --config ./.prettierrc",
16
+ "prepare": "husky install",
17
+ "deploy": "npm publish"
18
+ },
19
+ "husky": {
20
+ "hooks": {
21
+ "pre-commit": "lint-staged"
22
+ }
23
+ },
24
+ "lint-staged": {
25
+ "src/**/**/*.{js,jsx,ts,tsx}": [
26
+ "yarn eslint",
27
+ "yarn format"
28
+ ]
29
+ },
30
+ "main": "dist/index.cjs",
31
+ "module": "dist/index.mjs",
32
+ "types": "dist/index.d.ts",
33
+ "files": [
34
+ "dist"
35
+ ],
36
+ "devDependencies": {
37
+ "@types/debug": "^4.1.8",
38
+ "@types/minimist": "^1.2.2",
39
+ "@types/node": "^18.7.6",
40
+ "@types/prompts": "^2.4.4",
41
+ "@types/react": "^18.2.20",
42
+ "@types/react-dom": "^18.2.7",
43
+ "@types/semver": "^7.5.0",
44
+ "@typescript-eslint/eslint-plugin": "^5.34.0",
45
+ "@typescript-eslint/parser": "^5.34.0",
46
+ "@vitejs/plugin-react": "^2.1.0",
47
+ "debug": "^4.3.4",
48
+ "eslint": "^8.2.0",
49
+ "eslint-config-prettier": "^8.5.0",
50
+ "eslint-plugin-import": "^2.25.3",
51
+ "eslint-plugin-jsx-a11y": "^6.5.1",
52
+ "eslint-plugin-prettier": "^4.2.1",
53
+ "eslint-plugin-react": "^7.30.1",
54
+ "eslint-plugin-react-hooks": "^4.6.0",
55
+ "eslint-plugin-react-refresh": "^0.4.3",
56
+ "eslint-plugin-simple-import-sort": "^7.0.0",
57
+ "husky": "^8.0.3",
58
+ "immer": "^10.0.2",
59
+ "kolorist": "^1.8.0",
60
+ "lint-staged": "^13.0.3",
61
+ "minimist": "^1.2.8",
62
+ "node": "^20.5.0",
63
+ "prettier": "^2.7.1",
64
+ "prompts": "^2.4.2",
65
+ "react": "^18.2.0",
66
+ "react-dom": "^18.2.0",
67
+ "react-i18next": "^13.0.3",
68
+ "semver": "^7.5.4",
69
+ "tsx": "^3.12.7",
70
+ "typescript": "^4.9.5",
71
+ "url": "^0.11.1",
72
+ "vite": "^3.1.0",
73
+ "vite-plugin-dts": "^1.4.1",
74
+ "vite-plugin-linter": "^1.2.0",
75
+ "vite-tsconfig-paths": "^3.5.0",
76
+ "vitest": "^0.34.1"
77
+ },
78
+ "peerDependencies": {
79
+ "react": "^18.2.0",
80
+ "react-dom": "^18.2.0"
81
+ },
82
+ "repository": {
83
+ "type": "git",
84
+ "url": "https://github.com/OlosLive/norma-library"
85
+ },
86
+ "keywords": [],
87
+ "author": "José Roberto Miguel Filho",
88
+ "bugs": {
89
+ "url": "https://github.com/OlosLive/norma-library/issues"
90
+ },
91
+ "publishConfig": {
92
+ "access": "public"
93
+ },
94
+ "homepage": "https://github.com/OlosLive/norma-library",
95
+ "license": "MIT",
96
+ "dependencies": {
97
+ "@emotion/react": "^11.11.1",
98
+ "@emotion/styled": "^11.11.0",
99
+ "@mui/icons-material": "^5.14.3",
100
+ "@mui/material": "^5.14.4",
101
+ "npm-version": "^1.1.0",
102
+ "styled-components": "^6.0.7"
103
+ }
104
+ }