@idealyst/theme 1.0.0 → 1.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 (1) hide show
  1. package/package.json +55 -55
package/package.json CHANGED
@@ -1,55 +1,55 @@
1
- {
2
- "name": "@idealyst/theme",
3
- "version": "1.0.0",
4
- "description": "Theming system for Idealyst Framework",
5
- "main": "src/index.ts",
6
- "module": "src/index.ts",
7
- "types": "src/index.ts",
8
- "repository": {
9
- "type": "git",
10
- "url": "https://github.com/your-username/idealyst-framework.git",
11
- "directory": "packages/theme"
12
- },
13
- "author": "Your Name <your.email@example.com>",
14
- "license": "MIT",
15
- "publishConfig": {
16
- "access": "public"
17
- },
18
- "exports": {
19
- ".": {
20
- "import": "./src/index.ts",
21
- "require": "./src/index.ts",
22
- "types": "./src/index.ts"
23
- }
24
- },
25
- "scripts": {
26
- "build": "rollup -c",
27
- "dev": "rollup -c -w",
28
- "prepublishOnly": "echo 'Publishing TypeScript source directly'",
29
- "publish:npm": "npm publish"
30
- },
31
- "peerDependencies": {
32
- "react-native-unistyles": "3.0.0-rc.5"
33
- },
34
- "peerDependenciesMeta": {
35
- "react-native-unistyles": {
36
- "optional": true
37
- }
38
- },
39
- "devDependencies": {
40
- "@types/react": "^19.1.0",
41
- "rollup": "^3.20.0",
42
- "rollup-plugin-typescript2": "^0.34.0",
43
- "typescript": "^5.0.0"
44
- },
45
- "files": [
46
- "src"
47
- ],
48
- "keywords": [
49
- "theme",
50
- "styling",
51
- "react",
52
- "react-native",
53
- "cross-platform"
54
- ]
55
- }
1
+ {
2
+ "name": "@idealyst/theme",
3
+ "version": "1.0.1",
4
+ "description": "Theming system for Idealyst Framework",
5
+ "main": "src/index.ts",
6
+ "module": "src/index.ts",
7
+ "types": "src/index.ts",
8
+ "repository": {
9
+ "type": "git",
10
+ "url": "https://github.com/your-username/idealyst-framework.git",
11
+ "directory": "packages/theme"
12
+ },
13
+ "author": "Your Name <your.email@example.com>",
14
+ "license": "MIT",
15
+ "publishConfig": {
16
+ "access": "public"
17
+ },
18
+ "exports": {
19
+ ".": {
20
+ "import": "./src/index.ts",
21
+ "require": "./src/index.ts",
22
+ "types": "./src/index.ts"
23
+ }
24
+ },
25
+ "scripts": {
26
+ "build": "rollup -c",
27
+ "dev": "rollup -c -w",
28
+ "prepublishOnly": "echo 'Publishing TypeScript source directly'",
29
+ "publish:npm": "npm publish"
30
+ },
31
+ "peerDependencies": {
32
+ "react-native-unistyles": "3.0.0-rc.5"
33
+ },
34
+ "peerDependenciesMeta": {
35
+ "react-native-unistyles": {
36
+ "optional": true
37
+ }
38
+ },
39
+ "devDependencies": {
40
+ "@types/react": "^19.1.0",
41
+ "rollup": "^3.20.0",
42
+ "rollup-plugin-typescript2": "^0.34.0",
43
+ "typescript": "^5.0.0"
44
+ },
45
+ "files": [
46
+ "src"
47
+ ],
48
+ "keywords": [
49
+ "theme",
50
+ "styling",
51
+ "react",
52
+ "react-native",
53
+ "cross-platform"
54
+ ]
55
+ }