-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·41 lines (41 loc) · 1.23 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
{
"name": "stream-widgets",
"version": "4.0.0",
"description": "Chen Doron's stream widgets",
"author": "Chen Doron",
"license": "MIT",
"homepage": "https://twitch.tv/chendoron",
"scripts": {
"dev": "cross-env NODE_ENV=dev webpack-dev-server --progress --mode development --config webpack.config.dev.js",
"build": "webpack -p --progress --mode production --config webpack.config.build.js"
},
"repository": {
"type": "git",
"url": "https://github.com/chendoron/stream-widgets.git"
},
"dependencies": {},
"devDependencies": {
"@babel/core": "7.4.5",
"@babel/preset-env": "7.4.5",
"babel-eslint": "^10.0.1",
"babel-loader": "8.0.6",
"babel-plugin-syntax-dynamic-import": "6.18.0",
"clean-webpack-plugin": "2.0.2",
"cross-env": "5.2.0",
"css-loader": "2.1.1",
"eslint": "^5.16.0",
"eslint-config-prettier": "^4.3.0",
"eslint-plugin-prettier": "^3.1.0",
"file-loader": "3.0.1",
"html-webpack-plugin": "3.2.0",
"node-sass": "4.12.0",
"prettier": "^1.17.1",
"sass-loader": "7.1.0",
"style-loader": "0.23.1",
"url-loader": "1.1.2",
"webpack": "4.32.2",
"webpack-cli": "3.3.2",
"webpack-dev-server": "3.4.1",
"webpack-merge": "4.2.1"
}
}