-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.85 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.85 KB
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
53
54
55
56
57
58
59
60
{
"name": "stemify2",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"cypress:open": "cypress open",
"cypress:run": "cypress run --browser chrome",
"ci:nobuild": "start-server-and-test start http://localhost:3000/ cypress:run",
"ci": "next build && start-server-and-test start http://localhost:3000/ cypress:run",
"quicktest": "start-server-and-test dev http://localhost:3000/ cypress:run",
"test": "jest --watch"
},
"dependencies": {
"@fortawesome/fontawesome-common-types": "^6.1.0",
"@fortawesome/fontawesome-svg-core": "^6.2.0",
"@fortawesome/free-brands-svg-icons": "^6.1.0",
"@fortawesome/free-solid-svg-icons": "^6.0.0",
"@fortawesome/react-fontawesome": "^0.1.17",
"@google-cloud/storage": "^5.18.2",
"@next-auth/prisma-adapter": "^1.0.1",
"@prisma/client": "^3.11.0",
"discord.js": "^12.5.3",
"jest-environment-jsdom": "^28.1.0",
"next": "12.1.0",
"next-auth": "^4.2.1",
"next-superjson": "^0.0.4",
"node-fetch": "^3.2.1",
"node-vibrant": "^3.2.1-alpha.1",
"react": "17.0.2",
"react-countdown": "^2.3.2",
"react-debounce-input": "^3.2.5",
"react-dom": "17.0.2",
"react-palette": "^1.0.2",
"react-spinners": "^0.11.0",
"slugify": "^1.6.5",
"stem-player-sdk": "^0.2.4",
"superjson": "^1.11.0",
"ytdl-core": "^4.10.1",
"ytpl": "^2.3.0"
},
"devDependencies": {
"@types/node": "^17.0.21",
"@types/react": "17.0.39",
"autoprefixer": "^10.4.2",
"cypress": "^9.5.2",
"eslint": "8.10.0",
"eslint-config-next": "12.1.0",
"jest": "^28.1.0",
"postcss": "^8.4.7",
"prisma": "^3.11.0",
"start-server-and-test": "^1.14.0",
"tailwindcss": "^3.0.23",
"ts-node": "^10.5.0",
"typescript": "^4.6.2"
}
}