-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.89 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
46
47
48
49
50
51
52
53
54
{
"name": "musicMate",
"version": "0.0.2",
"description": "Browser extension that simplifies the discovery of performances by your favorite artists using Spotify Web API",
"author": "saulve",
"scripts": {
"build": "npm --no-git-tag-version version patch && webpack --config=config/webpack.prod.js --hide-modules",
"dev": "webpack-dev-server --config=config/webpack.dev.js",
"dev:images": "webpack-dev-server --config=config/webpack.prod.js"
},
"dependencies": {
"underscore-template-loader": "^1.0.0"
},
"devDependencies": {
"@babel/core": "^7.0.0-beta.56",
"@babel/node": "^7.0.0-beta.56",
"@babel/plugin-proposal-optional-chaining": "^7.0.0-beta.47",
"@babel/plugin-transform-runtime": "^7.0.0-beta.52",
"@babel/preset-env": "^7.0.0-beta.47",
"@babel/runtime": "^7.0.0-beta.52",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^8.2.3",
"babel-loader": "8.0.0-beta.3",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.28.11",
"eslint": "^4.15.0",
"eslint-config-airbnb-base": "^13.0.0",
"eslint-config-prettier": "^2.9.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^2.0.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "^3.0.1",
"file-loader": "^1.1.11",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"imagemin-webpack-plugin": "^2.4.2",
"mini-css-extract-plugin": "^0.4.0",
"node-sass": "^4.5.3",
"prettier": "^1.12.1",
"regenerator-runtime": "^0.12.1",
"responsive-loader": "^1.1.0",
"sass-loader": "^7.0.1",
"sharp": "^0.20.7",
"uglifyjs-webpack-plugin": "^1.2.7",
"url-loader": "^1.0.1",
"webpack": "^4.8.3",
"webpack-cli": "^2.1.4",
"webpack-dev-server": "^3.8.0",
"webpack-merge": "^4.1.4"
}
}