-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.44 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
{
"name": "theembassy-skin",
"version": "1.0.0",
"main": "index.js",
"repository": "git@github.com:the-embassy-of-good-science/theembassy-skin.git",
"author": "Ruben Nascimento <ruben.nascimento@bzin.net>",
"license": "MIT",
"scripts": {
"start": "webpack --mode development --watch",
"dev": "webpack --mode development",
"build": "webpack --mode production",
"lint": "eslint ./src -c .eslintrc.json --ext js"
},
"devDependencies": {
"@babel/core": "^7.3.4",
"@babel/preset-env": "^7.3.4",
"autoprefixer": "^9.4.9",
"babel-loader": "^8.0.5",
"babel-plugin-transform-class-properties": "^6.24.1",
"browser-sync": "^2.26.3",
"browser-sync-webpack-plugin": "^2.2.2",
"clean-webpack-plugin": "^1.0.1",
"css-loader": "^2.1.0",
"dotenv-webpack": "^1.7.0",
"error-overlay-webpack-plugin": "^0.1.6",
"eslint": "^5.14.1",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-config-prettier": "^4.1.0",
"eslint-config-wikimedia": "^0.11.0",
"eslint-loader": "^2.1.2",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-prettier": "^3.0.1",
"mini-css-extract-plugin": "^0.5.0",
"node-sass": "^4.11.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"postcss-loader": "^3.0.0",
"prettier": "^1.16.4",
"prettier-loader": "^2.1.1",
"sass-loader": "^7.1.0",
"webpack": "^4.29.5",
"webpack-cli": "^3.2.3",
"webpack-manifest-plugin": "^2.0.4"
}
}