-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·56 lines (56 loc) · 1.55 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·56 lines (56 loc) · 1.55 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
49
50
51
52
53
54
55
56
{
"name": "skillwallet-landing",
"version": "0.0.1",
"private": true,
"description": "Skillwallet",
"author": "SkillWallet Inc.",
"scripts": {
"build": "next build",
"dev": "next",
"start": "next start"
},
"dependencies": {
"@glidejs/glide": "^3.4.1",
"@redq/reuse-modal": "^1.1.9",
"@skill-wallet/auth": "^1.0.31",
"@styled-system/theme-get": "^5.1.2",
"animate.css": "^4.1.1",
"easyqrcodejs": "^4.4.10",
"html-entities": "^2.3.2",
"next": "^11.1.2",
"next-compose-plugins": "^2.2.1",
"next-fonts": "1.5.1",
"next-optimized-images": "^2.6.2",
"polished": "^4.0.3",
"prop-types": "^15.7.2",
"rc-collapse": "^3.1.1",
"rc-drawer": "^4.1.0",
"rc-progress": "^3.1.1",
"rc-slider": "^9.7.5",
"rc-tabs": "11.10.1",
"react": "^17.0.1",
"react-accessible-accordion": "3.3.5",
"react-anchor-link-smooth-scroll": "^1.0.12",
"react-aria-menubutton": "^7.0.2",
"react-collapsible": "^2.8.4",
"react-dom": "^17.0.1",
"react-dropzone": "^11.7.0",
"react-fast-marquee": "^1.3.1",
"react-hook-form": "^7.26.0",
"react-icons-kit": "^2.0.0",
"react-image": "^4.0.3",
"react-mailchimp-subscribe": "^2.1.3",
"react-reveal": "^1.2.2",
"react-scrollspy": "^3.4.3",
"react-select": "^5.0.0",
"react-slick": "^0.28.1",
"react-stickynode": "4.0.0",
"rheostat": "^4.1.1",
"styled-components": "^5.2.1",
"styled-system": "5.1.5",
"swiper": "^7.0.6"
},
"devDependencies": {
"babel-plugin-styled-components": "^1.11.1"
}
}