-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.41 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": "crud-recap-template",
"version": "0.0.0-unreleased",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest --watchAll"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.5.1",
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"eslint": "8.44.0",
"eslint-config-next": "13.4.8",
"framer-motion": "^11.0.3",
"fuse": "^0.11.3",
"fuse.js": "^7.0.0",
"mongodb": "^6.0.0",
"mongoose": "^7.5.0",
"motion": "^10.17.0",
"next": "13.4.8",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-loader-spinner": "^6.1.6",
"react-loaders": "^3.0.1",
"react-markdown": "^8.0.7",
"react-spinners": "^0.13.8",
"router": "^1.3.8",
"styled-components": "^6.0.2",
"swr": "^2.2.2",
"use-local-storage-state": "^19.0.4",
"uuid": "^9.0.1"
},
"devDependencies": {
"@svgr/webpack": "^8.0.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"dotenv": "^16.3.1",
"eslint-plugin-jest": "^27.2.2",
"jest": "^29.6.0",
"jest-environment-jsdom": "^29.6.0"
},
"description": "Next.js (incl. Styled Components and Jest)",
"nf": {
"template": "next"
}
}