UNPKG

273 BJSONView Raw
1{
2 "scripts": {
3 "dev": "next",
4 "build": "rm -rf .next; next build; cp botonic.config.js .next/",
5 "start": "next start"
6 },
7 "dependencies": {
8 "copy-webpack-plugin": "^4.5.1",
9 "next": "^5.1.0",
10 "react": "^16.3.1",
11 "react-dom": "^16.3.1"
12 }
13}