-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.76 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
{
"name": "Pinboard",
"version": "1.0.0",
"description": "Pin notes, todo lists and all events to your pinboard!",
"private": true,
"dependencies": {
"body-parser": "^1.15.0",
"crypto-js": "^3.1.6",
"history": "^1.17.0",
"isomorphic-fetch": "^2.2.1",
"material-ui": "^0.14.4",
"moment": "^2.12.0",
"mongoose": "^4.4.3",
"react": "^0.14.7",
"react-big-calendar": "^0.9.8",
"react-dom": "^0.14.7",
"react-fontawesome": "^0.3.3",
"react-google-recaptcha": "^0.5.2",
"react-redux": "^4.4.0",
"react-router": "^2.0.0-rc5",
"react-router-redux": "^2.1.0",
"react-tap-event-plugin": "^0.2.1",
"redux": "^3.3.1",
"redux-actions": "^0.9.1",
"redux-logger": "^2.4.0",
"redux-thunk": "^1.0.3",
"shortid": "^2.2.4"
},
"devDependencies": {
"babel": "^6.3.26",
"babel-cli": "^6.5.1",
"babel-core": "^6.4.5",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babelify": "^7.2.0",
"browser-sync": "^2.11.1",
"browserify": "^13.0.0",
"browserify-shim": "^3.8.12",
"connect-history-api-fallback": "^1.1.0",
"cors": "^2.7.1",
"del": "^2.2.0",
"express": "^4.13.4",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-cache": "^0.4.1",
"gulp-html-replace": "^1.5.5",
"gulp-inject": "^3.0.0",
"gulp-ruby-sass": "^2.0.6",
"gulp-size": "^2.0.0",
"gulp-uglify": "^1.5.1",
"gulp-useref": "^3.0.4",
"gulp-util": "^3.0.7",
"main-bower-files": "^2.11.1",
"reactify": "^1.1.1",
"redux-devtools": "^3.0.2",
"redux-devtools-dock-monitor": "^1.0.1",
"redux-devtools-log-monitor": "^1.0.4",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
},
"engines": {
"node": ">=0.10.0"
}
}