-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.05 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.05 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
{
"name": "hyperion",
"version": "0.1.3",
"description": "Battleship registered to Schicksal's fareast branch",
"main": "src/index.jsx",
"scripts": {
"start": "react-scripts start",
"prebuild": "rm -rf build docs",
"build": "react-scripts build",
"postbuild": "mv build docs",
"test": "CI=true react-scripts test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lightlyss/hyperion.git"
},
"keywords": [
"mmd"
],
"author": "lightlyss",
"license": "MIT",
"bugs": {
"url": "https://github.com/lightlyss/hyperion/issues"
},
"homepage": ".",
"dependencies": {
"react": "16.8.6",
"react-dom": "16.8.6",
"react-scripts": "3.0.1",
"three": "0.106.2",
"yorha": "lightlyss/yorha#v1.2.2"
},
"devDependencies": {
"puppeteer": "1.20.0"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}