forked from inventive-ironwood/Money-io
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
57 lines (57 loc) · 1.69 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
50
51
52
53
54
55
56
57
{
"name": "inventive-ironwood",
"version": "1.0.0",
"description": "> Pithy project description",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "babel client --watch --out-dir client/compiled --presets=es2015,react --ignore=client/node_modules,client/compiled --source-maps inline | nodemon server.js",
"dev": "webpack -d --watch",
"build": "webpack -p"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chrislu1207/inventive-ironwood.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/chrislu1207/inventive-ironwood/issues"
},
"homepage": "https://github.com/chrislu1207/inventive-ironwood#readme",
"dependencies": {
"babel-loader": "^6.2.9",
"babel-plugin-transform-react-jsx-source": "^6.9.0",
"body-parser": "^1.15.2",
"bookshelf": "^0.10.2",
"bootstrap": "^4.0.0-alpha.2",
"dwolla-v2": "^1.2.3",
"express": "^4.14.0",
"express-partials": "^0.3.0",
"express-session": "^1.14.2",
"google-maps-react": "^1.0.19",
"jquery": "^2.2.1",
"knex": "^0.12.6",
"lodash": "^4.6.1",
"morgan": "^1.7.0",
"mysql": "^2.12.0",
"react": "^15.4.1",
"react-autocomplete": "^1.4.0",
"react-bootstrap": "^0.30.7",
"react-bootstrap-table": "^2.7.0",
"react-dom": "^15.4.1",
"react-router": "^3.0.0",
"request": "^2.79.0",
"sequelize": "^3.27.0",
"sqlite3": "^3.1.8",
"victory": "^0.14.2",
"webpack": "^1.14.0"
},
"devDependencies": {
"babel-cli": "^6.6.5",
"babel-core": "^6.18.2",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-watch": "^2.0.3"
}
}