forked from profanity-im/profanity-im.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 938 Bytes
/
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
{
"name": "www_profanity_im",
"version": "1.0.0",
"description": "Sources for https://profanity-im.github.io",
"main": "index.js",
"scripts": {
"dev": "webpack --mode=development --watch",
"build": "webpack --mode=production",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "[email protected]:profanity-im/profanity-im.github.io.gitm/www_profanity_im.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "[email protected]:profanity-im/profanity-im.github.io.git/issues"
},
"homepage": "https://github.com/MattyBalaam/www_profanity_im#readme",
"dependencies": {
"css-loader": "^3.4.2",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.13.0",
"postcss": "^7.0.26",
"postcss-cssnext": "^3.1.0",
"postcss-loader": "^3.0.0",
"sass-loader": "^8.0.2",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10"
}
}