2018-11-26 22:48:28 +03:00
|
|
|
{
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2018-11-30 03:30:19 +03:00
|
|
|
"prepare": "npm run copy",
|
2018-11-27 02:09:53 +03:00
|
|
|
"test": "./test.sh",
|
2018-11-30 03:30:19 +03:00
|
|
|
"predev": "npm run copy",
|
2018-11-30 03:07:51 +03:00
|
|
|
"dev": "next",
|
2018-11-30 03:06:15 +03:00
|
|
|
"copy": "node copy.js",
|
2018-11-30 03:07:51 +03:00
|
|
|
"build": "next build",
|
|
|
|
"start": "next start"
|
2018-11-26 22:48:28 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2018-11-29 08:20:17 +03:00
|
|
|
"@primer/components": "^7.0.0-beta",
|
2018-11-30 03:06:15 +03:00
|
|
|
"@primer/next": "0.0.10",
|
2018-11-26 22:48:28 +03:00
|
|
|
"colorette": "^1.0.7",
|
|
|
|
"fs-extra": "^7.0.1",
|
|
|
|
"klaw": "^3.0.0",
|
|
|
|
"minimatch": "^3.0.4",
|
|
|
|
"next": "^7.0.2",
|
2018-11-29 04:07:12 +03:00
|
|
|
"next-page-map": "^1.0.1",
|
|
|
|
"react": "^16.6.3",
|
|
|
|
"react-dom": "^16.6.3"
|
2018-11-26 22:48:28 +03:00
|
|
|
}
|
|
|
|
}
|