-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
45 lines (45 loc) · 1.16 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
{
"name": "minecraftirc",
"version": "1.0.0",
"description": "The MinecraftIRC.net website",
"main": "gulpfile.babel.js",
"dependencies": {
"foundation-sites": "^6.4.2",
"jquery": "^3.5.0",
"js-yaml": "^3.13.1",
"markdown": "^0.5.0",
"normalize": "^0.3.1",
"normalize-scss": "^7.0.0",
"riot": "^3.6.1",
"slug": "^0.9.1",
"graceful-fs": "^4.0.0"
},
"devDependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015-riot": "^1.1.0",
"browser-sync": "^2.18.13",
"fancy-log": "^1.3.2",
"gulp": "^4.0.0",
"gulp-sass": "^3.1.0",
"gulp-uglifycss": "^1.0.9",
"plugin-error": "^1.0.1",
"riot-tag-loader": "^1.0.0",
"riot-webpack": "^0.0.1",
"run-sequence": "^2.1.0",
"uglify-loader": "^3.0.0",
"webpack": "^4.0.0",
"yargs": "^11.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MinecraftIRC/MinecraftIRC.net.git"
},
"author": "tyteen4a03",
"license": "MIT",
"bugs": {
"url": "https://github.com/MinecraftIRC/MinecraftIRC.net/issues"
},
"homepage": "https://minecraftirc.net"
}