-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
66 lines (66 loc) · 2.07 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
{
"name": "@dgraph-io/typhoon-ui",
"version": "0.2.7",
"description": "Dgraph's design system",
"main": "index.js",
"typings": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"storybook": "start-storybook -p 6006",
"build": "webpack --mode production && npm run copypackage",
"build-storybook": "build-storybook",
"copypackage": "cp -rf package.json dist && cp README.md dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dgraph-io/typhoon-ui.git"
},
"author": "Thiyagaraj T (tstreamDOTh)",
"license": "ISC",
"bugs": {
"url": "https://github.com/dgraph-io/typhoon-ui/issues"
},
"homepage": "https://github.com/dgraph-io/typhoon-ui#readme",
"dependencies": {
"react-docgen-typescript": "^1.22.0",
"typescript": "^4.0.3"
},
"devDependencies": {
"@babel/core": "^7.13.15",
"@babel/preset-env": "^7.13.15",
"@babel/preset-react": "^7.13.13",
"@emotion/babel-plugin": "^11.3.0",
"@emotion/babel-preset-css-prop": "^11.2.0",
"@storybook/addon-actions": "6.1.10",
"@storybook/addon-essentials": "^6.3.2",
"@storybook/addon-links": "6.1.10",
"@storybook/addon-storyshots": "^6.1.9",
"@storybook/node-logger": "6.1.10",
"@storybook/preset-create-react-app": "^3.1.4",
"@storybook/react": "^6.3.2",
"@svgr/webpack": "^5.5.0",
"@types/jest": "^26.0.22",
"@types/react-dom": "^17.0.3",
"babel-loader": "^8.2.2",
"dts-bundle": "^0.7.3",
"dts-bundle-webpack": "^1.0.2",
"file-loader": "^6.2.0",
"optimize-css-assets-webpack-plugin": "^6.0.0",
"history": "^5.0.0",
"postcss": "^8.2.15",
"react-docgen-typescript-loader": "^3.7.2",
"resolve-url-loader": "^3.1.2",
"source-map-loader": "^3.0.0",
"terser-webpack-plugin": "^4.2.3",
"ts-loader": "^8.2.0",
"webpack": "^4.0.0",
"webpack-cli": "^4.6.0",
"webpack-node-externals": "^2.5.2"
},
"peerDependencies": {
"react": ">=16.12.0",
"react-dom": ">=16.12.0",
"@emotion/react": ">=11.4.0",
"framer-motion": ">=4.0.0"
}
}