-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.31 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.31 KB
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": "sme-dlsu",
"version": "1.0.0",
"private": true,
"description": "sme-dlsu",
"author": "SME Academics",
"keywords": [
"SME DLSU"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@matejmazur/react-katex": "^3.1.3",
"@mdx-js/react": "^2.3.0",
"@xyflow/react": "^12.3.0",
"animated-backgrounds": "^1.0.11",
"autoprefixer": "^10.4.17",
"gatsby": "^5.14.1",
"gatsby-plugin-htaccess": "^1.4.0",
"gatsby-plugin-manifest": "^5.13.1",
"gatsby-plugin-mdx": "^5.13.1",
"gatsby-plugin-minify": "^0.5.0",
"gatsby-plugin-no-sourcemaps": "^5.13.0",
"gatsby-plugin-postcss": "^6.13.1",
"gatsby-remark-embed-video": "^3.2.1",
"gatsby-remark-katex": "^7.13.1",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-transformer-remark": "^6.13.1",
"katex": "^0.13.24",
"mafs": "^0.18.5",
"postcss": "^8.4.34",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-sizeme": "^3.0.2",
"reading-time": "^1.5.0",
"remark-math": "^6.0.0",
"tailwindcss": "^3.4.1"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"daisyui": "^4.6.2",
"terser-webpack-plugin": "^5.3.10"
}
}