-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
59 lines (59 loc) · 1.76 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
51
52
53
54
55
56
57
58
59
{
"name": "portfolio-v2",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"format": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}' --config ./.prettierrc"
},
"dependencies": {
"@emotion/babel-preset-css-prop": "^11.2.0",
"@emotion/react": "^11.1.5",
"@emotion/styled": "^11.3.0",
"@walletconnect/web3-provider": "^1.7.8",
"autoprefixer": "^10.2.5",
"contentful": "^8.2.1",
"ethers": "^5.5.1",
"framer": "^1.2.29",
"framer-motion": "^4.1.5",
"globby": "^11.0.4",
"next": "^12.1.6",
"next-mdx-remote": "^2.1.4",
"postcss": "^8.4.14",
"prop-types": "^15.7.2",
"react": "17.0.1",
"react-dom": "17.0.1",
"sharp": "^0.30.7",
"tailwind-merge": "^1.8.0",
"tailwindcss": "^2.0.2"
},
"devDependencies": {
"@babel/core": "^7.13.15",
"@next/eslint-plugin-next": "^12.1.6",
"@types/gtag.js": "^0.0.7",
"@types/node": "^18.0.0",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.3",
"@typescript-eslint/eslint-plugin": "^4.21.0",
"@typescript-eslint/parser": "^4.21.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.16.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^7.1.0",
"eslint-config-standard": "^16.0.2",
"eslint-loader": "^4.0.2",
"eslint-plugin-html": "^6.1.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.3.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-standard": "^5.0.0",
"prettier": "^2.2.1",
"typescript": "^4.2.4"
}
}