-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.05 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
{
"name": "ponyo-webapp",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"@reduxjs/toolkit": "^1.6.2",
"antd": "^4.18.4",
"axios": "^0.25.0",
"next": "11.1.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-modal": "^3.14.4",
"react-redux": "^7.2.5",
"redux": "^4.1.1",
"redux-logger": "^3.0.6",
"tailwind": "^4.0.0",
"typescript": "^4.1.2",
"uuid": "^8.3.2",
"web-vitals": "^2.1.2"
},
"devDependencies": {
"@types/react": "^17.0.38",
"@types/react-redux": "^7.1.18",
"@types/redux-logger": "^3.0.9",
"autoprefixer": "^10.3.7",
"eslint": "7.32.0",
"eslint-config-google": "^0.14.0",
"eslint-config-next": "11.1.2",
"postcss": "^8.3.9",
"prettier": "^2.4.1",
"prettier-eslint": "^13.0.0",
"prettier-eslint-cli": "^5.0.1",
"tailwindcss": "^2.2.17",
"typescript": "4.4.3"
}
}