mirror of
https://github.com/gre/gl-react.git
synced 2025-12-08 21:35:55 +00:00
20 lines
349 B
JSON
20 lines
349 B
JSON
{
|
|
"name": "next-js",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"gl-react": "5.2.0",
|
|
"gl-react-dom": "5.2.0",
|
|
"next": "12.1.6",
|
|
"react": "18.1.0",
|
|
"react-dom": "18.1.0"
|
|
}
|
|
}
|