-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 1001 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
33
34
35
36
{
"name": "slack-files-tools",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"dev": "webpack --config webpack.dev.js --progress --hide-modules",
"watch": "webpack --config webpack.dev.js --progress --hide-modules --watch",
"build": "webpack --config webpack.prod.js --progress --hide-modules"
},
"keywords": [
"Slack",
"Files",
"Tools",
"tampermonkey",
"userscript"
],
"author": "Mauro",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"css-loader": "^0.28.7",
"friendly-errors-webpack-plugin": "^1.6.1",
"lodash.template": "^4.4.0",
"node-sass": "^4.5.3",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"webpack": "^3.5.5",
"webpack-merge": "^4.1.0",
"webpack-notifier": "^1.5.0",
"wrapper-webpack-plugin": "^1.0.0"
},
"dependencies": {},
"description": "Extends Slack files webpage functionalities"
}