forked from SiCKRAGE/SiCKRAGE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 2.03 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
{
"name": "sickrage",
"private": true,
"repository": {
"type": "git",
"url": "git+https://git.sickrage.ca/SiCKRAGE/sickrage.git"
},
"bugs": {
"url": "https://forums.sickrage.ca"
},
"homepage": "https://www.sickrage.ca",
"scripts": {
"dev": "webpack --mode development",
"prod": "webpack --mode production"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.1.0",
"animate.css": "^3.6.1",
"autoprefixer": "^8.6.5",
"babel": "^6.23.0",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.5",
"babel-loader": "^7.1.5",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-env": "^1.7.0",
"bootstrap": "^4.1.1",
"bootstrap-formhelpers": "echel0n/BootstrapFormHelpers",
"clean-webpack-plugin": "^0.1.19",
"css-loader": "^1.0.0",
"eslint": "^5.1.0",
"eslint-loader": "^2.0.0",
"file-loader": "^1.1.11",
"gettext-parser": "^2.0.0",
"grunt": "^1.0.3",
"grunt-changelog": "^0.3.2",
"grunt-cli": "^1.2.0",
"grunt-exec": "^2.0.0",
"grunt-google-fonts": "^0.3.0",
"grunt-npm-install": "^0.3.1",
"grunt-spritesmith": "^6.6.2",
"grunt-webpack": "^3.1.2",
"imagesloaded": "^4.1.4",
"isotope-layout": "^3.0.6",
"jquery": "^3.3.1",
"jquery-backstretch": "^2.1.16",
"jquery-bridget": "^2.0.1",
"jquery-confirm": "^3.3.2",
"jquery-form": "^4.2.2",
"jquery-ui": "^1.12.1",
"jquery-validation": "^1.17.0",
"load-grunt-tasks": "^3.4.1",
"material-design-icons": "^3.0.1",
"mini-css-extract-plugin": "^0.4.1",
"node-sass": "^4.9.2",
"nonblockjs": "^1.0.8",
"optimize-css-assets-webpack-plugin": "^4.0.3",
"pnotify": "^4.0.0-alpha.4",
"popper.js": "^1.14.3",
"sass-loader": "^7.0.3",
"tablesorter": "^2.30.7",
"timeago": "^1.6.3",
"toggle-checkbox-radio": "^2.0.2",
"tokenfield": "^0.9.9",
"tooltipster": "^4.2.6",
"ttag": "^1.0.3",
"underscore": "^1.9.1",
"webpack": "^4.15.1",
"webpack-cli": "^3.0.8",
"webpack-spritesmith": "^0.5.4"
}
}