-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.35 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
{
"name": "discordnotifier",
"version": "0.0.1",
"description": "discordnotifier",
"main": "build/popup.html",
"scripts": {
"debug": "webpack --config webpack.dev.js",
"develop": "webpack --config webpack.dev.js --watch",
"live": "webpack-dev-server --config webpack.live.js --open",
"build": "webpack --config webpack.prod.js"
},
"dependencies": {},
"devDependencies": {
"babel-core": "6.26.3",
"babel-eslint": "10.0.1",
"babel-loader": "7.1.4",
"babel-preset-env": "1.7.0",
"clean-webpack-plugin": "1.0.1",
"copy-webpack-plugin": "4.6.0",
"css-loader": "2.1.0",
"effortless-css": "0.10.1",
"eslint": "5.13.0",
"eslint-config-airbnb": "17.1.0",
"eslint-config-myterminal": "0.10.1",
"eslint-loader": "2.1.1",
"eslint-plugin-import": "2.16.0",
"eslint-plugin-jsx-a11y": "6.2.0",
"eslint-plugin-react": "7.12.4",
"extract-text-webpack-plugin": "4.0.0-alpha.0",
"file-loader": "3.0.1",
"html-loader": "0.5.5",
"html-webpack-plugin": "3.2.0",
"less": "3.9.0",
"less-loader": "4.1.0",
"optimize-css-assets-webpack-plugin": "5.0.1",
"style-loader": "0.23.1",
"uglifyjs-webpack-plugin": "2.1.1",
"webpack": "4.25.1",
"webpack-cli": "3.2.1",
"webpack-dev-server": "3.1.14",
"webpack-merge": "4.2.1"
}
}