-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1.03 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
{
"name": "dapp-url-generator",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"prettier": "prettier --write .",
"lint": "eslint \"{pages,lib}/**/*.{js,ts,tsx}\""
},
"prettier": "@consenlabs-fe/prettier",
"dependencies": {
"@geist-ui/react": "2.1.3",
"@geist-ui/react-icons": "^1.0.1",
"next": "^10",
"qrcode.react": "^3.1.0",
"react": "^17.0.1",
"react-color": "^2.19.3",
"react-dom": "^17.0.1"
},
"devDependencies": {
"@consenlabs-fe/eslint-ts": "^0.2.3",
"@consenlabs-fe/prettier": "^0.1.2",
"@types/node": "^20.4.5",
"@types/react": "^17.0.2",
"@types/react-color": "^3.0.6",
"@types/react-dom": "^17.0.1",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.9.0",
"eslint-plugin-react": "^7.32.2",
"prettier": "^3.0.0",
"styled-jsx": "^3.4.2",
"typescript": "^5.1.6"
}
}