forked from juggr/juggr.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 2.09 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
{
"name": "jug-goerlitz",
"description": "Website der JUG Görlitz",
"scripts": {
"develop": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"testprod": "gatsby build && gatsby serve",
"format": "prettier --write .",
"deploy": "gatsby build && gh-pages -d public -b master",
"test": "jest"
},
"dependencies": {
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.1",
"@fortawesome/fontawesome": "^1.1.8",
"@fortawesome/fontawesome-svg-core": "^6.2.0",
"@fortawesome/free-brands-svg-icons": "^6.2.0",
"@fortawesome/free-solid-svg-icons": "^6.2.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"anchorate": "^1.2.3",
"axios": "^1.1.3",
"bootstrap": "^4.3.1",
"feed": "^4.2.2",
"gatsby": "5.0.0",
"gatsby-plugin-image": "^3.0.0",
"gatsby-link": "^5.0.0",
"gatsby-plugin-catch-links": "^5.0.0",
"gatsby-plugin-manifest": "^5.0.0",
"gatsby-plugin-nullish-coalescing-operator": "^1.0.1",
"gatsby-plugin-offline": "^6.0.0",
"gatsby-plugin-sharp": "^5.0.0",
"gatsby-plugin-typography": "^5.0.0",
"gatsby-remark-images": "^7.0.0",
"gatsby-remark-source-name": "^1.0.0",
"gatsby-source-filesystem": "^5.0.0",
"gatsby-transformer-remark": "^6.0.0",
"gatsby-transformer-sharp": "^5.0.0",
"gh-pages": "^4.0.0",
"identity-obj-proxy": "^3.0.0",
"mkdirp": "^1.0.4",
"moment": "^2.24.0",
"ramda": "^0.28.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-test-renderer": "^18.2.0",
"react-typography": "^0.16.19",
"reactstrap": "^8.0.0",
"typography": "^0.16.19",
"typography-theme-bootstrap": "^0.16.7"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-optional-chaining": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@types/jest": "^29.2.2",
"babel-core": "^7.0.0-0",
"babel-jest": "^29.3.0",
"jest": "^29.3.0",
"prettier": "^2.7.1",
"ts-jest": "^29.0.3",
"typescript": "^4.8.4"
}
}