-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.71 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
55
56
57
58
{
"name": "stanford_news",
"description": "SCSS for Stanford News accelerant.",
"author": "",
"version": "1.0.0",
"homepage": "https://github.com/SU-SOE/stanford_news",
"license": "MIT",
"keywords": [
"css",
"scss"
],
"repository": {
"type": "git",
"url": "git+https://github.com/SU-SOE/stanford_news.git"
},
"bugs": {
"url": "https://github.com/SU-SOE/stanford_news/issues"
},
"scripts": {
"build": "webpack --mode=development",
"watch": "webpack --mode=development --watch",
"publish": "webpack --mode=production",
"lint:js": "eslint -c .eslintrc 'src/js'",
"lint:sass": "sass-lint -c .sass-lint.yml '**/*.scss' -v -q -i 'vendor/**/*.scss, node_modules/**/*.scss'"
},
"devDependencies": {
"@babel/core": "^7.8.6",
"@babel/preset-env": "^7.8.6",
"autoprefixer": "^9.7.4",
"babel-loader": "^8.0",
"bourbon": "^5.1",
"browserslist": "^4.8.7",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^2.1",
"decanter": "^6.0.5",
"drupal-behaviors-loader": "^1.0",
"eslint": "^5.15",
"extra-watch-webpack-plugin": "^1.0",
"file-loader": "^3.0",
"filemanager-webpack-plugin": "^2.0",
"mini-css-extract-plugin": "^0.5",
"node-sass": "^4.13.1",
"optimize-css-assets-webpack-plugin": "^5.0",
"postcss-loader": "^3.0",
"resolve-url-loader": "^3.1.1",
"sass-lint": "^1.13",
"sass-loader": "^7.3",
"style-loader": "^0.23",
"uglifyjs-webpack-plugin": "^2.2",
"url-loader": "^1.1",
"webpack": "^4.41.6",
"webpack-assets-manifest": "^3.1",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3",
"webpack-fix-style-only-entries": "^0.2",
"webpack-manifest-plugin": "^2.2"
}
}