-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
60 lines (60 loc) · 1.74 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
{
"name": "@independent-software/typeui",
"version": "1.2.20",
"description": "TypeUI",
"keywords": [
"react",
"styled-components",
"ui"
],
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc && webpack --config webpack.config.js",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook -o docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/henck/typeui.git"
},
"author": "Alexander van Oostenrijk",
"license": "MIT",
"bugs": {
"url": "https://github.com/henck/typeui/issues"
},
"homepage": "https://github.com/henck/typeui#readme",
"dependencies": {
"awesome-debounce-promise": "^2.1.0",
"date-fns": "^2.29.3",
"react-transition-group": "^4.4.2"
},
"devDependencies": {
"@babel/core": "^7.17.5",
"@storybook/addon-actions": "^6.4.19",
"@storybook/addon-essentials": "^6.4.19",
"@storybook/addon-interactions": "^6.4.19",
"@storybook/addon-links": "^6.4.19",
"@storybook/react": "^6.4.19",
"@storybook/testing-library": "^0.0.9",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.11",
"@types/react-transition-group": "^4.4.4",
"@types/styled-components": "^4.4.0",
"babel-loader": "^8.2.3",
"html-webpack-plugin": "^5.5.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-markdown": "^8.0.0",
"remark-gfm": "^3.0.1",
"replace-in-file": "^6.3.2",
"styled-components": "^4.4.0",
"svg-spritemap-webpack-plugin": "^4.4.0",
"terser-webpack-plugin": "^5.3.1",
"typescript": "^4.5.5",
"webpack": "^5.69.1",
"webpack-cli": "^4.9.2"
}
}