1
1
mirror of https://github.com/primer/css.git synced 2024-09-22 14:17:25 +03:00

get next up and running

This commit is contained in:
Shawn Allen 2018-11-28 17:07:12 -08:00
parent 02b9e81ee0
commit 43e86a4802
2 changed files with 1419 additions and 17 deletions

1427
docs/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -5,14 +5,19 @@
"test": "./test.sh",
"prestart": "npm run symlink",
"start": "next dev",
"symlink": "./symlink.js"
"symlink": "./symlink.js",
"now-build": "next build",
"now-start": "next"
},
"dependencies": {
"@primer/next": "0.0.7",
"colorette": "^1.0.7",
"fs-extra": "^7.0.1",
"klaw": "^3.0.0",
"minimatch": "^3.0.4",
"next": "^7.0.2",
"next-page-map": "^1.0.1"
"next-page-map": "^1.0.1",
"react": "^16.6.3",
"react-dom": "^16.6.3"
}
}