-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
41 lines (41 loc) · 1.07 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
{
"name": "secret",
"version": "1.0.0",
"main": "index.js",
"repository": "git@github.com:unix/secret.git",
"author": "unix <unix.bio@gmail.com>",
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"prettier": "prettier --write ."
},
"prettier": "@geist-ui/prettier-config",
"dependencies": {
"@geist-ui/react": "^2.1.3",
"@geist-ui/react-icons": "^1.0.1",
"axios": "^0.21.1",
"crypto-js": "^4.0.0",
"nanoid": "^3.1.20",
"next": "^10.0.6",
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"devDependencies": {
"@geist-ui/prettier-config": "^1.0.1",
"@mdx-js/loader": "^1.6.22",
"@next/mdx": "^10.0.7",
"@types/crypto-js": "^4.0.1",
"@types/node": "^14.14.27",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.1",
"eslint": "^7.20.0",
"eslint-config-prettier": "^7.2.0",
"eslint-config-ts-lambdas": "^1.2.3",
"eslint-plugin-react": "^7.22.0",
"prettier": "^2.2.1",
"rehype-join-line": "^1.0.2",
"styled-jsx": "^3.4.2",
"typescript": "^4.2.2"
}
}