-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.57 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
{
"name": "wsuwp-theme-lodge",
"version": "1.0.0",
"description": "Parent theme for creating non-wsu branded websites.",
"private": true,
"main": "src/index.js",
"dependencies": {
"normalize.css": "^8.0.1",
"webpack-cli": "^3.3.8"
},
"devDependencies": {
"@babel/core": "^7.7.4",
"@babel/preset-env": "^7.7.4",
"autoprefixer": "^9.6.1",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"css-loader": "^3.2.0",
"eslint": "^6.7.1",
"eslint-loader": "^3.0.2",
"mini-css-extract-plugin": "^0.8.0",
"modularscale-sass": "^3.0.8",
"node-sass": "^4.12.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"postcss-loader": "^3.0.0",
"sass-loader": "^8.0.0",
"stylelint": "^12.0.0",
"stylelint-webpack-plugin": "^1.1.0",
"terser-webpack-plugin": "^2.0.1",
"webpack": "^4.41.2",
"webpack-dev-server": "^3.8.0",
"webpack-livereload-plugin": "^2.2.0"
},
"scripts": {
"start": "webpack --env.NODE_ENV=development --watch",
"build": "webpack --env.NODE_ENV=production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/washingtonstateuniversity/wsuwp-theme-lodge.git"
},
"author": "WSU University Communications",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/washingtonstateuniversity/wsuwp-theme-lodge/issues"
},
"homepage": "https://github.com/washingtonstateuniversity/wsuwp-theme-lodge#readme"
}