-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
83 lines (83 loc) · 1.97 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "shirtee",
"version": "1.2.14",
"description": "",
"main": "server.js",
"scripts": {
"start": "gulp server",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ThuanLCSE/shirtee.git"
},
"engines": {
"node": "5.1.0",
"npm": "3.3.12"
},
"devDependencies": {
"babel-plugin-lodash": "^3.2.9",
"babel-preset-es2015": "^6.18.0",
"babel-register": "^6.18.0",
"browser-sync": "^2.7.2",
"browserify": "^10.2.1",
"css-loader": "^0.25.0",
"gulp": "^3.8.11",
"gulp-live-server": "0.0.14",
"gulp-util": "^3.0.7"
},
"dependencies": {
"babel": "^6.0.0",
"babel-core": "^6.2.1",
"babel-loader": "^6.1.0",
"babel-preset-es2015": "^6.1.2",
"babel-preset-react": "^6.1.2",
"babelify": "^7.2.0",
"body-parser": "~1.8.0",
"connect-mongo": "~0.4.1",
"cookie-parser": "~1.3.3",
"cors": "^2.8.1",
"ejs": "~1.0.0",
"express": "~4.8.8",
"express-session": "~1.7.6",
"history": "1.17.x",
"jquery": "^2.1.4",
"jsdom": "^9.8.3",
"lodash": "^4.17.0",
"material-ui": "^0.16.0",
"method-override": "~2.2.0",
"moment": "^2.16.0",
"mongodb": "~2.0.36",
"mongoose": "~4.4",
"morgan": "~1.3.0",
"multer": "1.2.0",
"rc-upload": "2.2.0",
"react": "^15.0.1",
"react-bootstrap": "0.30.7",
"react-cookie": "^0.4.9",
"react-dom": "^15.0.1",
"react-measure": "^1.4.4",
"react-redux": "^4.4.5",
"react-router": "^2.0.0",
"react-tap-event-plugin": "2.0.0",
"react-time": "^4.2.0",
"reactcss": "^0.4.2",
"redux": "^3.6.0",
"redux-thunk": "^2.1.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"webpack": "^1.13.3"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/ThuanLCSE/shirtee/issues"
},
"babel": {
"presets": [
"es2015",
"react"
],
"sourceMap": "both"
}
}