-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 908 Bytes
/
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
{
"name": "env-editor",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3003",
"build": "next build",
"start": "next start -p 3003"
},
"dependencies": {
"@chakra-ui/icons": "^1.0.6",
"@chakra-ui/react": "^1.4.2",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@octokit/core": "^3.4.0",
"aws-sdk": "^2.863.0",
"date-fns": "^2.19.0",
"env-parser": "^1.0.1",
"framer-motion": "^4",
"json-to-env2": "^1.1.1",
"jsonexport": "^3.2.0",
"mongodb": "^3.6.5",
"mongoose": "^5.12.3",
"next": "10.0.8",
"next-absolute-url": "^1.2.2",
"next-auth": "^3.13.3",
"parse-env-string": "^1.0.0",
"query-string": "^7.0.0",
"react": "17.0.1",
"react-diff-viewer": "^3.1.1",
"react-dom": "17.0.1",
"react-toast-notifications": "^2.4.3",
"react-use": "^17.2.3",
"sha1": "^1.1.1"
}
}