-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.56 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": "soe_paragraphs",
"version": "0.1.0",
"repository": "https://github.com/SU-SWS/soe_paragraphs",
"scripts": {
"build": "webpack --mode=development",
"publish": "webpack --mode=production",
"watch": "webpack --mode=development --watch",
"lint:js": "eslint -c .eslintrc 'src/js'",
"lint:sass": "sass-lint -c .sass-lint.yml '**/*.scss' -v -q -i 'vendor/**/*.scss, node_modules/**/*.scss'",
"lint:sass:fix": "sass-lint-auto-fix -c .sass-lint-fix.yml"
},
"devDependencies": {
"@babel/core": "^7.8.6",
"@babel/preset-env": "^7.8.6",
"autoprefixer": "^9.7.4",
"babel-loader": "^8.1.0",
"bourbon": "^5.1",
"browserslist": "^4.8.7",
"css-loader": "^2.1.1",
"decanter": "^6.0.5",
"drupal-behaviors-loader": "^1.0.1",
"eslint": "^5.15.3",
"extra-watch-webpack-plugin": "^1.0.3",
"file-loader": "^3.0.1",
"filemanager-webpack-plugin": "^2.0.5",
"mini-css-extract-plugin": "^0.5.0",
"node-sass": "^4.14.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"postcss-loader": "^3.0.0",
"resolve-url-loader": "^3.1.1",
"sass-lint": "^1.13.1",
"sass-lint-auto-fix": "^0.21.0",
"sass-loader": "^7.3.1",
"style-loader": "^0.23.1",
"uglifyjs-webpack-plugin": "^2.2.0",
"url-loader": "^1.1.2",
"webpack": "^4.43.0",
"webpack-assets-manifest": "^3.1.1",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3",
"webpack-fix-style-only-entries": "^0.2.2",
"webpack-manifest-plugin": "^2.2.0"
},
"author": "Stanford Web Services",
"license": "GPLV2"
}