-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.16 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
{
"name": "world-gen",
"version": "1.0.0",
"description": "POC for building planets in TypeScript",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "next",
"build": "next build && next export"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jimbuck/world-gen.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jimbuck/world-gen/issues"
},
"homepage": "https://github.com/jimbuck/world-gen#readme",
"dependencies": {
"@primer/octicons-react": "^9.1.1",
"alea": "^1.0.0",
"bootstrap": "^4.3.1",
"next": "^9.5.4",
"rc-slider": "^8.7.1",
"rc-tooltip": "^3.7.3",
"react": "^16.10.2",
"react-bootstrap": "^1.0.0-beta.12",
"react-color": "^2.17.3",
"react-dom": "^16.10.2",
"simplex-noise": "^2.4.0",
"three": "^0.108.0"
},
"devDependencies": {
"@types/node": "^12.7.2",
"@types/rc-slider": "^8.6.5",
"@types/rc-tooltip": "^3.7.1",
"@types/react": "^16.9.2",
"@types/react-color": "^3.0.1",
"@types/react-dom": "^16.9.0",
"typescript": "^3.6.2"
}
}