-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.3 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.3 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
{
"name": "fsn-website",
"private": true,
"description": "A space for everyone to learn and share their knowledge about code and design",
"version": "0.1.0",
"author": "FSN Team",
"dependencies": {
"date-fns": "^4.1.0",
"gatsby": "^5.16.1",
"gatsby-plugin-image": "^3.16.0",
"gatsby-plugin-manifest": "^5.16.0",
"gatsby-plugin-postcss": "^6.16.0",
"gatsby-plugin-sharp": "^5.16.0",
"gatsby-source-filesystem": "^5.16.0",
"gatsby-transformer-sharp": "^5.16.0",
"i18next": "^26.0.8",
"i18next-browser-languagedetector": "^8.2.1",
"lodash.throttle": "^4.1.1",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^17.0.6"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^8.0.0",
"autoprefixer": "^10.5.0",
"gatsby-plugin-react-svg": "^3.3.0",
"oxlint": "^1.63.0",
"postcss": "^8.5.14",
"prettier": "^3.8.3",
"tailwindcss": "^3.4.19"
},
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"lint": "oxlint src",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing \""
}
}