|
@@ -1,27 +1,21 @@
|
|
{
|
|
{
|
|
- "name": "daw",
|
|
|
|
- "version": "1.0.0",
|
|
|
|
- "author": "",
|
|
|
|
|
|
+ "name": "davidwindham.com",
|
|
"description": "a space on the interwebs",
|
|
"description": "a space on the interwebs",
|
|
|
|
+ "version": "1.0.0",
|
|
|
|
+ "author": "@windhamdavid",
|
|
"private": true,
|
|
"private": true,
|
|
"repository": {
|
|
"repository": {
|
|
"type": "git",
|
|
"type": "git",
|
|
- "url": "https://code.davidawindham.com/david/daw"
|
|
|
|
|
|
+ "url": "https://code.davidawindham.com/david/dw"
|
|
},
|
|
},
|
|
"main": "index.js",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"scripts": {
|
|
- "dev": "next",
|
|
|
|
- "build": "next build",
|
|
|
|
- "start": "next start"
|
|
|
|
- },
|
|
|
|
- "keywords": [],
|
|
|
|
- "license": "ISC",
|
|
|
|
- "dependencies": {
|
|
|
|
- "milligram": "^1.3.0",
|
|
|
|
- "normalize.css": "^8.0.1"
|
|
|
|
|
|
+ "test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
},
|
|
|
|
+ "dependencies": {},
|
|
"devDependencies": {
|
|
"devDependencies": {
|
|
"browser-sync": "^2.26.7",
|
|
"browser-sync": "^2.26.7",
|
|
- "gulp": "^4.0.2"
|
|
|
|
|
|
+ "gulp": "^4.0.2",
|
|
|
|
+ "gulp-rename": "^2.0.0"
|
|
}
|
|
}
|
|
}
|
|
}
|