-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.11 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
{
"name": "agility-nextjs-starter-2020",
"version": "0.2.1",
"private": true,
"scripts": {
"predev": "node agility/agility.sync.js sync",
"dev": "next dev",
"prebuild": "node agility/agility.sync.js prebuild",
"build": "next build",
"postbuild": "node agility/agility.sync.js postbuild",
"start": "next build && next start",
"cms-pull": "NODE_ENV=development && node framework/agility/agility.sync.js sync",
"cms-clear": "node agility.sync.js clear"
},
"dependencies": {
"@agility/content-fetch": "^1.0.0",
"@agility/content-sync": "^0.1.23",
"@tailwindcss/typography": "^0.2.0",
"feather-icons": "^4.28.0",
"framer-motion": "^2.1.0",
"fs-extra": "^9.0.1",
"next": "9.5.2",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-html-parser": "^2.0.2",
"react-modal": "^3.11.2",
"react-slick": "^0.27.0",
"slick-carousel": "^1.8.1",
"styled-components": "^5.1.1",
"truncate-html": "^1.0.3",
"twin.macro": "^1.6.2",
"use-in-view": "^1.0.15"
},
"devDependencies": {
"@svgr/webpack": "^5.4.0",
"url-loader": "^4.1.0"
}
}