-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.6 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "osokaspots",
"version": "0.0.1",
"description": "A map of all the best places in Osaka, Japan",
"private": true,
"scripts": {
"start": "concurrently --kill-others \"webpack-dev-server --mode development --progress --colors --port 2992\" \"source ./src/backend/exports.sh; export PORT=8080; export NODE_ENV=development; nodemon ./src/backend/server.js\"",
"build": "find dist/. -type f -delete -maxdepth 1; webpack --mode production --progress --profile --colors",
"prod": "node ./src/backend/server.js",
"migrate": "knex migrate:latest --knexfile src/backend/knexfile.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/momotofu/osokaspots.git"
},
"author": "Christopher Reece",
"license": "ISC",
"bugs": {
"url": "https://github.com/momotofu/osokaspots/issues"
},
"homepage": "https://github.com/momotofu/osokaspots#readme",
"dependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.7.0",
"bootstrap": "^4.1.1",
"concurrently": "^3.6.0",
"css-loader": "^0.28.11",
"nodemon": "^1.17.5",
"pug-loader": "^2.4.0",
"style-loader": "^0.21.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"webpack-dev-server": "^3.1.4",
"webpack-cli": "^3.0.8",
"webpack": "^4.12.0",
"pug": "^2.0.3",
"fuse.js": "^3.2.1",
"jquery": "^3.3.1",
"knockout": "^3.4.2",
"popper.js": "^1.14.3",
"express": "^4.16.3",
"express-promise-router": "^3.0.2",
"knex": "^0.14.6",
"objection": "^1.1.10",
"sqlite3": "^4.0.1",
"yelp-fusion": "^2.0.3"
}
}