-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.18 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "formilk",
"description": "Formilk is a system of configurable components created with Atomicojs",
"version": "0.21.0",
"type": "module",
"scripts": {
"start": "vite --force",
"build": "vite build --outDir docs",
"exports": "exports src/components.ts src/options.ts src/tokens.ts \"src/*/*.tsx\" --types --exports --analyzer --main components",
"prepublishOnly": "npm run exports"
},
"dependencies": {
"@atomico/hooks": "^3.41.0",
"@floating-ui/dom": "^0.4.4",
"@fontsource/nunito-sans": "^4.5.6",
"atomico": "^1.59.0",
"scrollable-component": "^1.2.1"
},
"devDependencies": {
"@atomico/exports": "^0.30.0",
"@atomico/plugin-vite": "^1.2.1",
"@atomico/postcss-tokens": "^1.1.2",
"@atomico/scaffold": "^0.2.0",
"@atomico/stories": "^0.3.0",
"@uppercod/calendar": "^0.0.0",
"postcss": "^8.4.13",
"typescript": "^4.6.3",
"vite": "latest"
},
"prettier": {
"tabWidth": 4,
"singleQuote": false
},
"postcss": {
"plugins": {
"@atomico/postcss-tokens": {}
}
}
}