-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 2.03 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 2.03 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "www.tpc3.org",
"private": true,
"description": "Official website of the tpc3",
"version": "0.1.0",
"author": "TPC3 <contact@tpc3.org>",
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fontsource/roboto": "^5.0.8",
"@mdi/js": "^7.2.96",
"@mdi/react": "^1.6.1",
"@mui/icons-material": "^5.14.3",
"@mui/lab": "^5.0.0-alpha.140",
"@mui/material": "^5.14.5",
"@mui/styles": "^5.14.5",
"detect-browser": "^5.3.0",
"gatsby": "^5.11.0",
"gatsby-plugin-gatsby-cloud": "^5.11.0",
"gatsby-plugin-google-gtag": "^5.11.0",
"gatsby-plugin-image": "^3.11.0",
"gatsby-plugin-manifest": "^5.11.0",
"gatsby-plugin-material-ui": "^4.0.2",
"gatsby-plugin-offline": "^6.11.0",
"gatsby-plugin-pnpm": "^1.2.10",
"gatsby-plugin-react-helmet": "^6.11.0",
"gatsby-plugin-robots-txt": "^1.8.0",
"gatsby-plugin-sharp": "^5.11.0",
"gatsby-plugin-sitemap": "^6.11.0",
"gatsby-source-filesystem": "^5.11.0",
"gatsby-theme-material-ui": "^5.3.0",
"gatsby-transformer-sharp": "^5.11.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-awesome-slider": "^4.1.0",
"react-dom": "^18.2.0",
"react-fluid-animation": "^1.0.1",
"react-helmet": "^6.1.0",
"react-icons": "^4.10.1",
"react-parallax-tilt": "^1.7.161",
"sharp": "^0.32.6",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
},
"devDependencies": {
"npm-check-updates": "^16.12.2",
"prettier": "3.0.2"
},
"keywords": [
"gatsby"
],
"license": "0BSD",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/tpc3/www.tpc3.org"
},
"bugs": {
"url": "https://github.com/tpc3/www.tpc3.org/issues"
}
}