-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.39 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
{
"name": "jad-webgpu-visualization-renderer",
"version": "0.5.7",
"description": "a webgpu renderer for visualization",
"main": "lib/index.js",
"types": "typings/index.d.ts",
"scripts": {
"start": "webpack serve",
"build": "npm run clear-output && tsc && tsc-alias",
"test": "echo \"Error: no test specified\" && exit 1",
"format": "prettier --write \"src/**/*.{ts,tsx,css,scss,html,json,md}\"",
"clear-output": "del-cli \"./typings/*\" \"./lib/*\""
},
"author": "Jad2wizard",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/Jad2wizard/jad-webgpu-renderer.git"
},
"files": [
"lib",
"typings"
],
"devDependencies": {
"@babel/core": "^7.24.3",
"@babel/preset-env": "^7.24.3",
"@babel/preset-typescript": "^7.24.1",
"babel-loader": "^9.1.3",
"del-cli": "^6.0.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"prettier": "^3.2.5",
"tsc-alias": "^1.8.10",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"typescript": "^5.4.3",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
},
"dependencies": {
"-": "^0.0.1",
"@types/lodash": "^4.17.4",
"@types/three": "^0.162.0",
"@webgpu/types": "^0.1.40",
"D": "^1.0.0",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"three": "^0.162.0",
"webgpu-utils": "^1.6.0"
}
}