-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathpackage.json
120 lines (120 loc) · 4.44 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
"name": "lwjgl.org",
"version": "1.6.0",
"private": true,
"license": "BSD-3-Clause",
"description": "The website of LWJGL",
"author": "Apostolos Tsakpinis <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/LWJGL/lwjgl3-www.git"
},
"bugs": {
"url": "https://github.com/LWJGL/lwjgl3-www/issues"
},
"homepage": "https://github.com/LWJGL/lwjgl3-www#readme",
"npmr": {
"dist-tags": {
"eslint-plugin-react-hooks": "experimental",
"react": "experimental",
"react-dom": "experimental",
"react-is": "experimental",
"react-refresh": "experimental",
"framer-motion": "canary"
},
"pin": [
"eslint",
"zustand"
]
},
"dependencies": {
"@aws-sdk/client-s3": "3.670.0",
"@fastify/accepts": "5.0.1",
"@fastify/etag": "6.0.1",
"@fastify/helmet": "12.0.1",
"@fastify/http-proxy": "10.0.0",
"@fastify/static": "8.0.1",
"@fastify/view": "10.0.1",
"fastify": "5.0.0",
"mime": "4.0.4",
"minimatch": "10.0.1",
"pug": "3.0.3"
},
"devDependencies": {
"@aws-sdk/client-cloudfront": "3.670.0",
"@babel/core": "7.25.8",
"@babel/plugin-syntax-jsx": "7.25.7",
"@babel/plugin-syntax-typescript": "7.25.7",
"@radix-ui/react-compose-refs": "1.1.0",
"@react-aria/overlays": "3.23.3",
"@rspack/cli": "1.0.10",
"@rspack/core": "1.0.10",
"@rspack/plugin-react-refresh": "1.0.0",
"@stitches/react": "1.2.8",
"@swc/helpers": "0.5.13",
"@types/lodash-es": "4.17.12",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.1",
"@typescript-eslint/eslint-plugin": "8.9.0",
"@typescript-eslint/parser": "8.9.0",
"autoprefixer": "10.4.20",
"babel-loader": "9.2.1",
"babel-plugin-react-compiler": "0.0.0-experimental-fa06e2c-20241014",
"chalk": "5.3.0",
"cli-table": "0.3.11",
"click-to-react-component": "1.1.0",
"core-js": "3.38.1",
"cssnano": "7.0.6",
"eslint": "8.56.0",
"eslint-plugin-react-compiler": "0.0.0-experimental-fa06e2c-20241014",
"eslint-plugin-react-hooks": "0.0.0-experimental-6cf85185-20241014",
"eslint-plugin-unused-imports": "4.1.4",
"framer-motion": "12.0.0-alpha.1",
"gzip-size": "7.0.0",
"history": "5.3.0",
"immer": "10.1.1",
"jszip": "3.10.1",
"lodash-es": "4.17.21",
"npm-run-all": "4.1.5",
"postcss": "8.4.47",
"postcss-import": "16.1.0",
"postcss-preset-env": "10.0.7",
"postcss-scss": "4.0.9",
"prettier": "3.3.3",
"react": "0.0.0-experimental-6cf85185-20241014",
"react-dom": "0.0.0-experimental-6cf85185-20241014",
"react-error-boundary": "4.0.13",
"react-fast-compare": "3.2.2",
"react-is": "0.0.0-experimental-6cf85185-20241014",
"react-refresh": "0.0.0-experimental-6cf85185-20241014",
"reselect": "5.1.1",
"scroll-into-view-if-needed": "3.1.0",
"shiki": "1.22.0",
"typescript": "5.6.3",
"use-context-selector": "2.0.0",
"zustand": "4.5.5"
},
"overrides": {
"react": "0.0.0-experimental-6cf85185-20241014",
"react-dom": "0.0.0-experimental-6cf85185-20241014",
"react-is": "0.0.0-experimental-6cf85185-20241014",
"react-refresh": "0.0.0-experimental-6cf85185-20241014"
},
"scripts": {
"start": "run-p dev:js dev:server",
"build:styles": "NODE_ENV=development node ./scripts/build-styles.mjs",
"dev:js": "WDS=1 rspack serve",
"dev:server": "NODE_ENV=development AWS_PROFILE=lwjgl node --no-warnings --watch server/index.mjs",
"dev:debug": "NODE_ENV=development AWS_PROFILE=lwjgl node --inspect --preserve-symlinks server/index.mjs",
"dev:test-production": "NODE_ENV=production AWS_PROFILE=lwjgl node --no-warnings --max_old_space_size=384 server/index.mjs --test --s3proxy --nocache --pretty",
"production": "run-p production:* && run-s post-production",
"production:styles": "NODE_ENV=production node ./scripts/build-styles.mjs",
"production:js": "NODE_ENV=production node ./scripts/build-production.mjs",
"post-production": "node --no-warnings ./scripts/post-production.mjs",
"release": "run-s production post-production",
"flush": "rm -r ./node_modules/.cache",
"lint": "eslint --ext .ts,.js,.tsx client/",
"prettier": "prettier --write \"{client,server,scripts}/**/*.{ts,tsx,js,mjs,md,css}\""
},
"packageManager": "[email protected]+sha512.e5a7e52a4183a02d5931057f7a0dbff9d5e9ce3161e33fa68ae392125b79282a8a8a470a51dfc8a0ed86221442eb2fb57019b0990ed24fab519bf0e1bc5ccfc4"
}