-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
106 lines (106 loc) · 3.25 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"name": "@zappar/zappar-react-three-fiber",
"author": "Zappar Limited",
"description": "This library allows you use Zappar's best-in-class AR technology with content built using the 3D rendering platform React Three Fiber.",
"license": "MIT",
"version": "0.0.0",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"repository": "https://github.com/zappar-xr/zappar-react-three-fiber",
"issues": "https://github.com/zappar-xr/zappar-react-three-fiber/issues",
"homepage": "https://zap.works/universal-ar/",
"keywords": [
"react",
"three",
"fiber",
"threejs",
"ar",
"react-three-fiber",
"@react-three/fiber",
"webgl",
"augmented",
"reality",
"zappar",
"UAR",
"universal"
],
"scripts": {
"build:module": "node_modules/.bin/tsc",
"lint": "eslint ./src --ext .ts,.tsx",
"lint:fix": "eslint --fix ./src --ext .ts,.tsx",
"build:tests": "webpack --config=webpack.config.tests.js --mode=development",
"tests": "npm run build:tests && webpack serve --mode=development --config=webpack.config.tests.js",
"start": "npm run tests",
"test": "jest",
"typedoc": "typedoc --out docs src/index.ts --excludePrivate --excludeProtected --theme minimal"
},
"files": [
"README.md",
"lib/**/*",
"umd/**/*",
".npmrc"
],
"devDependencies": {
"@react-three/drei": "^9.40.0",
"@react-three/fiber": "^8.9.1",
"@types/expect-puppeteer": "4.4.7",
"@types/jest": "27.4.0",
"@types/jest-environment-puppeteer": "5.0.0",
"@types/jest-image-snapshot": "4.3.1",
"@types/node": "17.0.17",
"@types/puppeteer": "5.4.4",
"@types/react": "17.0.39",
"@types/react-dom": "^18.0.6",
"@types/three": "^0.146.0",
"@typescript-eslint/eslint-plugin": "5.11.0",
"@typescript-eslint/parser": "5.11.0",
"@webpack-cli/serve": "1.6.1",
"@welldone-software/why-did-you-render": "^7.0.1",
"@zappar/jest-console-logs": "1.0.4",
"@zappar/mobile-only": "0.0.2",
"css-loader": "6.6.0",
"dynamic-time-warping-ts": "1.0.0",
"eslint": "8.8.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-react": "7.28.0",
"eslint-plugin-react-hooks": "4.3.0",
"eslint-plugin-tsdoc": "0.2.14",
"eslint-webpack-plugin": "3.1.1",
"file-loader": "6.2.0",
"html-webpack-plugin": "5.5.0",
"jest": "27.5.1",
"jest-image-snapshot": "4.5.1",
"jest-puppeteer": "6.1.0",
"prettier": "2.5.1",
"puppeteer": "^13.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "6.2.1",
"sass-loader": "12.4.0",
"style-loader": "3.3.1",
"three": "^0.146.0",
"ts-jest": "27.1.3",
"ts-loader": "9.2.6",
"typedoc": "0.22.11",
"typescript": "4.5.5",
"webpack": "5.68.0",
"webpack-cli": "4.9.2",
"webpack-dev-server": "4.7.4",
"worker-loader": "3.0.8"
},
"peerDependencies": {
"@react-three/drei": ">= 7",
"@react-three/fiber": ">= 6.0.0",
"react": ">= 16.8"
},
"dependencies": {
"@juggle/resize-observer": "3.3.1",
"@zappar/zappar-threejs": "2.4.6",
"react-merge-refs": "1.1.0",
"zustand": "4.1.1"
}
}