-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 938 Bytes
/
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
{
"name": "powerstone-nextjs-demo",
"version": "1.1.0",
"description": "Ziran - React Next Multipurpose Portfolio Landing",
"main": "index.js",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next export",
"compile-sass": "sass --watch public/css/style.scss public/css/style2.css"
},
"author": "",
"license": "ISC",
"dependencies": {
"mixitup": "^3.3.1",
"next": "^10.0.6",
"react": "^16.14.0",
"react-accessible-accordion": "^3.3.3",
"react-anchor-link-smooth-scroll": "^1.0.12",
"react-dom": "^16.14.0",
"react-image-lightbox": "^5.1.1",
"react-modal-video": "^1.2.6",
"react-owl-carousel3": "^2.2.5",
"react-parallax": "^3.1.2",
"react-particles-js": "^2.7.1",
"react-sweet-progress": "^1.1.2",
"react-typing-effect": "^2.0.4",
"react-visibility-sensor": "^5.1.1",
"react-water-wave": "^1.0.5",
"react-wow": "^1.0.0",
"sass": "^1.32.5"
}
}