-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.14 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
{
"name": "acquity-landing-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"deploy": "next build && next export"
},
"dependencies": {
"@glidejs/glide": "^3.4.1",
"@styled-system/theme-get": "^5.1.2",
"@zeit/next-css": "^1.0.1",
"css-loader": "^3.2.0",
"imagemin-mozjpeg": "^8.0.0",
"imagemin-optipng": "^7.1.0",
"imagemin-svgo": "^7.0.0",
"next": "9.1.1",
"next-compose-plugins": "^2.2.0",
"next-fonts": "^0.19.0",
"next-optimized-images": "^2.5.3",
"rc-drawer": "^3.0.2",
"react": "16.10.2",
"react-anchor-link-smooth-scroll": "^1.0.12",
"react-countdown-now": "^2.1.1",
"react-dom": "16.10.2",
"react-icons-kit": "^1.3.1",
"react-image-gallery": "^0.9.1",
"react-particles-js": "^2.7.0",
"react-reveal": "^1.2.2",
"react-scrollspy": "^3.4.0",
"react-select": "^3.0.8",
"react-stickynode": "^2.1.1",
"style-loader": "^1.0.0",
"styled-components": "^4.4.0",
"styled-system": "^5.1.2"
},
"devDependencies": {
"babel-plugin-root-import": "^6.4.1"
}
}