forked from ppy/osu-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.89 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
{
"private": true,
"scripts": {
"dev": "yarn run development",
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=webpack.config.js",
"watch": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --progress --hide-modules --config=webpack.config.js",
"watch-poll": "yarn run watch -- --watch-poll",
"hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --config=webpack.config.js",
"prod": "yarn run production",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --config=webpack.config.js"
},
"dependencies": {
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"blueimp-file-upload": "^9.11.2",
"bootstrap": "^3.3.6",
"clipboard-polyfill": "^2.3.0",
"d3": "^4.6",
"font-awesome": "^4.5.0",
"imagesloaded": "^4.1.3",
"jquery": "^2.2.0",
"jquery-ui": "^1.12.0",
"jquery-ujs": "^1.2.2",
"jquery.scrollto": "^2.1.2",
"js-cookie": "^2.1.2",
"layzr.js": "^2.0.0",
"lodash": "^4.0.0",
"moment": "^2.11.1",
"photoswipe": "^4.1.1",
"promise-polyfill": "^6.0.2",
"prop-types": "^15.6.0",
"qtip2": "notbakaneko/qTip2#e3278ba",
"react": "^15.1.0",
"react-autosize-textarea": "*",
"react-dom": "^15.1.0",
"react-dom-factories": "^1.0.0",
"require-dir": "^0.3.2",
"retina.js": "^1.1.0",
"timeago": "^1.5.0",
"turbolinks": "^5.0.0-beta4",
"url-polyfill": "^1.0.10",
"webpack-sentry-plugin": "^1.9.2"
},
"devDependencies": {
"coffee-loader": "^0.7.3",
"coffee-script": "^1.12.6",
"cross-env": "^3.2.3",
"import-glob-loader": "^1.1.0",
"imports-loader": "^0.7.1",
"laravel-mix": "^1.0.7",
"less": "^2.7.2",
"less-loader": "^4.0.4"
}
}