-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.27 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
43
44
45
46
47
48
49
{
"name": "home",
"version": "0.1.0",
"private": true,
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@tryghost/admin-api": "^1.4.3",
"@tryghost/content-api": "^1.5.10",
"@tryghost/helpers": "^1.1.49",
"@tryghost/string": "^0.1.19",
"apexcharts": "^3.27.3",
"axios": "^0.21.1",
"discord-webhook-node": "^1.1.8",
"highlight.js": "^11.2.0",
"html-react-parser": "^1.2.8",
"memoizee": "^0.4.15",
"next": "11.0.1",
"nprogress": "^0.2.0",
"react": "17.0.2",
"react-apexcharts": "^1.3.9",
"react-clamp-lines": "^3.0.2",
"react-dom": "17.0.2",
"react-fittext": "^1.0.0",
"react-infinite-scroll-component": "^6.1.0",
"react-lazyload": "^3.2.0",
"react-scale-text": "^1.2.2",
"sass": "^1.36.0",
"sync-request": "^6.1.0",
"uikit": "^3.7.1",
"yarn": "^1.22.10"
},
"devDependencies": {
"@types/memoizee": "^0.4.6",
"@types/nprogress": "^0.2.0",
"@types/react": "17.0.14",
"@types/react-lazyload": "^3.1.1",
"@types/tryghost__content-api": "^1.3.7",
"@types/uikit": "^3.3.2",
"eslint": "7.30.0",
"eslint-config-next": "11.0.1",
"typescript": "4.3.5"
}
}