forked from gitgreat/gitgreat
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.77 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.77 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "gitgreat",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"compile": "babel . --out-dir public/compiled --presets=es2015,react --ignore=node_modules,compiled,server,db --source-maps inline --watch",
"start": "nodemon ./server/server.js",
"webpack": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/timothychin/gitgreat.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/timothychin/gitgreat/issues"
},
"homepage": "https://github.com/timothychin/gitgreat#readme",
"dependencies": {
"babel-cli": "^6.18.0",
"babel-core": "^6.20.0",
"babel-loader": "^6.2.9",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"body-parser": "^1.15.2",
"cldr-data": "^30.0.2",
"cloudinary": "^1.4.6",
"cron": "^1.1.1",
"css-loader": "^0.26.1",
"express": "^4.14.0",
"globalize": "^1.2.1",
"html-webpack-plugin": "^2.24.1",
"jquery": "^3.1.1",
"moment": "^2.17.1",
"morgan": "^1.7.0",
"multiparty": "^4.1.2",
"mysql": "^2.12.0",
"path": "^0.12.7",
"radium": "^0.18.1",
"rc-calendar": "^7.5.1",
"react": "^15.4.1",
"react-burger-menu": "^1.10.9",
"react-dom": "^15.4.1",
"react-router": "^3.0.0",
"react-sidenav": "^1.0.4",
"react-stormpath": "^1.3.3",
"react-widgets": "^3.4.5",
"sequelize": "^3.27.0",
"sqlite": "^2.2.3",
"sqlite3": "^3.1.8",
"style-loader": "^0.13.1",
"svg-react-loader": "^0.3.7",
"textbelt": "0.0.3",
"twilio": "^2.11.1",
"webpack": "^1.14.0",
"webpack-dev-middleware": "^1.8.4",
"webpack-dev-server": "^1.16.2"
},
"devDependencies": {
"css-loader": "^0.26.1",
"style-loader": "^0.13.1"
}
}