-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.39 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
{
"name": "@ts-collection/viz",
"version": "0.0.0",
"main": "src/index.ts",
"types": "src/index.ts",
"repository": "git+https://github.com/always-maap/TS-Collection.git",
"keywords": [
"typescript",
"algorithm",
"data structure",
"collections-typescript"
],
"resolutions": {
"webpack": "^5"
},
"author": "tur1ng <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/always-maap/TS-Collection/issues"
},
"scripts": {
"storybook": "yarn build-tailwind && start-storybook -p 6006",
"build-storybook": "build-storybook",
"build-tailwind": "tailwindcss -i ./src/styles.css -o ./dist/styles.css"
},
"homepage": "https://github.com/always-maap/TS-Collection#readme",
"devDependencies": {
"@babel/core": "^7.18.9",
"@storybook/addon-actions": "^6.5.9",
"@storybook/addon-essentials": "^6.5.9",
"@storybook/addon-interactions": "^6.5.9",
"@storybook/addon-links": "^6.5.9",
"@storybook/addon-postcss": "^3.0.0-alpha.1",
"@storybook/builder-webpack5": "^6.5.9",
"@storybook/manager-webpack5": "^6.5.9",
"@storybook/react": "^6.5.9",
"@storybook/testing-library": "^0.0.13",
"autoprefixer": "^10.4.7",
"babel-loader": "^8.2.5",
"config": "*",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.6"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}