-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
83 lines (83 loc) · 2.09 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "tailgrids-react",
"description": "Tailwind CSS React Components based on TailGrids Core, comes with all essential UI components and elements you need to kickstart Tailwind + React web projects.",
"main": "dist/index.js",
"module": "dist/index.es.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "react-scripts start",
"build-lib": "rollup -c"
},
"author": "TailGrids Team <hello@tailgrids.com> (https://tailgrids.com/)",
"homepage": "https://tailgrids.com/",
"repository": {
"type": "git",
"url": "https://github.com/TailGrids/tailgrids-react"
},
"bugs": {
"url": "https://github.com/TailGrids/tailgrids-react/issues"
},
"license": "MIT",
"keywords": [
"component-library",
"tailwind-react",
"react-components",
"ui-components",
"tailwind",
"tailwindcss",
"tailwind-css",
"reactjs",
"tailwindui",
"tailwind-ui",
"tailwind-blocks",
"css",
"react",
"react-ui",
"components",
"react-ui",
"react-ui-components",
"blocks",
"react-blocks",
"react-sections",
"tailgrids",
"tailwind-ui",
"tailwind-sections",
"tailgrids-react",
"design-system"
],
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-react": "^7.12.10",
"@rollup/plugin-node-resolve": "^11.1.1",
"autoprefixer": "^10.4.16",
"babel-loader": "^8.2.2",
"postcss": "^8.4.31",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup": "^2.38.4",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.0",
"rollup-plugin-terser": "^7.0.2",
"tailgrids": "^2.0.3",
"tailwindcss": "^3.3.5"
},
"version": "2.2.3",
"dependencies": {
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.6",
"react-scripts": "^5.0.1"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}