-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.35 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
{
"name": "learn-starter",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"debug": "NODE_OPTIONS='--inspect' next dev"
},
"dependencies": {
"@material-ui/core": "^4.11.0",
"@material-ui/lab": "^4.0.0-alpha.56",
"@material-ui/styles": "^4.10.0",
"@webdeb/next-styles": "^1.1.0",
"aos": "^2.3.4",
"axios": "^0.20.0",
"bootstrap": "^4.5.2",
"firebase": "^8.4.2",
"html-react-parser": "^0.14.0",
"jquery": "^3.5.1",
"lodash": "^4.17.20",
"mobx": "^6.3.13",
"mobx-react": "^7.2.1",
"moment": "^2.29.1",
"next": "9.5.5",
"next-seo": "^4.11.0",
"react": "16.13.1",
"react-autocomplete": "^1.8.1",
"react-content-loader": "^5.1.2",
"react-datepicker": "^3.4.1",
"react-dates": "^21.8.0",
"react-dom": "16.13.1",
"react-image-lightbox": "^5.1.1",
"react-lottie": "^1.2.3",
"react-number-format": "^4.4.1",
"react-share": "^4.4.0",
"react-slick": "^0.27.11",
"sass-loader": "^10.0.3",
"slick-carousel": "^1.8.1",
"socket.io-client": "^2.3.1",
"styled-components": "^5.2.0",
"styled-jsx-plugin-sass": "^1.0.0",
"sweetalert": "^2.1.2",
"uuid": "^8.3.1"
},
"devDependencies": {
"babel-plugin-styled-components": "^1.11.1",
"sass": "^1.27.0"
}
}