This repository was archived by the owner on Jul 2, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.54 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.54 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
{
"name": "@findy/react-findy-id",
"version": "2.7.0",
"description": "React container for Findy ID.",
"main": "src/index.js",
"scripts": {
"lint": "eslint src",
"build": "babel src -d build",
"prepublish": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --mode development"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Findy/react-findy-id.git"
},
"author": "deraru",
"license": "MIT",
"bugs": {
"url": "https://github.com/Findy/react-findy-id/issues"
},
"homepage": "https://github.com/Findy/react-findy-id#readme",
"dependencies": {
"firebase": "^7.2.0",
"firebaseui": "^4.2.0",
"prop-types": "^15.6.2"
},
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.0",
"css-loader": "^1.0.1",
"dotenv-webpack": "^1.7.0",
"eslint": "^5.9.0",
"eslint-config-prettier": "^3.3.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-prettier": "^3.0.0",
"eslint-plugin-react": "^7.11.1",
"html-webpack-plugin": "^3.2.0",
"prettier": "^1.15.2",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"style-loader": "^0.23.1",
"webpack": "^4.41.5",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.14",
"minimist": ">=0.2.1"
},
"peerDependencies": {
"react": "^15.6.0 || ^16.0.0"
}
}