-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.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
{
"name": "pzl-react-reusable-components",
"version": "0.3.1",
"main": "lib/index.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"build": "tsc --build",
"watch": "tsc --watch",
"prepublish": "npm run build",
"postversion": "npm publish"
},
"dependencies": {
"@fluentui/react": "8.97.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-markdown": "8.0.3"
},
"devDependencies": {
"@types/es6-promise": "0.0.33",
"@types/react": "17.0.34",
"@types/react-dom": "17.0.11",
"@typescript-eslint/eslint-plugin": "2.30.0",
"@typescript-eslint/parser": "2.30.0",
"eslint": "6.8.0",
"eslint-plugin-react": "7.19.0",
"typescript": "4.2.3"
},
"directories": {
"lib": "lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Puzzlepart/react-reusable-components.git"
},
"keywords": [
"react",
"components",
"office-ui-fabric"
],
"author": "Puzzlepart",
"license": "ISC",
"bugs": {
"url": "https://github.com/Puzzlepart/react-reusable-components/issues"
},
"homepage": "https://github.com/Puzzlepart/react-reusable-components#readme"
}