-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
68 lines (68 loc) · 2.07 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "anzifan.com",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postbuild": "next-sitemap --config next-sitemap.config.js",
"analyze": "cross-env ANALYZE=true next build",
"analyze:server": "cross-env BUNDLE_ANALYZE=server next build",
"analyze:browser": "cross-env BUNDLE_ANALYZE=browser next build"
},
"dependencies": {
"@artsy/fresnel": "^3.5.0",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.2.0",
"@headlessui/react": "^1.4.2",
"@icons-pack/react-simple-icons": "^7.2.0",
"@plaiceholder/next": "^2.2.0",
"@types/aos": "^3.0.4",
"@types/gtag.js": "^0.0.10",
"aos": "^2.3.4",
"chart.js": "^3.7.1",
"chartjs-plugin-gradient": "^0.5.0",
"googleapis": "^100.0.0",
"moment": "^2.29.2",
"next": "12.1.6",
"next-pwa": "^5.5.4",
"next-seo": "^5.4.0",
"next-themes": "^0.2.0",
"nextjs-progressbar": "^0.0.13",
"notion-client": "^6.16.0",
"notion-types": "^6.16.0",
"notion-utils": "^6.16.0",
"plaiceholder": "^2.2.0",
"probe-image-size": "^7.2.2",
"react": "17.0.2",
"react-chartjs-2": "^4.1.0",
"react-dom": "17.0.2",
"react-moment": "^1.1.1",
"react-notion-x": "^6.16.0",
"react-syntax-highlighter": "^15.4.5",
"reading-time": "^1.5.0",
"sharethis-reactjs": "^1.6.0",
"sharp": "^0.32.1",
"swr": "^1.1.2",
"transliteration": "^2.2.0",
"twikoo": "^1.5.11",
"unfurl.js": "^5.6.2"
},
"devDependencies": {
"@next/bundle-analyzer": "^12.1.6",
"@svgr/webpack": "^6.1.2",
"@types/node": "17.0.6",
"@types/probe-image-size": "^7.0.1",
"@types/react": "17.0.38",
"@types/react-syntax-highlighter": "^13.5.2",
"cross-env": "^7.0.3",
"eslint": "8.6.0",
"eslint-config-next": "12.0.7",
"next-sitemap": "^4.0.9",
"typescript": "4.5.4",
"windicss-webpack-plugin": "^1.7.3"
}
}