mirror of
https://github.com/zhigang1992/react-three-fiber.git
synced 2026-05-22 08:02:00 +08:00
54 lines
1.4 KiB
JSON
54 lines
1.4 KiB
JSON
{
|
|
"name": "examples",
|
|
"version": "0.1.1",
|
|
"private": true,
|
|
"prettier": {
|
|
"semi": false,
|
|
"trailingComma": "es5",
|
|
"singleQuote": true,
|
|
"jsxBracketSameLine": true,
|
|
"tabWidth": 2,
|
|
"printWidth": 120
|
|
},
|
|
"dependencies": {
|
|
"d3-ease": "^1.0.5",
|
|
"react": "^16.8.6",
|
|
"react-app-polyfill": "^0.2.2",
|
|
"react-dev-utils": "^8.0.0",
|
|
"react-dom": "^16.8.6",
|
|
"react-spring": "^8.0.19",
|
|
"three": "^0.104.0",
|
|
"three.meshline": "^1.2.0",
|
|
"vec-la": "^1.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "7.4.3",
|
|
"@babel/plugin-proposal-class-properties": "^7.4.0",
|
|
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
|
|
"@babel/preset-react": "^7.0.0",
|
|
"@babel/preset-typescript": "^7.3.3",
|
|
"babel-loader": "8.0.5",
|
|
"css-loader": "^2.1.1",
|
|
"file-loader": "^3.0.1",
|
|
"html-webpack-plugin": "4.0.0-alpha.2",
|
|
"image-webpack-loader": "^4.6.0",
|
|
"style-loader": "^0.23.1",
|
|
"terser-webpack-plugin": "1.2.3",
|
|
"webpack": "4.29.6",
|
|
"webpack-bundle-analyzer": "^3.1.0",
|
|
"webpack-cli": "^3.3.0",
|
|
"webpack-common-shake": "^2.1.0",
|
|
"webpack-dev-server": "3.2.1"
|
|
},
|
|
"scripts": {
|
|
"start": "webpack-dev-server --progress --colors --env development",
|
|
"build": "webpack --progress --colors --env production"
|
|
},
|
|
"browserslist": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not ie <= 11",
|
|
"not op_mini all"
|
|
]
|
|
}
|