forked from alainlhostis/shriveling_world
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 2.05 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "shriveling_world",
"version": "0.0.1",
"description": "The \"shriveling_world\" project aims at producing images of geographical time-space, using the third dimension, as in time-space relief maps.",
"main": "gulpfile.js",
"devDependencies": {
"@rollup/plugin-commonjs": "^15.1.0",
"@rollup/plugin-json": "^4.0.2",
"@rollup/plugin-node-resolve": "^9.0.0",
"@types/dat.gui": "^0.7.4",
"@types/geojson": "^7946.0.7",
"@types/pako": "^1.0.1",
"@types/papaparse": "^5.2.4",
"@types/tween.js": "^18.5.0",
"@types/webgl2": "0.0.5",
"@typescript-eslint/eslint-plugin": "^4.5.0",
"@typescript-eslint/parser": "^4.5.0",
"awesomplete": "^1.1.5",
"dat.gui": "^0.7.6",
"del": "^6.0.0",
"eslint": "^7.11.0",
"eslint-config-prettier": "^6.13.0",
"eslint-plugin-prettier": "^3.1.4",
"fs-extra": "^9.0.1",
"glob": "^7.1.3",
"glslify": "^7.0.0",
"gulp": "^4.0.1",
"gulp-connect": "^5.6.1",
"gulp-shell": "^0.8.0",
"hugo-bin": "^0.64.5",
"pako": "^1.0.11",
"papaparse": "^5.2.0",
"poly2tri": "^1.5.0",
"prettier": "^2.1.2",
"rollup": "^2.32.0",
"rollup-plugin-svelte": "^6.1.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.28.0",
"strip-debug": "^4.0.0",
"svelte": "^3.20.1",
"three": "^0.121.1",
"twgl.js": "^4.14.2",
"typedoc": "^0.19.2",
"typedoc-plugin-markdown": "^3.0.11",
"typescript": "^4.0.3",
"yargs": "^16.1.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "gulp postinstall",
"lint": "eslint src --ext .ts --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/theworldisnotflat/shriveling_world.git"
},
"keywords": [
"Three.js",
"typescript",
"shriveling",
"world"
],
"author": "theworldisnotflat",
"license": "ISC",
"bugs": {
"url": "https://github.com/theworldisnotflat/shriveling_world/issues"
},
"homepage": "https://github.com/theworldisnotflat/shriveling_world#readme"
}