forked from ppy/osu-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
81 lines (81 loc) · 2.69 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
74
75
76
77
78
79
80
81
{
"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",
"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.17.14",
"mobx": "^5.10.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": "https://github.com/notbakaneko/qTip2.git#cd5f038667d2b23a44f4274c46de01834d704ce6",
"react": "^16.8.4",
"react-autosize-textarea": "7.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.6.1",
"timeago": "^1.5.0",
"tsconfig-paths-webpack-plugin": "^3.2.0",
"turbolinks": "^5.1.1",
"typescript": "~3.5.3",
"url-polyfill": "^1.1.6",
"webpack-sentry-plugin": "^2.0.2"
},
"devDependencies": {
"@types/jasmine": "^3.3.13",
"@types/jquery": "^3.3.0",
"@types/lodash": "^4.14.136",
"@types/react": "^16.8.4",
"@types/react-dom": "^16.0.11",
"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",
"jasmine-core": "^3.4.0",
"karma": "^4.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-jasmine": "^2.0.1",
"karma-sourcemap-loader": "^0.3.7",
"karma-typescript": "^4.1.0",
"karma-webpack": "3.0.0",
"laravel-mix": "~4.0.16",
"less": "^3.9.0",
"less-loader": "^5.0.0",
"mkdirp": "^0.5.1",
"mobx-react-devtools": "^6.0.3",
"ts-loader": "6.0.4",
"tslint": "^5.12.0",
"tslint-react": "^4.0.0",
"vue-template-compiler": "^2.5.21"
}
}