-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
41 lines (41 loc) · 1.03 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
{
"name": "lol-skin-explorer",
"description": "A skin splash art viewer for League of Legends.",
"author": {
"email": "pranavnutalapati@gmail.com",
"name": "Pranav Nutalapati"
},
"version": "1.1.0",
"private": true,
"scripts": {
"precache": "node data/_precache.mjs",
"dev": "npm run precache && next dev",
"build": "npm run precache && next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@mdx-js/loader": "^1.6.22",
"@next/mdx": "^12.0.7",
"axios": "^0.24.0",
"cheerio": "^1.0.0-rc.10",
"classnames": "^2.3.1",
"fuse.js": "^6.4.6",
"ioredis": "^4.28.2",
"lucide-react": "^0.16.22",
"next": "12.0.7",
"next-absolute-url": "^1.2.2",
"next-pwa": "^5.4.4",
"next-sitemap": "^1.6.203",
"p-limit": "^4.0.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-swipeable": "^6.2.0",
"remark-emoji": "^3.0.2",
"sass": "^1.45.0"
},
"devDependencies": {
"eslint": "8.5.0",
"eslint-config-next": "12.0.7"
}
}