-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
63 lines (63 loc) · 1.77 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
61
62
63
{
"name": "undangan-online",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"export": "next export",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@auth0/nextjs-auth0": "^2.0.1",
"@blueprintjs/core": "^4.12.0",
"@blueprintjs/popover2": "^1.10.1",
"@blueprintjs/select": "^4.8.11",
"@craftjs/core": "^0.2.0-beta.8",
"@craftjs/layers": "^0.2.0-beta.8",
"@styled-system/should-forward-prop": "^5.1.5",
"@tanstack/react-query": "^4.18.0",
"axios": "^0.21.1",
"font-picker-react": "^3.5.2",
"fontfaceobserver": "^2.3.0",
"formik": "^2.2.9",
"imagekit": "^4.1.2",
"lodash.get": "^4.4.2",
"lodash.merge": "^4.6.2",
"lzutf8": "^0.6.3",
"moment": "^2.29.1",
"next": "^12.1.0",
"node-fetch": "^3.3.0",
"normalize.css": "^8.0.1",
"nprogress": "^0.2.0",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-audio-player": "^0.14.0",
"react-collapsed": "^3.6.0",
"react-color": "^2.19.3",
"react-contenteditable": "^3.3.6",
"react-datetime-picker": "^4.2.0",
"react-dom": "^17.0.2",
"react-dropzone": "^14.2.3",
"react-google-recaptcha": "^2.1.0",
"react-hook-form": "^6.15.4",
"react-icons": "^4.2.0",
"react-medium-image-zoom": "^5.1.2",
"react-resize-detector": "^6.6.3",
"react-reveal": "^1.2.2",
"react-scroll-parallax": "^3.3.2",
"react-slick": "^0.28.1",
"react-use": "^17.4.0",
"sass": "^1.32.8",
"slick-carousel": "^1.8.1",
"styled-components": "^5.2.1",
"styled-system": "^5.1.5",
"tiny-invariant": "^1.3.1",
"units-css": "^0.4.0",
"webfontloader": "^1.6.28",
"yup": "^0.32.11"
},
"devDependencies": {
"babel-plugin-styled-components": "^1.12.0"
}
}