-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.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": "paleoindian-site",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"start": "next start",
"lint": "next lint",
"format": "prettier --write .",
"serve": "serve out",
"prepare": "husky install"
},
"dependencies": {
"@faker-js/faker": "7.6.0",
"@next/font": "13.1.2",
"@radix-ui/react-popover": "^1.0.5",
"@radix-ui/react-tooltip": "^1.0.5",
"@types/node": "18.11.18",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.10",
"classnames": "^2.3.2",
"dompurify": "^2.4.3",
"eslint": "8.31.0",
"eslint-config-next": "13.1.2",
"framer-motion": "^9.0.2",
"next": "13.1.2",
"react": "18.2.0",
"react-compare-slider": "^2.2.0",
"react-dom": "18.2.0",
"react-modal": "^3.16.1",
"react-player": "^2.12.0",
"react-responsive": "^9.0.2",
"react-use-draggable-scroll": "^0.4.7",
"sharp": "^0.31.3",
"typescript": "4.9.4",
"uuid": "^9.0.0"
},
"devDependencies": {
"@next/eslint-plugin-next": "^13.1.6",
"@types/dompurify": "^2.4.0",
"@types/react-modal": "^3.16.3",
"@types/uuid": "9.0.1",
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"babel-eslint": "^10.1.0",
"eslint-config-prettier": "^8.8.0",
"husky": "^8.0.0",
"prettier": "^2.8.8",
"sass": "^1.57.1"
}
}