-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
79 lines (79 loc) · 2.35 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
{
"name": "react-babylon-spring",
"version": "1.0.2",
"description": "Build spring-physics based 3D animation with the power of react-babylonjs and react-spring.",
"main": "index.js",
"scripts": {
"build": "rollup -c",
"storybook": "start-storybook -p 6006 -s ./storyboard-site",
"build-storybook": "build-storybook -o storybook-static -s ./storyboard-site"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hookex/react-babylon-spring.git"
},
"keywords": [
"babylonjs",
"react-babylonjs",
"react-spring",
"react"
],
"author": "Brian Zinn, hooke",
"license": "MIT",
"engines": {
"node": ">=6.0.0"
},
"bugs": {
"url": "https://github.com/hookex/react-babylon-spring/issues"
},
"homepage": "https://github.com/hookex/react-babylon-spring#readme",
"module": "dist/react-babylon-spring.js",
"typings": "dist/react-babylon-spring.d.ts",
"dependencies": {
"@react-spring/animated": "9.0.0-rc.3",
"@react-spring/core": "9.0.0-rc.3",
"@react-spring/shared": "9.0.0-rc.3"
},
"peerDependencies": {
"react": ">=16.13",
"react-dom": ">=16.13",
"@babylonjs/core": "4.x",
"@babylonjs/gui": "4.x",
"@babylonjs/loaders": "4.x",
"react-reconciler": "0.x",
"react-babylonjs": "^2.2.0"
},
"devDependencies": {
"@babylonjs/core": "^4.1.0",
"@babylonjs/gui": "^4.1.0",
"@babylonjs/loaders": "^4.1.0",
"@babylonjs/procedural-textures": "^4.1.0",
"@rollup/plugin-json": "^4.0.3",
"@rollup/plugin-typescript": "^4.1.2",
"@storybook/addon-actions": "^5.3.19",
"@storybook/addon-info": "^5.3.19",
"@storybook/addon-links": "^5.3.19",
"@storybook/addon-notes": "5.3.19",
"@storybook/addon-storysource": "^5.3.19",
"@storybook/addons": "^5.3.19",
"@storybook/react": "^5.3.19",
"@storybook/source-loader": "^5.3.19",
"@storybook/theming": "^5.3.19",
"babel-loader": "^8.1.0",
"react": "^16.13.1",
"react-babylonjs": "^2.2.1-beta.1",
"react-dom": "^16.13.1",
"react-reconciler": "^0.25.1",
"rollup": "^2.10.9",
"rollup-plugin-terser": "^6.1.0",
"rollup-plugin-typescript2": "^0.27.1",
"storybook": "^5.3.19",
"tslint": "^5.12.1",
"tslint-config-prettier": "^1.17.0",
"tslint-config-standard": "^8.0.1",
"typescript": "^3.8.0"
},
"publishConfig": {
"directory": "./"
}
}