-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 1.96 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 1.96 KB
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
{
"name": "@drx-lab/dds",
"version": "0.2.18",
"description": "DRX Design System",
"main": "./dist/index.js",
"types": "./dist/types/index.d.ts",
"private": false,
"scripts": {
"build": "rm -rf ./dist && yarn rollup -c && tsc --emitDeclarationOnly",
"test": "echo \"Error: no test specified\" && exit 1",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook -o ./docs"
},
"keywords": [
"react",
"design",
"ui",
"components"
],
"repository": {
"type": "git",
"url": "git+https://github.com/DRX-R-D/dds.git"
},
"author": "freevue",
"license": "",
"dependencies": {
"@babel/core": "^7.16.0",
"@emotion/react": "^11.5.0",
"@emotion/styled": "^11.3.0"
},
"devDependencies": {
"@babel/cli": "^7.16.0",
"@babel/preset-env": "^7.16.0",
"@emotion/babel-plugin": "^11.3.0",
"@emotion/babel-preset-css-prop": "^11.2.0",
"@freevuehub/fds": "^0.0.6",
"@storybook/addon-actions": "^6.3.12",
"@storybook/addon-essentials": "^6.3.12",
"@storybook/addon-links": "^6.3.12",
"@storybook/addons": "^6.3.12",
"@storybook/react": "^6.3.12",
"@storybook/theming": "^6.3.12",
"@types/react": "^17.0.34",
"@types/react-dom": "^17.0.11",
"jest": "^27.3.1",
"rollup": "^2.59.0",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-typescript2": "^0.30.0",
"rollup-plugin-uglify": "^6.0.4",
"typescript": "^4.4.4",
"webpack": "^5.61.0",
"webpack-cli": "^4.9.1"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"peerDependencies": {
"@emotion/core": "^11.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
}