-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.67 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
53
54
55
56
57
58
59
60
{
"name": "viral-pixel-main",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/cache": "^11.10.5",
"@emotion/css": "^11.11.0",
"@emotion/react": "^11.11.1",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@iconify/react": "^4.1.0",
"@mui/lab": "^5.0.0-alpha.124",
"@mui/material": "^5.13.5",
"@mui/system": "^5.13.5",
"@mui/x-date-pickers": "^6.7.0",
"@reduxjs/toolkit": "^1.9.5",
"date-fns": "^2.30.0",
"escape-html": "^1.0.3",
"framer-motion": "^10.12.16",
"lodash.merge": "^4.6.2",
"next": "^13.4.5",
"nprogress": "^0.2.0",
"numeral": "^2.0.6",
"react": "^18.2.0",
"react-countup": "^6.4.2",
"react-dom": "^18.2.0",
"react-lazy-load-image-component": "^1.6.0",
"react-redux": "^8.1.1",
"react-slick": "^0.29.0",
"reading-time": "^1.5.0",
"simplebar-react": "^3.2.4",
"slate": "^0.94.1",
"slick-carousel": "^1.8.1",
"stylis": "^4.1.1",
"stylis-plugin-rtl": "^2.1.1",
"yet-another-react-lightbox": "^3.11.1"
},
"devDependencies": {
"@babel/core": "^7.22.5",
"@babel/eslint-parser": "^7.22.5",
"@types/escape-html": "^1.0.2",
"@types/lodash.merge": "^4.6.7",
"@types/node": "^20.3.1",
"@types/nprogress": "^0.2.0",
"@types/numeral": "^2.0.2",
"@types/react": "^18.2.12",
"@types/react-lazy-load-image-component": "^1.5.3",
"@types/react-slick": "^0.23.10",
"@types/stylis": "^4.2.0",
"eslint": "^8.42.0",
"eslint-config-next": "^13.4.5",
"typescript": "^5.1.3"
}
}