-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
68 lines (68 loc) · 2.19 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": "manim-website",
"version": "0.1.0",
"private": true,
"description": "manim-website",
"author": "Naveen M K",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"format": "prettier --write \"./**/*.{js,css,json,scss}\""
},
"dependencies": {
"@babel/core": "^7.4.0-0",
"@fontsource/ibm-plex-sans": "^4.5.1",
"@fontsource/plus-jakarta-sans": "^4.5.0",
"@fontsource/righteous": "^4.5.0",
"@fortawesome/fontawesome-free": "^6",
"@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.1.16",
"@popperjs/core": "^2.10.2",
"@tippyjs/react": "^4.2.6",
"autoprefixer": "^10.4.0",
"axios": "^0.27.2",
"babel-eslint": "^10.0.0",
"babel-plugin-prismjs": "^2.1.0",
"babel-preset-gatsby": "^2.0.0",
"bootstrap": "^5",
"core-js": "^3.0.0",
"eslint": "^7.32.0",
"gatsby": "^5",
"gatsby-plugin-image": "^3",
"gatsby-plugin-react-helmet": "^6",
"gatsby-plugin-sass": "^6",
"gatsby-plugin-sharp": "^5",
"gatsby-plugin-sitemap": "^6",
"gatsby-remark-autolink-headers": "^6",
"gatsby-remark-prismjs": "^7",
"gatsby-remark-smartypants": "^6",
"gatsby-source-filesystem": "^5",
"gatsby-transformer-json": "^5",
"gatsby-transformer-remark": "^6",
"gatsby-transformer-sharp": "^5",
"postcss": "^8.4.31",
"prismjs": "^1.27.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-headroom": "^3.2.0",
"react-helmet": "^6.1.0",
"react-player": "^2.10.1",
"react-responsive-carousel": "^3.2.23",
"sass": "^1.47.0",
"terser": "4.8.1",
"typescript": "^4.4.3",
"uuid": "^8.3.2",
"webpack": "^5.0.0"
},
"devDependencies": {
"prettier": "^2.3.1"
}
}