@formant/aesthetics 0.0.10 → 0.1.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.
package/package.json CHANGED
@@ -1,87 +1,34 @@
1
1
  {
2
2
  "name": "@formant/aesthetics",
3
- "version": "0.0.10",
4
- "type": "module",
5
- "description": "Formant design system — themed React components built on shadcn/ui and Radix UI",
6
- "license": "MIT",
7
- "private": false,
8
- "repository": {
9
- "type": "git",
10
- "url": "https://github.com/FormantIO/aesthetics.git"
3
+ "version": "0.1.1",
4
+ "description": "Classless CSS framework based on the Formant Design System. Styles standard HTML elements without requiring any classes.",
5
+ "main": "formant-aesthetics.css",
6
+ "files": [
7
+ "formant-aesthetics.css",
8
+ "README.md"
9
+ ],
10
+ "scripts": {
11
+ "serve": "npx serve .",
12
+ "preview": "open http://localhost:3000/aesthetics-classless-css/ || echo 'Server not running at localhost:3000'"
11
13
  },
12
- "homepage": "https://github.com/FormantIO/aesthetics#readme",
13
14
  "keywords": [
14
15
  "formant",
16
+ "css",
17
+ "classless",
15
18
  "design-system",
16
- "react",
17
- "components",
18
- "shadcn",
19
- "radix-ui"
20
- ],
21
- "sideEffects": [
22
- "*.css"
23
- ],
24
- "main": "./dist/index.js",
25
- "module": "./dist/index.js",
26
- "types": "./dist/index.d.ts",
27
- "exports": {
28
- ".": {
29
- "import": "./dist/index.js",
30
- "types": "./dist/index.d.ts"
31
- },
32
- "./components.css": {
33
- "import": "./dist/components.css",
34
- "require": "./dist/components.css",
35
- "default": "./dist/components.css"
36
- },
37
- "./styles": {
38
- "import": "./styles/globals.css",
39
- "require": "./styles/globals.css",
40
- "default": "./styles/globals.css"
41
- },
42
- "./styles/globals.css": {
43
- "import": "./styles/globals.css",
44
- "require": "./styles/globals.css",
45
- "default": "./styles/globals.css"
46
- }
47
- },
48
- "files": [
49
- "dist",
50
- "styles"
19
+ "dark-theme",
20
+ "aesthetics",
21
+ "mission-control"
51
22
  ],
52
- "scripts": {
53
- "build": "tsup && unocss components/**/*.{ts,tsx} -o dist/components.css",
54
- "dev": "tsup --watch",
55
- "typecheck": "tsc --noEmit",
56
- "prepublishOnly": "npm run build"
57
- },
58
- "dependencies": {
59
- "class-variance-authority": "^0.7.1",
60
- "clsx": "^2.1.1",
61
- "cmdk": "^1.1.1",
62
- "date-fns": "^4.1.0",
63
- "embla-carousel-react": "^8.6.0",
64
- "input-otp": "^1.4.2",
65
- "lucide-react": "^0.487.0",
66
- "next-themes": "^0.4.6",
67
- "radix-ui": "^1.4.3",
68
- "react-day-picker": "^9.14.0",
69
- "react-resizable-panels": "^4.10.0",
70
- "recharts": "^3.8.0",
71
- "sonner": "^2.0.7",
72
- "vaul": "^1.1.2"
73
- },
74
- "devDependencies": {
75
- "@types/node": "^25.5.0",
76
- "@types/react": "^19.2.14",
77
- "@types/react-dom": "^19.2.3",
78
- "@unocss/cli": "^66.6.8",
79
- "tsup": "^8.5.1",
80
- "typescript": "^5.9.3",
81
- "unocss": "^66.6.8"
23
+ "author": "Formant Design Team",
24
+ "license": "MIT",
25
+ "repository": {
26
+ "type": "git",
27
+ "url": "https://github.com/FormantIO/formant.git",
28
+ "directory": "aesthetics-classless-css"
82
29
  },
83
- "peerDependencies": {
84
- "react": "^19.0.0",
85
- "react-dom": "^19.0.0"
30
+ "homepage": "https://github.com/FormantIO/formant/tree/main/aesthetics-classless-css",
31
+ "bugs": {
32
+ "url": "https://github.com/FormantIO/formant/issues"
86
33
  }
87
34
  }