-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 1.08 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": "@simplysuperb-dev/ui-kit",
"version": "1.5.0",
"description": "A Tailwind CSS plugin for applying styles based on the SSB.'s design system.",
"main": "src/main.js",
"scripts": {
"dev": "concurrently \"npx tailwindcss -i src/style.css -o docs/style.css --watch\" \"live-server --open=docs/\"",
"css:dev": "npx tailwindcss -i src/style.css -o docs/style.css --watch",
"start:dev": "live-server --open=./docs/",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/simplysuperb-dev/ui-kit.git"
},
"keywords": [
"tailwind",
"css",
"ui",
"kit",
"theme"
],
"author": "Ivanka Todorova",
"license": "MIT",
"bugs": {
"url": "https://github.com/simplysuperb-dev/ui-kit/issues"
},
"homepage": "https://github.com/simplysuperb-dev/ui-kit#readme",
"devDependencies": {
"live-server": "git+https://github.com/tapio/live-server.git#ad22544",
"tailwindcss": "^3.4.3"
},
"dependencies": {
"mini-svg-data-uri": "^1.4.4",
"tinycolor2": "^1.6.0"
}
}