-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 981 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
35
36
37
{
"name": "progressive-web-app",
"version": "0.1.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "next build && next export",
"start": "next start -p $PORT",
"heroku-postbuild": "npm run build"
},
"dependencies": {
"airtable": "^0.10.1",
"autoprefixer": "^10.2.5",
"cors": "^2.8.5",
"fathom-client": "^3.0.0",
"next": "latest",
"next-pwa": "^3.1.0",
"parallax-js": "^3.1.0",
"postcss": "^8.2.9",
"react": "^16.13.1",
"react-accessible-accordion": "^3.3.4",
"react-aria-modal": "^4.0.0",
"react-dom": "^16.13.1",
"react-markdown": "^5.0.3",
"react-masonry-component": "^6.2.1",
"react-parallax": "^3.3.0",
"react-scroll-parallax": "^2.4.0",
"react-slick": "^0.28.1",
"react-tabs": "^3.2.2",
"remark-breaks": "^2.0.2",
"sass": "^1.32.12",
"slick-carousel": "^1.8.1",
"splitting": "^1.0.6",
"tailwindcss": "^2.0.4"
},
"license": "MIT"
}