forked from jniac/three-point-text-helper
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.45 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.45 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
{
"name": "@jniac/three-point-text-helper",
"version": "1.0.9",
"description": "Displaying point text in THREE JS.",
"main": "dist/PointTextHelper/index.js",
"types": "dist/PointTextHelper/index.d.ts",
"scripts": {
"generate-atlas": "ts-node scripts/atlas-generator",
"start": "echo 'start is dev, right?' && npm run dev",
"dev": "ts-node scripts/dev.ts",
"examples-webpack": "cd tests/examples-webpack && npx webpack --watch --mode development"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/jniac/three-point-text-helper.git"
},
"keywords": [
"threejs"
],
"author": "Joseph Merdrignac",
"license": "ISC",
"bugs": {
"url": "https://github.com/jniac/three-point-text-helper/issues"
},
"homepage": "https://github.com/jniac/three-point-text-helper#readme",
"devDependencies": {
"@rollup/plugin-typescript": "^8.1.0",
"@types/express": "^4.17.9",
"@types/fs-extra": "^9.0.1",
"@types/ip": "^1.1.0",
"@types/serve-index": "^1.7.30",
"@types/three": "^0.137.0",
"canvas": "^2.6.1",
"chalk": "^4.1.0",
"chokidar": "^3.5.0",
"express": "^4.17.1",
"fs-extra": "^9.0.1",
"ip": "^1.1.5",
"rollup": "^2.36.1",
"rollup-plugin-glslify": "^1.2.0",
"serve-index": "^1.9.1",
"three": "^0.137.0",
"ts-loader": "^8.0.14",
"typescript": "^4.1.3",
"webpack": "^5.11.1",
"webpack-cli": "^4.3.1",
"webpack-dev-server": "^4.7.4"
}
}