-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.77 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
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "tailwind-material-3",
"version": "2.0.1",
"description": "Tailwind Material 3 is a library that provides ready-to-use UI components for Tailwind CSS users. It includes a range of customizable components such as buttons, cards, and forms, as well as useful utilities and helpers",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "npx tailwindcss -i ./src/styles.css -o ./dist/output.css --watch ",
"build": "npx tailwindcss build ./src/styles.css -o ./dist/output.css",
"minor": "npx tailwindcss build ./src/styles.css -o ./dist/output.css && npm version minor && npm publish ",
"major": "npx tailwindcss build ./src/styles.css -o ./dist/output.css && npm version major && npm publish ",
"patch": "npx tailwindcss build ./src/styles.css -o ./dist/output.css && npm version patch && npm publish "
},
"repository": {
"type": "git",
"url": "git+https://github.com/rinturaj/tailwind-material-3.git"
},
"keywords": [
"tailwindcss",
"tailwindcss-material-colors",
"tailwindcss-material-icons",
"tailwindcss-typography",
"@tailwindcss/cli",
"@tailwindcss/forms",
"@tailwindcss/typography",
"material-colors",
"material 3",
"material icons",
"typography",
"google material 3",
"google material icons",
"dynamic colors",
"material-colors"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/rinturaj/tailwind-material-3/issues"
},
"homepage": "https://github.com/rinturaj/tailwind-material-3#readme",
"dependencies": {
"@tailwindcss/cli": "^0.1.2",
"deepmerge": "^4.2.2",
"lodash": "^4.17.21"
},
"devDependencies": {
"tailwind-material-colors": "^1.0.1",
"tailwindcss": "^3.3.2"
}
}