added better favicons, moved from sass to glamor, moved components
and utils to src dir, and removed packages no longer being used
This commit is contained in:
13
package.json
13
package.json
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "mykb",
|
||||
"description": "A file system/markdown based knowledge base editor/viewer",
|
||||
"version": "0.2.0",
|
||||
"version": "0.3.0",
|
||||
"main": "src",
|
||||
"keywords": [
|
||||
"feathers",
|
||||
@@ -27,9 +27,9 @@
|
||||
"format": "prettier --ignore-path .eslintignore --write '**/*.js'",
|
||||
"lint": "eslint . --config .eslintrc.json",
|
||||
"mocha": "cross-env NODE_ENV=production mocha test/ --recursive --exit",
|
||||
"build": "cross-env BUILD=true next build",
|
||||
"build": "next build",
|
||||
"analyze": "cross-env ANALYZE=true next build",
|
||||
"dev": "nodemon -w ./src -w ./config -w ./util -w next.config.js --exec 'npm run start:dev'",
|
||||
"dev": "nodemon --ignore src/components --ignore src/redux --ignore src/styles --exec 'npm run start:dev'",
|
||||
"start:dev": "node src/",
|
||||
"start": "cross-env NODE_ENV=production node src/",
|
||||
"test": "npm run lint && npm run build && npm run mocha",
|
||||
@@ -52,6 +52,7 @@
|
||||
"express-rate-limit": "^2.11.0",
|
||||
"feathers-nedb": "^3.0.0",
|
||||
"fs-extra": "^5.0.0",
|
||||
"glamor": "^2.20.40",
|
||||
"glob": "^7.1.2",
|
||||
"helmet": "^3.12.0",
|
||||
"if-env": "^1.0.4",
|
||||
@@ -65,23 +66,19 @@
|
||||
"react-paginate": "^5.2.3",
|
||||
"react-redux": "^5.0.7",
|
||||
"redux": "^4.0.0",
|
||||
"serve-favicon": "^2.5.0",
|
||||
"simple-git": "^1.92.0",
|
||||
"url-join": "^4.0.0",
|
||||
"winston": "^2.4.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@zeit/next-sass": "^1.0.1",
|
||||
"babel-eslint": "^8.2.3",
|
||||
"eslint": "^4.19.1",
|
||||
"eslint-plugin-react": "^7.8.2",
|
||||
"mocha": "^5.1.1",
|
||||
"node-sass": "^4.9.0",
|
||||
"nodemon": "^1.17.3",
|
||||
"prettier": "^1.13.4",
|
||||
"redux-logger": "^3.0.6",
|
||||
"request": "^2.85.0",
|
||||
"request-promise": "^4.2.2",
|
||||
"webpack-bundle-analyzer": "^2.11.1"
|
||||
"request-promise": "^4.2.2"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user