-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.81 KB
/
Copy pathpackage.json
File metadata and controls
65 lines (65 loc) · 1.81 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
{
"name": "gpu.rocks",
"version": "1.2.1",
"type": "module",
"homepage": "https://gpu.rocks",
"dependencies": {
"@codemirror/lang-javascript": "^6.2.5",
"@fortawesome/fontawesome-svg-core": "^7.3.1",
"@fortawesome/free-brands-svg-icons": "^7.3.1",
"@fortawesome/free-solid-svg-icons": "^7.3.1",
"@fortawesome/react-fontawesome": "^3.5.0",
"@gpujs/benchmark": "^3.2.1",
"@nivo/line": "^0.99.0",
"@uiw/react-codemirror": "^4.25.11",
"canvas-confetti": "^1.9.4",
"gpu.js": "^2.20.0",
"material-icons": "^0.3.1",
"materialize-css": "^1.0.0-rc.2",
"prop-types": "^15.8.1",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"react-github-btn": "^1.2.0",
"react-materialize": "^3.5.9",
"react-router": "^8.3.0",
"react-syntax-highlighter": "^15.6.1"
},
"scripts": {
"start": "vite",
"dev": "vite",
"build": "node scripts/validate-content.mjs && vite build && node scripts/prerender.mjs",
"preview": "vite preview",
"predeploy": "yarn build",
"deploy": "gh-pages -d dist",
"test:smoke": "node scripts/smoke-test.mjs",
"test:compare": "node scripts/compare.mjs",
"verify:learn": "node scripts/verify-learn.mjs",
"validate:content": "node scripts/validate-content.mjs"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@vitejs/plugin-react": "^4.3.4",
"gh-pages": "^6.3.0",
"puppeteer-core": "^23.11.1",
"sass": "^1.83.4",
"vite": "^6.0.11"
},
"resolutions": {
"d3-color": "^3.1.0",
"node-fetch": "^2.6.7",
"node-gyp": "^11.5.0",
"prismjs": "^1.30.0",
"brace-expansion": "^2.1.2"
}
}