-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
43 lines (43 loc) · 1.31 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": "contributor-orientation-tool",
"version": "0.0.1",
"description": "A WordPress plugin aiming to help new contributors decide which make team/s to contribute to or join at Contributor Day.",
"main": "index.js",
"scripts": {
"dev": "webpack --mode development",
"prod": "webpack --mode production",
"watch": "npm run dev -- --watch"
},
"author": "Aleksandar Predic",
"license": "GPL-2.0+",
"devDependencies": {
"@babel/core": "^7.3.4",
"@babel/preset-env": "^7.3.4",
"autoprefixer": "^9.5.0",
"babel-loader": "^8.0.5",
"clean-webpack-plugin": "^2.0.0",
"copy-webpack-plugin": "^5.0.1",
"css-loader": "^2.1.1",
"eslint": "^5.15.1",
"eslint-loader": "^2.1.2",
"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",
"sass-loader": "^7.1.0",
"serialize-javascript": "^4.0.0",
"style-loader": "^0.23.1",
"stylelint": "^13.5.0",
"stylelint-config-recommended-scss": "^3.2.0",
"stylelint-config-standard": "^18.2.0",
"stylelint-scss": "^3.5.4",
"stylelint-webpack-plugin": "^0.10.5",
"uglifyjs-webpack-plugin": "^2.1.2",
"webpack": "^4.29.6",
"webpack-cli": "^3.2.3"
},
"browserslist": [
"> 1%",
"last 2 versions"
]
}