-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.49 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.49 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
{
"name": "bookmark",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"test": "mocha --compilers js:babel-core/register --require ./public/app/tests/setup.js 'public/app/tests/*spec.js'"
},
"babel": {
"presets": [
"es2015",
"react",
"stage-2"
]
},
"dependencies": {
"bcrypt": "^0.8.7",
"bluebird": "^3.4.1",
"body-parser": "~1.13.2",
"cheerio": "^0.20.0",
"client-sessions": "^0.7.0",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"express": "~4.13.1",
"hjs": "~0.0.6",
"moment": "^2.14.1",
"mongoose": "^4.5.2",
"morgan": "~1.6.1",
"node-jsx": "^0.13.3",
"react": "^15.1.0",
"react-addons-test-utils": "^15.1.0",
"react-dom": "^15.1.0",
"react-dropzone": "^3.5.3",
"react-redux": "^4.4.5",
"react-router": "^2.5.2",
"react-time": "^4.2.0",
"redux": "^3.5.2",
"redux-thunk": "^2.1.0",
"serve-favicon": "~2.3.0",
"superagent": "^2.0.0"
},
"devDependencies": {
"babel-core": "^6.10.4",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-2": "^6.11.0",
"chai": "^3.5.0",
"chai-enzyme": "^0.5.0",
"cheerio": "^0.20.0",
"enzyme": "^2.3.0",
"gulp": "^3.9.1",
"gulp-6to5": "^3.0.0",
"gulp-concat": "^2.6.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.4",
"jsdom": "^9.3.0",
"mocha": "^2.5.3",
"webpack": "^1.13.1"
}
}