generated from doruksahin/rollup-react-component
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.95 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
{
"name": "@doruksahin/gridflex",
"version": "1.0.9",
"description": "",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"files": [
"dist"
],
"types": "dist/index.d.ts",
"publishConfig": {
"registry": "https://npm.pkg.github.com/doruksahin"
},
"scripts": {
"rollup": "npm run build:tailwind && rollup -c",
"build:tailwind": "tailwindcss -i ./src/index.css -o ./src/style.css",
"watch:tailwind": "tailwindcss -i ./src/index.css -o ./src/style.css --watch",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/doruksahin/gridflex.git"
},
"author": "doruksahin",
"license": "ISC",
"bugs": {
"url": "https://github.com/doruksahin/gridflex/issues"
},
"homepage": "https://github.com/doruksahin/gridflex#readme",
"devDependencies": {
"@babel/preset-env": "^7.22.4",
"@babel/preset-react": "^7.22.3",
"@babel/preset-typescript": "^7.21.5",
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-terser": "^0.4.3",
"@rollup/plugin-typescript": "^11.1.1",
"@storybook/addon-essentials": "^7.0.18",
"@storybook/addon-interactions": "^7.0.18",
"@storybook/addon-links": "^7.0.18",
"@storybook/blocks": "^7.0.18",
"@storybook/react": "^7.0.18",
"@storybook/react-webpack5": "^7.0.18",
"@storybook/testing-library": "^0.0.14-next.2",
"@types/react": "^18.2.8",
"postcss": "^8.4.14",
"prop-types": "^15.8.1",
"react-dom": "^18.2.0",
"rollup": "^3.24.0",
"rollup-plugin-dts": "^5.3.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"storybook": "^7.0.18",
"tailwindcss": "^3.1.3",
"tslib": "^2.5.3",
"typescript": "^5.1.3"
},
"peerDependencies": {
"react": "^18.2.0"
},
"dependencies": {
"tsconfig-paths-webpack-plugin": "^4.0.1"
}
}