-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.4 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.4 KB
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
{
"name": "finu-front-end",
"version": "1.0.0",
"description": "Next.js starter styled with Tailwind CSS",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"heroku-postbuild": "npm run build",
"lint": "next lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/taylorbryant/next-starter-tailwind.git"
},
"author": "Yashiro Horie",
"license": "MIT",
"bugs": {
"url": "https://github.com/taylorbryant/next-starter-tailwind/issues"
},
"homepage": "https://github.com/taylorbryant/next-starter-tailwind#readme",
"dependencies": {
"@reduxjs/toolkit": "^1.6.2",
"@walletconnect/web3-provider": "^1.6.6",
"axios": "^0.24.0",
"babel-preset-next": "^1.4.0",
"next": "11.1.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-redux": "^7.2.6",
"styled-components": "^5.3.3",
"tailwind-react-ui": "^0.8.1",
"walletlink": "^2.2.10",
"web3": "^1.6.1",
"web3modal": "^1.9.4"
},
"devDependencies": {
"autoprefixer": "10.3.4",
"babel-plugin-styled-components": "^2.0.2",
"classnames": "2.3.1",
"eslint": "7.32.0",
"eslint-config-next": "11.1.2",
"postcss": "8.3.6",
"postcss-100vh-fix": "1.0.2",
"postcss-flexbugs-fixes": "5.0.2",
"postcss-hover-media-feature": "1.0.1",
"postcss-preset-env": "6.7.0",
"tailwindcss": "2.2.15"
}
}