forked from phiilu/phiilu.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.81 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
{
"name": "phiilu.com",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"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",
"postinstall": "node node_modules/puppeteer-core/install.js"
},
"dependencies": {
"@wordpress/wordcount": "^3.2.0",
"classnames": "^2.3.1",
"contentful": "^8.4.2",
"cssnano": "^5.0.7",
"date-fns": "^2.22.1",
"eslint-config-next": "^11.0.1",
"fast-glob": "^3.2.7",
"framer-motion": "^4.1.17",
"markdown": "^0.5.0",
"next": "^11.0.1",
"next-google-fonts": "^2.2.0",
"next-transpile-modules": "^8.0.0",
"node-fetch": "^2.6.1",
"prism-react-renderer": "^1.2.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hot-toast": "^2.0.0",
"react-markdown": "^6.0.2",
"rehype-raw": "^5.1.0",
"remark-unwrap-images": "^2.1.0",
"use-clipboard-copy": "^0.2.0",
"use-local-storage-state": "^10.0.0"
},
"devDependencies": {
"@next/bundle-analyzer": "^11.0.1",
"@tailwindcss/typography": "^0.4.1",
"@tailwindcss/ui": "^0.7.2",
"chrome-aws-lambda": "^10.1.0",
"cross-env": "^7.0.2",
"eslint": "^7.31.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"feed": "^4.2.1",
"globby": "^12.0.0",
"postcss": "^8.3.6",
"postcss-flexbugs-fixes": "5.0.2",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.3.2",
"puppeteer-core": "^10.1.0",
"raw-loader": "^4.0.2",
"sitemap": "^7.0.0",
"tailwindcss": "^2.2.6"
},
"license": "MIT"
}