-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.18 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
{
"name": "onfeet-next",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"color-wheel": "node"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@uiw/react-color-wheel": "^2.3.2",
"better-sqlite3": "^11.3.0",
"bootstrap": "^5.3.3",
"bson": "^6.8.0",
"changed-sneaks-api": "^1.2.0",
"mongodb": "^6.9.0",
"mongoose": "^8.6.3",
"next": "^14.2.13",
"onfeet-next": "file:",
"path": "^0.12.7",
"react": "^18",
"react-color": "^2.19.3",
"react-dom": "^18",
"react-scroll": "^1.9.0",
"react-spinners": "^0.14.1",
"sneaks-api": "^1.2.3",
"typed.js": "^2.1.0",
"web-vitals": "^2.1.4"
},
"devDependencies": {
"@types/lodash": "^4.17.9",
"eslint": "^8",
"eslint-config-next": "14.2.11"
},
"resolutions": {
"bson": "^6.8.0"
}
}