@pantoken/pantoken 0.1.3 → 0.1.5
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 +65 -65
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pantoken/pantoken",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.5",
|
|
4
4
|
"description": "The unified pantoken package: Instructure design tokens, icons, and platform integrations, auto-aggregated from @pantoken/*.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -72,73 +72,73 @@
|
|
|
72
72
|
"publishConfig": {
|
|
73
73
|
"access": "public"
|
|
74
74
|
},
|
|
75
|
-
"dependencies": {
|
|
76
|
-
"@pantoken/android": "0.1.1",
|
|
77
|
-
"@pantoken/angular": "0.1.1",
|
|
78
|
-
"@pantoken/astro": "0.1.0",
|
|
79
|
-
"@pantoken/bootstrap": "0.1.0",
|
|
80
|
-
"@pantoken/cli": "0.1.2",
|
|
81
|
-
"@pantoken/components": "0.1.1",
|
|
82
|
-
"@pantoken/drupal": "0.1.1",
|
|
83
|
-
"@pantoken/dtcg": "0.1.0",
|
|
84
|
-
"@pantoken/compose": "0.1.1",
|
|
85
|
-
"@pantoken/email": "0.1.0",
|
|
86
|
-
"@pantoken/figma": "0.1.0",
|
|
87
|
-
"@pantoken/flutter": "0.1.1",
|
|
88
|
-
"@pantoken/foundation": "0.1.0",
|
|
89
|
-
"@pantoken/css-in-js": "0.1.0",
|
|
90
|
-
"@pantoken/css": "0.1.0",
|
|
91
|
-
"@pantoken/docusaurus": "0.1.0",
|
|
92
|
-
"@pantoken/icons": "0.1.0",
|
|
93
|
-
"@pantoken/less": "0.1.0",
|
|
94
|
-
"@pantoken/markdown-it": "0.1.0",
|
|
95
|
-
"@pantoken/mui": "0.1.0",
|
|
96
|
-
"@pantoken/mintlify": "0.1.0",
|
|
97
|
-
"@pantoken/panda": "0.1.0",
|
|
98
|
-
"@pantoken/plugin-colors": "0.1.0",
|
|
99
|
-
"@pantoken/plugin-logos": "0.1.1",
|
|
100
|
-
"@pantoken/plugin-primitives": "0.1.1",
|
|
101
|
-
"@pantoken/plugin-prune-custom-props": "0.1.0",
|
|
102
|
-
"@pantoken/pendo": "0.1.1",
|
|
103
|
-
"@pantoken/plugin-simple-icons": "0.1.0",
|
|
104
|
-
"@pantoken/next": "0.1.0",
|
|
105
|
-
"@pantoken/plugin-theme-custom-media": "0.1.2",
|
|
106
|
-
"@pantoken/plugin-stacking": "0.1.1",
|
|
107
|
-
"@pantoken/plugin-visual-debug": "0.1.1",
|
|
108
|
-
"@pantoken/react": "0.1.1",
|
|
109
|
-
"@pantoken/plugin-transition": "0.1.1",
|
|
110
|
-
"@pantoken/react-markdown": "0.1.0",
|
|
111
|
-
"@pantoken/postcss": "0.1.0",
|
|
112
|
-
"@pantoken/react-native": "0.1.0",
|
|
113
|
-
"@pantoken/rehype": "0.1.0",
|
|
114
|
-
"@pantoken/scss": "0.1.0",
|
|
115
|
-
"@pantoken/storybook": "0.1.0",
|
|
116
|
-
"@pantoken/shadcn": "0.1.0",
|
|
117
|
-
"@pantoken/stylus": "0.1.0",
|
|
118
|
-
"@pantoken/swatches": "0.1.0",
|
|
119
|
-
"@pantoken/swift": "0.1.1",
|
|
120
|
-
"@pantoken/tokens": "0.1.0",
|
|
121
|
-
"@pantoken/tailwind": "0.1.0",
|
|
122
|
-
"@pantoken/svelte": "0.1.1",
|
|
123
|
-
"@pantoken/vitepress": "0.1.0",
|
|
124
|
-
"@pantoken/vite": "0.1.0",
|
|
125
|
-
"@pantoken/vanilla": "0.1.0",
|
|
126
|
-
"@pantoken/vue": "0.1.1",
|
|
127
|
-
"@pantoken/web-components": "0.1.1",
|
|
128
|
-
"@pantoken/wordpress": "0.1.0",
|
|
129
|
-
"@pantoken/webpack": "0.1.0"
|
|
130
|
-
},
|
|
131
|
-
"devDependencies": {
|
|
132
|
-
"@types/node": "^24.13.3",
|
|
133
|
-
"typescript": "^6.0.3",
|
|
134
|
-
"vite": "npm:@voidzero-dev/vite-plus-core@0.2.4",
|
|
135
|
-
"vite-plus": "0.2.4",
|
|
136
|
-
"@pantoken/aggregate": "0.1.0"
|
|
137
|
-
},
|
|
138
75
|
"scripts": {
|
|
139
76
|
"aggregate": "node scripts/aggregate.ts",
|
|
140
77
|
"dev": "vp pack --watch",
|
|
141
78
|
"test": "vp run aggregate && vp test",
|
|
142
79
|
"check": "vp check"
|
|
80
|
+
},
|
|
81
|
+
"dependencies": {
|
|
82
|
+
"@pantoken/android": "workspace:*",
|
|
83
|
+
"@pantoken/angular": "workspace:*",
|
|
84
|
+
"@pantoken/astro": "workspace:*",
|
|
85
|
+
"@pantoken/bootstrap": "workspace:*",
|
|
86
|
+
"@pantoken/cli": "workspace:*",
|
|
87
|
+
"@pantoken/components": "workspace:*",
|
|
88
|
+
"@pantoken/compose": "workspace:*",
|
|
89
|
+
"@pantoken/css": "workspace:*",
|
|
90
|
+
"@pantoken/css-in-js": "workspace:*",
|
|
91
|
+
"@pantoken/docusaurus": "workspace:*",
|
|
92
|
+
"@pantoken/drupal": "workspace:*",
|
|
93
|
+
"@pantoken/dtcg": "workspace:*",
|
|
94
|
+
"@pantoken/email": "workspace:*",
|
|
95
|
+
"@pantoken/figma": "workspace:*",
|
|
96
|
+
"@pantoken/flutter": "workspace:*",
|
|
97
|
+
"@pantoken/foundation": "workspace:*",
|
|
98
|
+
"@pantoken/icons": "workspace:*",
|
|
99
|
+
"@pantoken/less": "workspace:*",
|
|
100
|
+
"@pantoken/markdown-it": "workspace:*",
|
|
101
|
+
"@pantoken/mintlify": "workspace:*",
|
|
102
|
+
"@pantoken/mui": "workspace:*",
|
|
103
|
+
"@pantoken/next": "workspace:*",
|
|
104
|
+
"@pantoken/panda": "workspace:*",
|
|
105
|
+
"@pantoken/pendo": "workspace:*",
|
|
106
|
+
"@pantoken/plugin-colors": "workspace:*",
|
|
107
|
+
"@pantoken/plugin-logos": "workspace:*",
|
|
108
|
+
"@pantoken/plugin-primitives": "workspace:*",
|
|
109
|
+
"@pantoken/plugin-prune-custom-props": "workspace:*",
|
|
110
|
+
"@pantoken/plugin-simple-icons": "workspace:*",
|
|
111
|
+
"@pantoken/plugin-stacking": "workspace:*",
|
|
112
|
+
"@pantoken/plugin-theme-custom-media": "workspace:*",
|
|
113
|
+
"@pantoken/plugin-transition": "workspace:*",
|
|
114
|
+
"@pantoken/plugin-visual-debug": "workspace:*",
|
|
115
|
+
"@pantoken/postcss": "workspace:*",
|
|
116
|
+
"@pantoken/react": "workspace:*",
|
|
117
|
+
"@pantoken/react-markdown": "workspace:*",
|
|
118
|
+
"@pantoken/react-native": "workspace:*",
|
|
119
|
+
"@pantoken/rehype": "workspace:*",
|
|
120
|
+
"@pantoken/scss": "workspace:*",
|
|
121
|
+
"@pantoken/shadcn": "workspace:*",
|
|
122
|
+
"@pantoken/storybook": "workspace:*",
|
|
123
|
+
"@pantoken/stylus": "workspace:*",
|
|
124
|
+
"@pantoken/svelte": "workspace:*",
|
|
125
|
+
"@pantoken/swatches": "workspace:*",
|
|
126
|
+
"@pantoken/swift": "workspace:*",
|
|
127
|
+
"@pantoken/tailwind": "workspace:*",
|
|
128
|
+
"@pantoken/tokens": "workspace:*",
|
|
129
|
+
"@pantoken/vanilla": "workspace:*",
|
|
130
|
+
"@pantoken/vite": "workspace:*",
|
|
131
|
+
"@pantoken/vitepress": "workspace:*",
|
|
132
|
+
"@pantoken/vue": "workspace:*",
|
|
133
|
+
"@pantoken/web-components": "workspace:*",
|
|
134
|
+
"@pantoken/webpack": "workspace:*",
|
|
135
|
+
"@pantoken/wordpress": "workspace:*"
|
|
136
|
+
},
|
|
137
|
+
"devDependencies": {
|
|
138
|
+
"@pantoken/aggregate": "workspace:*",
|
|
139
|
+
"@types/node": "catalog:",
|
|
140
|
+
"typescript": "catalog:",
|
|
141
|
+
"vite": "catalog:",
|
|
142
|
+
"vite-plus": "catalog:"
|
|
143
143
|
}
|
|
144
|
-
}
|
|
144
|
+
}
|