-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.36 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.36 KB
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
{
"name": "afropython",
"version": "1.0.0",
"description": "AfroPython Website",
"repository": {
"type": "git",
"url": "https://github.com/AfroPython/afropython-site"
},
"scripts": {
"start": "webpack-dev-server --open --mode development",
"build": "webpack --mode production",
"deploy": "npm run build && gulp deploy",
"lint": "eslint '**/*.js' && stylelint '**/*.scss'"
},
"license": "UNLICENSED",
"dependencies": {
"autoprefixer": "^9.3.1",
"jquery": "^3.3.1"
},
"devDependencies": {
"cname-webpack-plugin": "^1.0.3",
"css-loader": "^1.0.0",
"eslint": "^5.8.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0",
"expose-loader": "^0.7.5",
"file-loader": "^2.0.0",
"gh-pages": "^2.0.1",
"gulp": "^4.0.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"imagemin": "^6.0.0",
"img-loader": "^3.0.0",
"mini-css-extract-plugin": "^0.4.1",
"node-sass": "^4.9.4",
"normalize.css": "^8.0.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"postcss-loader": "^3.0.0",
"sass-loader": "^7.1.0",
"stylelint": "^9.7.1",
"stylelint-config-standard": "^18.2.0",
"uglifyjs-webpack-plugin": "^2.0.1",
"url-loader": "^1.1.2",
"webpack": "^4.16.5",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.5"
}
}