-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.15 KB
/
package.json
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
{
"name": "macos-tailwind",
"version": "0.0.0",
"description": "macOS components built with Tailwind",
"dependencies": {
"tailwindcss": "^3.1.7"
},
"devDependencies": {
"@storybook/addon-essentials": "^7.0.22",
"@storybook/addon-interactions": "^7.0.22",
"@storybook/addon-links": "^7.0.22",
"@storybook/addon-mdx-gfm": "^7.0.22",
"@storybook/addon-styling": "^1.3.0",
"@storybook/blocks": "^7.0.22",
"@storybook/html": "^7.0.22",
"@storybook/html-webpack5": "^7.0.22",
"@storybook/testing-library": "^0.1.0",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.21",
"postcss-loader": "^7.2.4",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"storybook": "^7.0.22"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"tw": "tailwindcss -i ./site/styles.src.css -o ./site/styles.css",
"tww": "npm run tw -- --watch",
"format": "npx prettier --write .",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"author": "Andrew Nater",
"license": "UNLICENSED"
}