-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.19 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.19 KB
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
{
"name": "dmlvr.com",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"sprite": "gulp svgsprite"
},
"dependencies": {
"@directus/sdk": "^16.1.0",
"@fingerprintjs/fingerprintjs": "^4.4.3",
"@types/node": "20.5.6",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"classnames": "^2.5.1",
"cookie": "^0.5.0",
"csrf": "^3.1.0",
"dompurify": "^3.0.8",
"eslint": "8.48.0",
"eslint-config-next": "13.4.19",
"gulp": "^4.0.2",
"gulp-rename": "^2.0.0",
"gulp-svgstore": "^9.0.0",
"js-cookie": "^3.0.5",
"next": "^14.0.3",
"nodemailer": "^6.9.9",
"prismjs": "^1.29.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-grid-gallery": "^1.0.1",
"react-image-lightbox": "^5.1.4",
"react-yandex-metrika": "^2.6.0",
"sass": "^1.66.1",
"sharp": "^0.34.1",
"typescript": "5.2.2",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/cookie": "^0.5.1",
"@types/dompurify": "^3.0.5",
"@types/js-cookie": "^3.0.3",
"@types/nodemailer": "^6.4.14",
"@types/prismjs": "^1.26.4"
}
}