-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
72 lines (72 loc) · 1.95 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "crypto-blog",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"cypress": "cypress open",
"test:ci": "start-server-and-test 'npm start' 3000 'cypress run'"
},
"dependencies": {
"@auth/prisma-adapter": "^1.0.1",
"@formspree/react": "^2.4.4",
"@fortawesome/fontawesome-free": "^6.4.0",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@prisma/client": "^4.16.2",
"@types/node": "20.3.3",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"autoprefixer": "10.4.14",
"axios": "^1.4.0",
"bcryptjs": "^2.4.3",
"date-fns": "^2.30.0",
"eslint": "8.44.0",
"eslint-config-next": "13.4.8",
"flowbite": "^1.7.0",
"framer-motion": "^10.15.0",
"next": "13.4.8",
"next-auth": "^4.22.1",
"pg": "^8.11.1",
"postcss": "8.4.24",
"react": "18.2.0",
"react-cryptocoins": "^1.0.11",
"react-dom": "18.2.0",
"react-icons": "^4.10.1",
"react-icons-kit": "^2.0.0",
"react-intersection-observer": "^9.5.2",
"tailwindcss": "3.3.2",
"typescript": "5.1.6"
},
"engines": {
"node": ">=14.20.1"
},
"devDependencies": {
"@types/es6-promise": "^3.3.0",
"cypress": "^12.17.3",
"prisma": "^4.16.2"
},
"description": "Crypto blog, DJ app is an app that allows you to keep track of your crypto portfolio and earnings for the latest prices",
"main": "next.config.js",
"directories": {
"lib": "lib"
},
"author": "Anas Al-Sammarraie",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/anas599/Crypto-blog.git"
},
"keywords": [
"Crypto-blog",
"Nextjs"
],
"bugs": {
"url": "https://github.com/anas599/Crypto-blog/issues"
},
"homepage": "https://github.com/anas599/Crypto-blog#readme"
}