forked from unframework/threejs-lightmap-baker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.16 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
{
"name": "threejs-lightmap-baker",
"description": "Experimental lightmap baker built on ThreeJS and react-three-fiber (r3f)",
"version": "0.1.0",
"private": true,
"dependencies": {
"@types/react": "^16.9.0",
"@types/react-dom": "^16.9.0",
"potpack": "^1.0.1",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-render-prop": "^0.0.1",
"react-three-fiber": "^5.3.1",
"three": "^0.121.0",
"typescript": "^3.9.0"
},
"scripts": {
"storybook": "start-storybook -p 6006 -s public --no-dll",
"build-storybook": "build-storybook -s public --no-dll"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/core": "^7.12.3",
"@storybook/addon-actions": "^6.0.28",
"@storybook/addon-essentials": "^6.0.28",
"@storybook/addon-links": "^6.0.28",
"@storybook/react": "^6.0.28",
"babel-loader": "^8.2.1",
"prettier": "^2.0.5",
"react-is": "^16.8.0"
}
}