-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 1.38 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": "vroid-gizalify",
"version": "0.0.0",
"main": "index.js",
"author": "ragg <ragg.devpr@gmail.com>",
"license": "MIT",
"scripts": {
"start": "parcel serve -d public src/index.html",
"build": "parcel build --public-url \"/vroid-vrm-gizalify/\" -d public src/index.html",
"deploy": "yarn build && gh-pages -d public"
},
"devDependencies": {
"@types/domready": "^1.0.0",
"@types/node": "11.13.4",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/styled-components": "^5.1.7",
"gh-pages": "2.0.1",
"html-webpack-plugin": "3.2.0",
"parcel": "^1.12.4",
"sass": "1.18.0",
"ts-loader": "5.3.3",
"ts-node": "8.0.3",
"typescript": "^4.1.3",
"webpack": "4.29.6",
"webpack-cli": "3.3.0"
},
"dependencies": {
"@fleur/fleur": "^2.0.0",
"@fleur/mordred": "^1.0.0-beta.2",
"@fleur/react": "^4.0.1",
"@hanakla/rescue": "^1.0.3",
"@pixiv/three-vrm": "^0.5.5",
"domready": "^1.0.8",
"extensible-custom-error": "^0.0.7",
"gltf-validator": "^2.0.0-dev.3.3",
"i18next": "^19.8.4",
"i18next-browser-languagedetector": "^6.0.1",
"polished": "^4.0.5",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-i18next": "^11.8.4",
"styled-components": "^5.2.1",
"styled-reset": "^4.3.3",
"three": "^0.123.0"
},
"browserslist": [
"since 2019-12"
]
}