-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.15 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": "kad1kad-last.fm-to-spotfity-playlist-creator",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest --watch"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.1.2",
"@fortawesome/free-regular-svg-icons": "^6.1.2",
"@fortawesome/free-solid-svg-icons": "^6.1.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"boxicons": "^2.1.2",
"framer-motion": "^6.4.2",
"jest-environment-jsdom": "^29.0.1",
"next": "12.2.0",
"next-auth": "^4.8.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"spotify-web-api-node": "^5.0.2"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^14.4.3",
"autoprefixer": "^10.4.7",
"babel-jest": "^29.0.1",
"eslint": "8.19.0",
"eslint-config-next": "12.2.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.0.1",
"postcss": "^8.4.14",
"react-test-renderer": "^18.2.0",
"regenerator-runtime": "^0.13.9",
"tailwindcss": "^3.1.4"
}
}