-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 867 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
{
"name": "pokemon-store-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"body-scroll-lock": "^4.0.0-beta.0",
"disable-scroll": "^0.6.0",
"jsconfig.json": "^2.2.0",
"next": "11.0.1",
"next-fonts": "^1.5.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-dual-range-slider": "^1.0.4",
"react-icons": "^4.2.0",
"react-slider": "^1.3.1",
"recoil": "^0.4.0",
"recoil-persist": "^3.0.0",
"styled-components": "^5.3.0"
},
"devDependencies": {
"babel-plugin-styled-components": "^1.13.2",
"css-loader": "^6.2.0",
"eslint": "7.32.0",
"eslint-config-next": "11.0.1",
"file-loader": "^6.2.0",
"style-loader": "^3.2.1",
"url-loader": "^4.1.1"
}
}