-
Notifications
You must be signed in to change notification settings - Fork 8
/
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": "three-msdf-text-utils",
"version": "1.1.7",
"description": "",
"main": "build/bundle.js",
"scripts": {
"dev": "rollup --config ./rollup.dev.config.js --watch",
"build": "rollup --config ./rollup.build.config.js",
"help": "rollup --help"
},
"repository": {
"type": "git",
"url": "git+https://github.com/leochocolat/three-msdf-text-utils.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/leochocolat/three-msdf-text-utils/issues"
},
"homepage": "https://github.com/leochocolat/three-msdf-text-utils#readme",
"devDependencies": {
"@babel/core": "^7.18.6",
"@babel/eslint-parser": "^7.18.2",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/preset-env": "^7.18.6",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^22.0.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"eslint": "^8.19.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.2.4",
"eslint-plugin-promise": "^6.0.0",
"rollup": "^2.77.0",
"rollup-plugin-glslify": "^1.3.0",
"rollup-plugin-livereload": "^2.0.5",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-serve": "^2.0.0",
"rollup-plugin-terser": "^7.0.2",
"three": "^0.142.0",
"tweakpane": "^3.1.0"
},
"peerDependencies": {
"three": ">= 0.129.0"
},
"dependencies": {
"quad-indices": "^2.0.1",
"word-wrapper": "^1.0.7"
}
}