-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.75 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
{
"name": "fpellicero.github.io",
"version": "0.1.0",
"private": true,
"scripts": {
"predev": "yarn compile",
"dev": "next dev",
"prebuild": "yarn compile",
"build": "next build",
"start": "next start",
"build:static": "next build && next export",
"predeploy": "rm -rf out && yarn build:static && cp CNAME .nojekyll ./out/",
"deploy": "gh-pages --dotfiles -d out",
"extract": "lingui extract",
"compile": "lingui compile"
},
"dependencies": {
"@fortawesome/free-regular-svg-icons": "^5.15.2",
"@lingui/react": "^3.5.1",
"@mapbox/rehype-prism": "^0.5.0",
"@mdx-js/react": "^1.6.22",
"@types/gtag.js": "^0.0.4",
"animejs": "^3.2.1",
"framer-motion": "^3.3.0",
"gray-matter": "^4.0.2",
"moment": "^2.29.1",
"next": "^11.0.1",
"next-mdx-remote": "^2.1.3",
"react": "17.0.1",
"react-circle-flags": "^0.0.11",
"react-dom": "17.0.1",
"reading-time": "^1.3.0",
"rehype-highlight": "^4.0.0",
"timeago.js": "^4.0.2"
},
"devDependencies": {
"@babel/core": "^7.12.16",
"@fortawesome/fontawesome-svg-core": "^1.2.34",
"@fortawesome/free-brands-svg-icons": "^5.15.2",
"@fortawesome/free-solid-svg-icons": "^5.15.2",
"@fortawesome/react-fontawesome": "^0.1.14",
"@lingui/cli": "^3.5.1",
"@lingui/macro": "^3.5.1",
"@types/animejs": "^3.1.2",
"@types/mdx-js__react": "^1.5.3",
"@types/moment": "^2.13.0",
"@types/node": "^14.14.25",
"@types/react": "^17.0.1",
"babel-plugin-macros": "^3.0.1",
"bulma-timeline": "^3.0.4",
"clsx": "^1.1.1",
"dark-mode-react-hook": "^1.1.0",
"gh-pages": "^3.1.0",
"raw-loader": "^4.0.2",
"react-bulma-components": "3.1.3",
"sass": "^1.32.7",
"typescript": "^4.3.5"
}
}