-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
93 lines (93 loc) · 3.06 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "portfolio",
"description": "",
"version": "0.0.8",
"private": true,
"engines": {
"node": "^16"
},
"scripts": {
"deploy": "./scripts/build.sh",
"build": "gatsby build",
"start": "gatsby develop -o",
"start:remote": "gatsby develop -o -H 0.0.0.0 -p 8000",
"develop": "gatsby develop",
"serve": "gatsby serve",
"lint": "eslint . --ext .js --ignore-path .gitignore",
"lint:fix": "eslint . --ext .js --fix --ignore-path .gitignore",
"lint:ci": "yarn lint --format junit -o results/eslint/result.xml",
"tex:etc1": "texture-compressor -i ./static/tex-2k.jpg -o ./static/tex-2k-etc1.ktx -t etc -c etc1",
"tex:astc": "texture-compressor -i ./static/tex-2k.jpg -o ./static/tex-2k-astc-8x5.ktx -t astc -c astc -b 8x5",
"tex:s3tc": "texture-compressor -i ./static/tex-2k.jpg -o ./static/tex-2k-dxt1.ktx -t s3tc -c dxt1",
"tex:pvrtc": "texture-compressor -i ./static/tex-2k.jpg -o ./static/tex-2k-pvrtc2BPP.ktx -t pvr -c pvrtc1",
"format": "prettier \"**/*.{js,md,mdx} \" --write"
},
"glslify": {
"transform": [
"glslify-import",
"glslify-hex"
]
},
"dependencies": {
"@emotion/core": "^10.0.6",
"@emotion/styled": "^10.0.6",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"animejs": "^3.0.1",
"comlinkjs": "^3.2.0",
"dat.gui": "^0.7.5",
"emotion-theming": "^10.0.6",
"gatsby": "^2.32.6",
"gatsby-image": "^2.0.37",
"gatsby-mdx": "^1.0.0",
"gatsby-plugin-catch-links": "^2.0.9",
"gatsby-plugin-emotion": "^4.0.1",
"gatsby-plugin-glslify": "1.0.0",
"gatsby-plugin-lodash": "^3.0.3",
"gatsby-plugin-manifest": "^2.0.13",
"gatsby-plugin-mdx": "^1.10.1",
"gatsby-plugin-react-helmet": "^3.0.5",
"gatsby-plugin-sharp": "^2.14.2",
"gatsby-plugin-sitemap": "^2.0.4",
"gatsby-remark-autolink-headers": "^2.0.12",
"gatsby-remark-external-links": "0.0.4",
"gatsby-remark-images": "^3.0.1",
"gatsby-source-filesystem": "^2.0.16",
"gatsby-transformer-sharp": "^2.12.0",
"glsl-blend-overlay": "^1.0.5",
"glsl-chromatic-aberration": "^1.0.1",
"glsl-noise": "^0.0.0",
"glsl-random": "^0.0.5",
"glsl-rotate": "^1.0.0",
"glslify": "^7.0.0",
"glslify-hex": "^2.1.1",
"glslify-import": "^3.1.0",
"lodash": "^4.17.11",
"mdx-utils": "^0.1.1",
"mitt": "^1.1.3",
"prism-react-renderer": "^0.1.5",
"prop-types": "^15.6.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-helmet": "^5.2.0",
"react-live": "^1.12.0",
"rxjs": "^6.5.1",
"shadertoy-react": "^1.1.0",
"three": "~0.100.0",
"typeface-lekton": "^0.0.72",
"typeface-open-sans": "^0.0.54"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"eslint": "^5.12.0",
"eslint-config-react-app": "^3.0.8",
"eslint-plugin-flowtype": "^3.6.1",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.12.4",
"prettier": "^1.15.3",
"texture-compressor": "^0.3.9",
"worker-loader": "^2.0.0"
},
"packageManager": "yarn@3.6.3"
}