-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 815 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 815 Bytes
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
{
"name": "flowshadeui",
"version": "1.0.3-alpha.0",
"description": "A modern UI library built on Tailwind CSS with built in dark mode.",
"main": "index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/flowshade/flowshadeui.git"
},
"keywords": [
"ui",
"components",
"design"
],
"author": "Flowshade",
"license": "MIT",
"bugs": {
"url": "https://github.com/flowshade/flowshadeui/issues"
},
"homepage": "https://github.com/flowshade/flowshadeui#readme",
"devDependencies": {
"autoprefixer": "^10.3.1",
"gulp": "^4.0.2",
"gulp-cssnano": "^2.1.3",
"gulp-postcss": "^9.0.0",
"postcss": "^8.3.6",
"postcss-import": "^14.0.2",
"postcss-js": "^3.0.3",
"tailwindcss": "^2.2.7"
},
"dependencies": {}
}