generated from yearn/web-template
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
50 lines (50 loc) · 1.31 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
42
43
44
45
46
47
48
49
50
{
"name": "yearn-world",
"version": "0.2.0",
"private": false,
"homepage": "./",
"scripts": {
"dev": "next",
"dev:ts": "tsc --watch",
"start": "tsc && next build && next start",
"build": "tsc && next build",
"export": "tsc && next build && next export -o ipfs",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
},
"dependencies": {
"@yearn-finance/web-lib": "^0.13.15",
"axios": "^0.27.2",
"framer-motion": "^7.2.1",
"next": "^12.2.5",
"next-pwa": "^5.6.0",
"next-seo": "^5.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"swr": "^1.3.0",
"tailwindcss": "^3.1.8",
"url-metadata": "^2.5.0"
},
"devDependencies": {
"@types/node": "^18.7.14",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@typescript-eslint/eslint-plugin": "^5.36.0",
"@typescript-eslint/parser": "^5.36.0",
"autoprefixer": "^10.4.8",
"babel-loader": "^8.2.5",
"eslint": "^8.23.0",
"eslint-config-next": "^12.2.5",
"eslint-import-resolver-typescript": "^3.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-react": "^7.31.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-tailwindcss": "^3.6.0",
"postcss": "^8.4.16",
"postcss-import": "^14.1.0",
"postcss-nesting": "^10.1.10",
"sass": "^1.54.6",
"sharp": "^0.30.7",
"ts-loader": "^9.3.1",
"typescript": "^4.8.2"
}
}