-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 905 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 905 Bytes
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
{
"name": "Repl Auth React",
"version": "1.0.0",
"description": "A React Version of Repl Auth with customization",
"author": "miroreo",
"license": "MIT",
"repository": "RoBlockHead/Repl-Auth-React",
"main": "dist/index.js",
"engines": {
"node": ">=8",
"npm": ">=5"
},
"scripts": {
"build": "rollup -c",
"start": "rollup -c -w"
},
"dependencies": {},
"peerDependencies": {
"react": ">= 16.8.0 < 2",
"react-dom": ">= 16.8.0 < 2"
},
"devDependencies": {
"@types/react": "^16.3.13",
"@types/react-dom": "^16.0.5",
"babel-core": "^6.26.3",
"babel-runtime": "^6.26.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"rollup": "^1.29.0",
"rollup-plugin-typescript2": "^0.25.3",
"typescript": "^2.8.3"
},
"files": [
"dist"
],
"keywords": [
"replit",
"auth",
"security",
"react",
"typescript"
]
}