-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 996 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
39
40
{
"name": "glamaura",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"generate-sitemap": "node generate-sitemap.js"
},
"dependencies": {
"@datadog/browser-rum": "^5.10.0",
"@emailjs/browser": "^3.6.2",
"@react-aria/ssr": "^3.9.2",
"bootstrap": "^5.2.3",
"framer-motion": "^6.5.1",
"fs": "^0.0.1-security",
"gray-matter": "^4.0.3",
"luxon": "^3.0.1",
"next": "12.1.6",
"path": "^0.12.7",
"react": "18.2.0",
"react-audio-player": "^0.17.0",
"react-bootstrap": "^2.4.0",
"react-dom": "18.2.0",
"react-paginate": "^8.1.3",
"react-search-box": "^2.3.0",
"react-slick": "^0.29.0",
"remark": "^14.0.2",
"remark-html": "^15.0.1",
"sass": "^1.52.3",
"sharp": "^0.30.7"
},
"devDependencies": {
"@types/react-slick": "^0.23.13",
"eslint": "8.18.0",
"eslint-config-next": "12.1.6"
}
}