-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.28 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.28 KB
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
{
"name": "tailwindcss-components",
"version": "1.0.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": "https://github.com/Im-Stevemmmmm/tailwindcss-components.git",
"author": "Esteban Garcia <estebangarcia2121@gmail.com>",
"license": "MIT",
"scripts": {
"build": "rollup --config && tsc --project tsconfig.types.json && move-cli dist/temp/index.d.ts dist/index.d.ts && rimraf dist/temp",
"clean": "rimraf dist",
"test": "jest"
},
"peerDependencies": {
"react": ">=16.8",
"react-dom": ">=16.8"
},
"devDependencies": {
"@babel/core": "^7.12.16",
"@babel/preset-env": "^7.12.16",
"@babel/preset-react": "^7.12.13",
"@babel/preset-typescript": "^7.12.16",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.5",
"@types/jest": "^26.0.20",
"@types/node": "^14.14.28",
"@types/react": "^17.0.2",
"babel-loader": "^8.2.2",
"jest": "^26.6.3",
"move-cli": "^1.2.1",
"prettier": "^2.2.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"rimraf": "^3.0.2",
"rollup": "^2.39.0",
"rollup-plugin-typescript2": "^0.29.0",
"rollup-plugin-uglify": "^6.0.4",
"typescript": "^4.1.5",
"webpack": "^5.21.2"
},
"keywords": [
"react",
"tailwindcss"
]
}