generated from react-pakistan/react-storybook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
117 lines (117 loc) · 4.1 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"name": "@react-pakistan/react-storybook-composed",
"version": "1.0.0",
"description": "A unified Storybook app for all of the React Pakistan Storybook projects.",
"module": "lib/index.js",
"main": "lib/index.js",
"types": "index.d.tsx",
"scripts": {
"build": "yarn clean && yarn build:ts && cp package.json lib && cp README.md lib",
"build:storybook": "build-storybook -c .storybook -o .out",
"build:ts": "tsc --project tsconfig.build.json",
"build:ts:cjs": "tsc --project tsconfig.build-cjs.json",
"clean": "yarn rimraf ./lib",
"deploy:storybook": "storybook-to-ghpages",
"lint": "yarn lint:ts && yarn lint:css",
"lint:staged": "lint-staged",
"lint:css": "stylelint './src/**/*.tsx' --allow-empty-input",
"lint:ts": "eslint --config eslint.config.js",
"publish:github": "cd ./lib && npm publish && cd ..",
"publish:npm": "npm publish --access public",
"screenshot": "npx storycap http://localhost:9001",
"start": "start-storybook -p 9001 -c .storybook",
"test": "jest --coverage --config jest/config.json --passWithNoTests",
"test:badges": "yarn test && jest-coverage-badges",
"upgrade": "ncu -u"
},
"repository": {
"type": "git",
"url": "git+https://github.com/react-pakistan/react-storybook-composed.git"
},
"lint-staged": {
"*.{ts,tsx}": [
"yarn lint"
]
},
"keywords": [],
"author": "Taimoor Khan",
"license": "MIT",
"bugs": {
"url": "https://github.com/react-pakistan/react-storybook-composed/issues"
},
"homepage": "https://github.com/react-pakistan/react-storybook-composed#readme",
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@react-pakistan/eslint-config-shared": "^1.4.60",
"@react-pakistan/react-commons-collection": "^6.19.14",
"@react-pakistan/react-icon-collection": "^3.5.0",
"@react-pakistan/util-functions": "^1.13.7",
"@storybook/addon-a11y": "^6.5.16",
"@storybook/addon-actions": "^6.5.16",
"@storybook/addon-backgrounds": "^6.5.16",
"@storybook/addon-docs": "^6.5.16",
"@storybook/addon-essentials": "^6.5.16",
"@storybook/addon-google-analytics": "^6.2.9",
"@storybook/addon-info": "^6.0.0-alpha.2",
"@storybook/addon-knobs": "^6.4.0",
"@storybook/addon-links": "^6.5.16",
"@storybook/addon-notes": "^6.0.0-alpha.6",
"@storybook/addon-storysource": "^6.5.16",
"@storybook/addon-viewport": "^6.5.16",
"@storybook/react": "^6.5.16",
"@storybook/storybook-deployer": "^2.8.16",
"@types/enzyme": "^3.10.12",
"@types/enzyme-adapter-react-16": "^1.0.6",
"@types/invariant": "^2.2.35",
"@types/jest": "^29.4.0",
"@types/node": "^18.13.0",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.10",
"@types/styled-components": "^5.1.26",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^29.4.2",
"babel-loader": "^9.1.2",
"browser-monads": "^1.0.0",
"css-loader": "^6.7.3",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.7",
"eslint": "^8.34.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.0",
"husky": "^8.0.3",
"jest": "^29.4.2",
"lint-staged": "^13.1.1",
"react": "^18.2.0",
"react-docgen-typescript-loader": "^3.7.2",
"react-dom": "^18.2.0",
"react-ga": "^3.3.1",
"react-helmet": "^6.1.0",
"react-powerplug": "^1.0.0",
"react-redux": "^8.0.5",
"react-share": "^4.4.1",
"redux": "^4.2.1",
"regenerator-runtime": "^0.13.11",
"rimraf": "^4.1.2",
"sass-loader": "^13.2.0",
"storybook-readme": "^5.0.9",
"storycap": "^4.0.0",
"style-loader": "^3.3.1",
"styled-components": "^5.3.6",
"stylelint": "^15.1.0",
"stylelint-config-recommended": "^10.0.1",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-processor-styled-components": "^1.10.0",
"ts-jest": "^29.0.5",
"ts-loader": "^9.4.2",
"typescript": "^4.9.5",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.11.1"
},
"peerDependencies": {
"styled-components": "^5.3.6"
}
}