forked from ppy/osu-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.41 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
{
"private": true,
"scripts": {
"dev": "yarn run development",
"development": "cross-env NODE_ENV=development webpack --progress --hide-modules --config=webpack.config.js",
"generate-localizations": "node generate-localizations.js",
"hot": "cross-env NODE_ENV=development webpack-dev-server --inline --hot --config=webpack.config.js",
"lint": "tslint -c tslint.json 'resources/assets/lib/**/*.{ts,tsx}'",
"localize": "yarn run generate-localizations",
"prod": "yarn run production",
"production": "cross-env NODE_ENV=production webpack --progress --hide-modules --config=webpack.config.js",
"watch": "yarn run development --watch",
"watch-poll": "yarn run watch --watch-poll"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.6.3",
"@types/jquery": "^3.3.0",
"@types/lodash": "^4.14.122",
"@types/react": "^16.8.4",
"@types/react-dom": "^16.0.11",
"babel-preset-react": "^6.3.13",
"blueimp-file-upload": "^9.11.2",
"bootstrap": "^3.3.6",
"clipboard-polyfill": "^2.3.0",
"d3": "^5.7.0",
"imagesloaded": "^4.1.3",
"jquery": "^3.3.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",
"mobx": "^5.8.0",
"mobx-react": "^5.4.3",
"moment": "^2.11.1",
"photoswipe": "^4.1.1",
"promise-polyfill": "^8.1.0",
"prop-types": "^15.6.0",
"qtip2": "nanaya/qTip2#72cdf096c73deb3f74b830feec4dcbfa2b0c492f",
"react": "^16.8.4",
"react-autosize-textarea": "6.0.0",
"react-dom": "^16.8.4",
"react-dom-factories": "^1.0.0",
"react-virtual-list": "^2.3.0",
"require-dir": "^1.2.0",
"shopify-buy": "^2.0.1",
"timeago": "^1.5.0",
"tsconfig-paths-webpack-plugin": "^3.2.0",
"turbolinks": "^5.1.1",
"typescript": "^3.2.2",
"url-polyfill": "^1.0.10",
"webpack-sentry-plugin": "^1.16.0"
},
"devDependencies": {
"babel-preset-env": "^1.7.0",
"coffee-loader": "^0.9.0",
"coffeescript": "^1.12.6",
"cross-env": "^5.2.0",
"glob": "^7.1.3",
"import-glob-loader": "^1.1.0",
"imports-loader": "^0.8.0",
"laravel-mix": "^4.0.12",
"less": "^3.9.0",
"less-loader": "^4.0.4",
"mkdirp": "^0.5.1",
"mobx-react-devtools": "^6.0.3",
"ts-loader": "5.3.2",
"tslint": "^5.12.0",
"tslint-react": "^4.0.0",
"vue-template-compiler": "^2.5.21"
}
}