-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 2.8 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 2.8 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
70
71
72
73
74
{
"name": "jonaso.de",
"description": "jonaso.de",
"license": "MIT",
"scripts": {
"dev": "export NODE_OPTIONS=--no-experimental-fetch yarn pubjson && yarn develop",
"develop": "gatsby develop --open",
"clean": "gatsby clean",
"invalidate": "aws cloudfront create-invalidation --distribution-id E1F8XE39H6VFRU --paths \"/*\"",
"build": "make pre-build && GATSBY_CPU_COUNT=2 NODE_OPTIONS=--max-old-space-size=4096 gatsby build && make post-build && make publish && yarn push",
"build-profiling": "GATSBY_CPU_COUNT=1 NODE_OPTIONS=--max-old-space-size=4096 gatsby clean && make pre-build && npx process-top ./node_modules/.bin/gatsby build && make post-build && git add -A && sh -c 'git commit -m \"${0}\"' && git push",
"push": "git add -A && git commit && git push",
"serve": "gatsby serve",
"prod": "make pre-build && make process-artworks && GATSBY_CPU_COUNT=2 NODE_OPTIONS=--max-old-space-size=4096 gatsby build && make post-build && yarn serve",
"bundle-map": "bundle-buddy public/*.map"
},
"dependencies": {
"@artsy/fresnel": "^6.1.0",
"@babel/core": "^7.20.12",
"@loadable/component": "^5.15.2",
"@tanstack/react-query": "^4.28.0",
"babel-eslint": "^10.0.0",
"gatsby": "^5.4.1",
"gatsby-cli": "^5.4.0",
"gatsby-plugin-image": "^3.7.0",
"gatsby-plugin-minify-html": "^1.0.4",
"gatsby-plugin-no-sourcemaps": "^5.7.0",
"gatsby-plugin-nprogress": "^5.7.0",
"gatsby-plugin-perf-budgets": "^0.0.18",
"gatsby-plugin-purgecss": "^6.2.1",
"gatsby-plugin-react-head": "^1.1.0",
"gatsby-plugin-remove-fingerprints": "^0.0.2",
"gatsby-plugin-remove-generator": "^1.3.0",
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.30",
"gatsby-source-filesystem": "^5.7.0",
"hoist-non-react-statics": "^3.3.2",
"immer": "^10.0.3",
"latex.js": "^0.12.4",
"md5": "^2.2.1",
"moment": "^2.29.3",
"moment-range": "^4.0.2",
"next": "^13.2.4",
"process": "^0.11.10",
"puppeteer": "^23.7.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-force-graph": "^1.42.0",
"react-force-graph-2d": "^1.23.15",
"react-head": "^3.4.2",
"react-loading-skeleton": "^3.2.0",
"react-masonry-css": "^1.0.16",
"react-svg-worldmap": "^2.0.0-alpha.16",
"react-tag-cloud": "^1.3.2",
"recharts": "^2.5.0",
"rimraf": "^4.4.0",
"semantic-ui-css": "^2.5.0",
"semantic-ui-react": "^2.1.4",
"sharp": "^0.31.3",
"use-detect-print": "^0.0.2",
"zustand": "^4.5.0"
},
"devDependencies": {
"bundle-buddy": "^0.2.2"
},
"BAK": {
"react-head": "^3.4.2",
"gatsby-plugin-react-head": "^1.1.0",
"gatsby-plugin-react-helmet": "^6.7.0",
"react-query": "^3.39.2",
"gatsby-plugin-sharp": "^5.4.0",
"gatsby-transformer-sharp": "^5.4.0",
"randomcolor": "^0.6.2"
}
}