-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
79 lines (79 loc) · 2.15 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
{
"name": "@hoarelea/de-common-ui-react",
"version": "0.0.12",
"main": "build/index.js",
"module": "build/index.esm.js",
"files": [
"build"
],
"types": "build/index.d.ts",
"description": "Common UI Library for all Hoare Lea DE web projects",
"scripts": {
"build": "rollup -c",
"test": "jest",
"test:watch": "jest --watchAll",
"storybook": "start-storybook -p 6006",
"storybook:export": "build-storybook",
"generate": "node ./util/create-component",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HoareLea/de-common-ui-react.git"
},
"keywords": [
"React",
"Component",
"Library",
"Rollup",
"Typescript",
"Sass",
"Storybook"
],
"author": "Lee Walters",
"license": "MIT",
"bugs": {
"url": "https://github.com/HoareLea/de-common-ui-react/issues"
},
"homepage": "https://github.com/HoareLea/de-common-ui-react#readme",
"peerDependencies": {
"react": ">=17.0.2",
"react-dom": ">=17.0.2"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@rollup/plugin-commonjs": "^17.0.0",
"@rollup/plugin-node-resolve": "^11.1.0",
"@storybook/addon-controls": "^6.1.15",
"@storybook/addon-docs": "^6.1.15",
"@storybook/react": "^6.1.12",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.3",
"@types/jest": "^26.0.20",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"babel-loader": "^8.2.2",
"babel-preset-react-app": "^10.0.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.6.3",
"node-sass": "^5.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rollup": "^2.38.0",
"rollup-plugin-copy": "^3.3.0",
"rollup-plugin-peer-deps-external": "^2.2.0",
"rollup-plugin-postcss": "^3.1.2",
"rollup-plugin-typescript2": "^0.29.0",
"sass-loader": "^10.1.1",
"ts-jest": "^26.4.4",
"typescript": "^4.1.3"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"dependencies": {
"evergreen-ui": "^5.1.2",
"@azure/msal-browser": "^2.11.0",
"@azure/msal-react": "^1.0.0-alpha.4"
}
}