-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.22 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.22 KB
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
{
"name": "bottom_turn",
"version": "0.1.0",
"description": "turn n burn",
"main": "index.js",
"scripts": {
"start": "babel-node index",
"start:watch": "nodemon index",
"test": "faucet",
"build": "node build",
"db:migrate": "node_modules/.bin/sequelize db:migrate"
},
"repository": {
"type": "git",
"url": "git+https://github.com/courington/bottomTurn.git"
},
"author": "courington",
"license": "ISC",
"bugs": {
"url": "https://github.com/courington/bottomTurn/issues"
},
"homepage": "https://github.com/courington/bottomTurn#readme",
"devDependencies": {},
"dependencies": {
"babel": "^6.23.0",
"babel-core": "^6.26.3",
"babel-loader": "^8.0.4",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babelify": "^10.0.0",
"express": "^4.16.3",
"express-react-views": "^0.10.5",
"lodash": "^4.17.11",
"nodemon": "^1.18.4",
"pg": "^7.5.0",
"plaid": "^2.8.2",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-redux": "^5.0.7",
"react-script-loader": "0.0.1",
"redux": "^4.0.0",
"redux-devtools": "^3.4.1",
"sequelize": "^4.39.0",
"webpack": "^4.20.2",
"webpack-dev-middleware": "^3.4.0"
}
}