forked from ppy/osu-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 895 Bytes
/
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
{
"private": true,
"dependencies": {
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"blueimp-file-upload": "^9.11.2",
"bootstrap": "^3.3.6",
"d3": "^3.5.14",
"font-awesome": "^4.5.0",
"gulp": "^3.9.0",
"gulp-util": "^3.0.7",
"jquery": "^2.2.0",
"jquery-ui": "^1.12.0",
"jquery-ujs": "^1.2.2",
"jquery.scrollto": "^2.1.2",
"js-cookie": "^2.1.2",
"laravel-elixir": "^5.0.0",
"layzr.js": "^2.0.0",
"lodash": "^4.0.0",
"moment": "^2.11.1",
"photoswipe": "^4.1.1",
"qtip2": "^3.0.3",
"react": "^15.1.0",
"react-addons-pure-render-mixin": "^15.1.0",
"react-collapse": "^2.3.3",
"react-dom": "^15.1.0",
"react-height": "^2.1.1",
"react-motion": "^0.4.5",
"retina.js": "^1.1.0",
"slick-carousel": "^1.6.0",
"timeago": "^1.5.0",
"turbolinks": "^5.0.0-beta4"
}
}