-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
36 lines (36 loc) · 885 Bytes
/
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
{
"name": "miningcore-ui",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"proxy": "node server",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.4.2",
"antd": "^4.18.2",
"axios": "^0.24.0",
"dayjs": "^1.10.7",
"next": "12.0.7",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-redux": "^7.2.6",
"tailwindcss": "^3.0.8"
},
"devDependencies": {
"@babel/core": "^7.16.7",
"@babel/plugin-transform-runtime": "^7.16.7",
"@next/bundle-analyzer": "^12.0.7",
"autoprefixer": "^10.4.1",
"babel-eslint": "^10.1.0",
"clean-css": "^5.2.2",
"cors": "^2.8.5",
"css-minimizer-webpack-plugin": "^3.3.1",
"eslint": "8.5.0",
"eslint-config-next": "12.0.7",
"postcss": "^8.4.5",
"terser-webpack-plugin": "^5.3.0"
}
}