mirror of
https://github.com/gre/gl-react.git
synced 2026-01-18 16:16:59 +00:00
20 lines
350 B
JSON
20 lines
350 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": "4.0.0",
|
|
"gl-react-dom": "4.0.0",
|
|
"next": "9.1.6",
|
|
"react": "16.12.0",
|
|
"react-dom": "16.12.0"
|
|
}
|
|
}
|