-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 899 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
36
37
38
{
"name": "cpsc254-project-nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "mocha test"
},
"dependencies": {
"@blazity/next-image-proxy": "^1.0.2",
"apify-client": "^2.6.1",
"axios": "^1.2.0",
"cheerio": "^1.0.0-rc.12",
"cors": "^2.8.5",
"jwt-decode": "^3.1.2",
"next": "13.0.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.7.1",
"react-loading-overlay-ts": "^2.0.0",
"save-dev": "^0.0.1-security",
"zustand": "^4.1.4"
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"chai": "^4.3.7",
"cypress": "^11.1.0",
"eslint": "8.27.0",
"eslint-config-next": "13.0.3",
"mocha": "^10.1.0",
"nyc": "^15.1.0",
"postcss": "^8.4.19",
"tailwindcss": "^3.2.4"
}
}