-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.4 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
44
45
46
47
48
49
50
51
52
{
"name": "spui",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.8.2",
"autoprefixer": "^10.4.4",
"classnames": "^2.3.1",
"emotion": "^11.0.0",
"next": "^12.1.2",
"next-pwa": "^5.4.6",
"next-transpile-modules": "^9.0.0",
"postcss": "^8.4.12",
"react": "^17.0.2",
"react-dnd": "^15.1.1",
"react-dom": "^17.0.2",
"react-hook-form": "^7.28.1",
"react-icons": "^4.3.1",
"react-infinite-scroll-component": "^6.1.0",
"react-query": "^3.34.19",
"react-slider": "^2.0.0",
"react-spinners": "^0.11.0",
"react-spotify-web-playback-sdk": "^3.0.1",
"react-toastify": "^8.2.0",
"recoil": "^0.6.1",
"sass": "^1.49.9",
"sharp": "^0.30.3",
"tailwindcss": "^3.0.23",
"tailwindcss-safe-area": "^0.2.2"
},
"devDependencies": {
"@types/node": "17.0.23",
"@types/react": "17.0.43",
"@types/react-dom": "17.0.14",
"@types/react-slider": "^1.3.1",
"@types/tailwindcss": "^3.0.9",
"eslint": "8.12.0",
"eslint-config-next": "12.1.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-unused-imports": "^2.0.0",
"prettier": "^2.6.1",
"typescript": "^4.5.5"
}
}