mirror of
https://github.com/koodiklinikka/koodiklinikka.fi.git
synced 2026-03-13 10:03:32 +00:00
Next.js-ify, step 1
This commit is contained in:
60
package.json
60
package.json
@@ -10,70 +10,26 @@
|
||||
"build": "rm -rf public && gulp build",
|
||||
"dev": "SERVER=http://localhost:9000/ ENV=development npm start",
|
||||
"prod": "ENV=production npm start",
|
||||
"lint": "eslint src",
|
||||
"test": "mocha src/**/__tests__/*.js --compilers js:babel-core/register --require test/test-helper"
|
||||
"lint": "eslint src"
|
||||
},
|
||||
"keywords": [
|
||||
"gulp",
|
||||
"template"
|
||||
],
|
||||
"dependencies": {
|
||||
"@zeit/next-css": "^1.0.1",
|
||||
"@zeit/next-stylus": "^1.0.1",
|
||||
"axios": "^0.4.2",
|
||||
"classnames": "^2.2.1",
|
||||
"font-awesome": "^4.4.0",
|
||||
"http-server": "^0.11.1",
|
||||
"lodash": "^3.9.1",
|
||||
"next": "^9.0.6",
|
||||
"parse-github-event": "^0.2.0",
|
||||
"prop-types": "^15.5.10",
|
||||
"react": "^0.14.3",
|
||||
"react-dom": "^0.14.3",
|
||||
"react": "^16.9.0",
|
||||
"react-dom": "^16.9.0",
|
||||
"react-stripe-checkout": "^2.4.0",
|
||||
"stylus": "^0.54.7",
|
||||
"timeago": "^0.2.0",
|
||||
"twitter-text": "^1.11.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel": "^6.1.18",
|
||||
"babel-core": "^6.2.1",
|
||||
"babel-eslint": "^4.1.3",
|
||||
"babel-preset-es2015": "^6.1.18",
|
||||
"babel-preset-react": "^6.1.18",
|
||||
"babelify": "^7.2.0",
|
||||
"browser-sync": "^2.9.4",
|
||||
"browserify": "^10.2.1",
|
||||
"chai": "^3.0.0",
|
||||
"envify": "^3.4.0",
|
||||
"eslint": "^1.5.1",
|
||||
"eslint-config-airbnb": "0.0.9",
|
||||
"eslint-plugin-react": "^3.4.2",
|
||||
"event-stream": "4.0.1",
|
||||
"exorcist": "^0.4.0",
|
||||
"gulp": "3.9.0",
|
||||
"gulp-autoprefixer": "1.0.1",
|
||||
"gulp-duration": "0.0.0",
|
||||
"gulp-inject": "^3.0.0",
|
||||
"gulp-jade": "^1.1.0",
|
||||
"gulp-less": "^3.0.5",
|
||||
"gulp-replace": "^0.5.3",
|
||||
"gulp-rev": "^4.0.0",
|
||||
"gulp-sourcemaps": "^1.3.0",
|
||||
"gulp-streamify": "0.0.5",
|
||||
"gulp-stylus": "^2.6.0",
|
||||
"gulp-uglify": "~1.0.1",
|
||||
"gulp-util": "~3.0.1",
|
||||
"gulp-watch": "^4.3.4",
|
||||
"jsdom": "^5.6.0",
|
||||
"mocha": "^2.2.5",
|
||||
"node-notifier": "^4.2.1",
|
||||
"rimraf": "^2.3.4",
|
||||
"surge": "^0.20.1",
|
||||
"vinyl-source-stream": "~1.0.0",
|
||||
"vinyl-transform": "^1.0.0",
|
||||
"watchify": "^3.2.1"
|
||||
},
|
||||
"browserify": {
|
||||
"transform": [
|
||||
"babelify",
|
||||
"envify"
|
||||
]
|
||||
"prettier": "^1.18.2"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user