-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 923 Bytes
/
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
{
"name": "webgpu-mem-testing",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "next build && next export",
"start": "next start"
},
"dependencies": {
"@popperjs/core": "^2.9.2",
"ajv": "^6.12.6",
"better-sqlite3": "^8.0.1",
"bootstrap": "^4.6.0",
"bulma": "^0.9.3",
"chart.js": "^3.4.1",
"cors": "^2.8.5",
"jquery": "^3.6.0",
"lodash": "^4.17.21",
"lodash.throttle": "^4.1.1",
"next": "^12.3.4",
"platform": "^1.3.6",
"popper.js": "^1.16.1",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-bootstrap": "^1.6.1",
"react-chartjs-2": "^3.0.3",
"react-copy-to-clipboard": "^5.0.4",
"react-dom": "^17.0.2",
"react-scrollable-list": "^1.3.1",
"react-tooltip": "^4.2.21"
},
"devDependencies": {
"raw-loader": "^4.0.2",
"webpack": "^5.53.0"
}
}