-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 863 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 863 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
{
"name": "react-client-variables",
"description": "Create-react-app library to allow server-side runtime environment variables to be made available to client-side scripts",
"version": "1.0.1",
"bin": {
"react-client-variables": "client.js"
},
"main": "index.js",
"license": "MIT",
"keywords": [
"create-react-app",
"cra"
],
"repository": {
"type": "git",
"url": "git+https://github.com/codenstein/react-client-variables.git"
},
"author": "Martin Grossi <martin.grossi@enlightenedmouse.com>",
"bugs": {
"url": "https://github.com/codenstein/react-client-variables/issues"
},
"homepage": "https://github.com/codenstein/react-client-variables#readme",
"dependencies": {
"dotenv": "^8.2.0",
"envsub": "^4.0.7",
"node-html-parser": "^3.0.4"
},
"peerDependencies": {
"react": "^17.0.1"
}
}