-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
50 lines (50 loc) · 1.47 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
{
"name": "@jniac/three-point-text-helper",
"version": "1.0.10",
"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://[email protected]/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": "^11",
"@types/ip": "^1.1.0",
"@types/serve-index": "^1.7.30",
"@types/three": "^0.164.1",
"canvas": "^2.11.2",
"chalk": "^4.1.0",
"chokidar": "^3.6.0",
"express": "^4.19.2",
"fs-extra": "^11.2.0",
"ip": "^1.1.5",
"rollup": "^4.18.0",
"rollup-plugin-glslify": "^1.2.0",
"serve-index": "^1.9.1",
"three": "^0.164.1",
"ts-loader": "^8.0.14",
"tslib": "^2.6.2",
"typescript": "^4.1.3",
"webpack": "^5.91",
"webpack-cli": "^4.3.1",
"webpack-dev-server": "^4.7.4"
}
}