-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 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
{
"name": "wal",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"axios": "^0.27.2",
"cross-fetch": "^3.1.5",
"myanimelist-api-wrapper": "git+https://github.com/b1ink0/my-anime-list-api-wrapper.git",
"next": "12.2.3",
"react": "18.2.0",
"react-alice-carousel": "^2.6.4",
"react-dom": "18.2.0",
"react-haiku": "^2.0.3",
"react-infinite-scroll-component": "^6.1.0",
"react-lazy-load-image-component": "^1.5.6",
"react-loading-skeleton": "^3.1.0",
"react-rating": "^2.0.5",
"react-redux": "^8.0.2"
},
"devDependencies": {
"autoprefixer": "^10.4.8",
"eslint": "8.20.0",
"eslint-config-next": "12.2.3",
"postcss": "^8.4.16",
"sass": "^1.54.4",
"tailwindcss": "^3.1.8"
}
}