-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.79 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
{
"name": "lvd-fluentui-passwordbox",
"version": "0.0.5",
"description": "A ReactJS password box built using the FluentUI library. It features a basic structure, with some additional features",
"homepage": "https://github.com/alexboia/LVD-FluentUi-PasswordBox",
"repository": {
"type": "git",
"url": "https://github.com/alexboia/LVD-FluentUi-PasswordBox.git"
},
"bugs": {
"url": "https://github.com/alexboia/LVD-FluentUi-PasswordBox/issues"
},
"main": "dist/index.umd2.js",
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
"scripts": {
"build-app": "@powershell -NoProfile -ExecutionPolicy Unrestricted -Command ./build-app.ps1",
"build-dist": "@powershell -NoProfile -ExecutionPolicy Unrestricted -Command ./build-dist.ps1",
"build": "@powershell -NoProfile -ExecutionPolicy Unrestricted -Command ./build-all.ps1"
},
"author": "Alexandru Boia <alexandru.boia@gmail.com>",
"license": "BSD-3-Clause",
"keywords": [
"react",
"reactjs",
"react-components",
"ui-components",
"fluentui",
"password-box"
],
"browser": "dist/index.umd2.js",
"files": [
"dist",
"demo",
"docs"
],
"devDependencies": {
"@babel/cli": "^7.14.8",
"@babel/core": "^7.15.0",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"@babel/preset-react": "^7.14.5",
"babel-loader": "^8.2.2",
"copy-webpack-plugin": "^9.0.1",
"css-loader": "^6.2.0",
"extract-loader": "^5.1.0",
"file-loader": "^6.2.0",
"mini-css-extract-plugin": "^2.2.0",
"normalize.css": "^8.0.1",
"process": "^0.11.10",
"webpack": "^5.50.0",
"webpack-cli": "^4.8.0",
"webpack-remove-empty-scripts": "^0.7.1",
"react-dom": "^17.0.2"
},
"peerDependencies": {
"@fluentui/react": "^8.28.2",
"office-ui-fabric-core": "^11.0.0",
"prop-types": "^15.7.2",
"react": "^17.0.2"
}
}