mirror of
https://github.com/Rezmason/matrix.git
synced 2026-04-14 12:29:30 -07:00
47 lines
1.2 KiB
JSON
47 lines
1.2 KiB
JSON
{
|
|
"name": "react-matrix-rain",
|
|
"version": "1.0.0",
|
|
"description": "web-based green code rain, made with love, for react",
|
|
"main": "dist/index.cjs.js",
|
|
"files": [
|
|
"/dist"
|
|
],
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "webpack serve --config ./webpack.config.js",
|
|
"build": "rollup -c"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"gl-matrix": "^3.4.3",
|
|
"holoplay-core": "^0.0.9",
|
|
"regl": "^2.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.22.9",
|
|
"@babel/preset-env": "^7.22.9",
|
|
"@babel/preset-react": "^7.22.5",
|
|
"@rollup/plugin-babel": "^6.0.4",
|
|
"@rollup/plugin-commonjs": "^28.0.3",
|
|
"@rollup/plugin-node-resolve": "^16.0.1",
|
|
"@rollup/plugin-terser": "^0.4.4",
|
|
"@rollup/plugin-url": "^8.0.2",
|
|
"babel-loader": "^9.1.3",
|
|
"html-webpack-plugin": "^5.5.3",
|
|
"raw-loader": "^4.0.2",
|
|
"rollup": "^4.40.0",
|
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
"rollup-plugin-string": "^3.0.0",
|
|
"rollup-plugin-visualizer": "^5.14.0",
|
|
"webpack": "^5.88.2",
|
|
"webpack-cli": "^5.1.4",
|
|
"webpack-dev-server": "^4.15.1"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
}
|
|
}
|