-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.91 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
{
"name": "@tcaraccia/gemini",
"version": "1.0.0",
"description": "a lightweight react component tailwind component library",
"main": "./build/index.js",
"module": "./build/index.es.js",
"scripts": {
"storybook": "start-storybook -p 6006",
"format": "prettier --w .",
"build-storybook": "build-storybook",
"build": "rollup -c",
"build:tailwind": "postcss src/scss/base.scss -o src/scss/tailwind.scss"
},
"author": "",
"license": "MIT",
"peerDependencies": {
"react": "16.13.1",
"react-dom": "16.13.1"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@rollup/plugin-commonjs": "^15.1.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"@storybook/addon-actions": "^6.0.26",
"@storybook/addon-essentials": "^6.0.26",
"@storybook/addon-info": "^5.3.21",
"@storybook/addon-links": "^6.0.26",
"@storybook/react": "^6.0.26",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.0.4",
"@types/jest": "^26.0.14",
"@types/node": "^14.11.5",
"@types/testing-library__react": "^10.2.0",
"@typescript-eslint/eslint-plugin": "^4.4.0",
"@typescript-eslint/parser": "^4.4.0",
"awesome-typescript-loader": "^5.2.1",
"babel-loader": "^8.1.0",
"eslint": "^7.10.0",
"eslint-config-prettier": "^6.12.0",
"eslint-plugin-jest": "^24.1.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.21.3",
"jest": "^26.5.2",
"postcss-cli": "^8.0.0",
"prettier": "^2.1.2",
"react": "^16.13.1",
"react-docgen-typescript": "^1.20.5",
"react-docgen-typescript-loader": "^3.7.2",
"react-dom": "^16.13.1",
"react-is": "^16.13.1",
"rollup": "^2.28.2",
"rollup-plugin-peer-deps-external": "^2.2.3",
"rollup-plugin-typescript2": "^0.27.3",
"tailwindcss": "^1.8.11",
"ts-jest": "^26.4.1",
"typescript": "^4.0.3"
},
"dependencies": {
"autoprefixer": "^9.0.0"
}
}