-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.75 KB
/
package.json
File metadata and controls
77 lines (77 loc) · 2.75 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "@antpb/three-object-viewer",
"private": true,
"version": "0.6.3",
"license": "GPL-2.0-or-later",
"main": "build/index.js",
"scripts": {
"test": "yarn test:unit",
"test:unit": "wp-scripts test-unit-js",
"build": "wp-scripts build",
"build:pro": "ISPRO=true wp-scripts build && node package.js pro",
"build:free": "wp-scripts build && node package.js free",
"test:ci": "wp-scripts test-unit-js --passWithNoTests",
"format:js": "wp-scripts format-js",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"start": "wp-scripts start",
"rename": "node rename.js",
"make-pot": "vendor/bin/wp i18n make-pot . ./languages/three-object-viewer.pot --slug=three-object-viewer --domain=three-object-viewer",
"make-json": "vendor/bin/wp i18n make-json ./languages/ --no-purge"
},
"devDependencies": {
"@babel/core": "^7",
"@testing-library/react": "^12",
"@wordpress/eslint-plugin": "^13.5.0",
"@wordpress/scripts": "^16",
"airtap": "^4.0.4",
"browserify": "^17.0.0",
"esbuild": "^0.15.5",
"eslint": "^8.7.0",
"fs-extra": "^11.1.1",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
"prettier-standard": "^16.4.1",
"standard": "^17.0.0",
"tape": "^5.6.0",
"tinyify": "^3.1.0"
},
"dependencies": {
"@babel/plugin-proposal-optional-chaining": "^7.18.9",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@pixiv/three-vrm": "2.0.1",
"@react-three/a11y": "2.2.4",
"@react-three/drei": "8.20.2",
"@react-three/fiber": "8.12.0",
"@react-three/rapier": "1.0.1",
"@react-three/xr": "^3.5.0",
"@wordpress/block-editor": "^6",
"@wordpress/blocks": "^9",
"@wordpress/components": "^14",
"@wordpress/element": "^3",
"@wordpress/i18n": "^4.40.0",
"@wordpress/icons": "^9.17.0",
"array-buffer-to-hex": "^1.0.0",
"axios": "^1.2.1",
"babel-loader": "8",
"base64-arraybuffer": "^1.0.2",
"camera-controls": "^2.7.0",
"convert-hex": "^0.1.0",
"events": "^3.3.0",
"get-browser-rtc": "^1.1.0",
"image-webpack-loader": "^8.1.0",
"json-loader": "^0.5.7",
"r3f-perf": "4.9.1",
"re-resizable": "^6.9.9",
"react-nipple": "^1.0.2",
"react-scrollable-feed": "^1.3.1",
"sass-loader": "^13.2.0",
"style-loader": "2.0.0",
"three": "0.151.1",
"three-icosa": "^0.4.0",
"three-omi": "^0.1.5",
"tiny-simple-peer": "^10.1.1",
"webpack-glsl-loader": "^1.0.1"
}
}