-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.96 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
59
60
61
62
63
64
{
"name": "soe_basic",
"version": "1.0.0",
"repository": "https://github.com/SU-SOE/soe_basic",
"scripts": {
"build": "webpack --mode=development --display-error-details",
"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'"
},
"devDependencies": {
"@babel/core": "^7.12.13",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.12.13",
"@fortawesome/fontawesome-free": "^5.15.2",
"autoprefixer": "^9.8.6",
"babel-loader": "^8.2.2",
"bourbon": "^5.1",
"browserslist": "^4.16.3",
"caniuse-lite": "^1.0.30001177",
"css-loader": "^2.1",
"decanter": "^6.2.7",
"dot-prop": "^5.3.0",
"drupal-behaviors-loader": "^1.0",
"element-closest-polyfill": "^1.0.0",
"element-matches-polyfill": "^1.0.0",
"element-qsa-scope": "^1.1.0",
"es6-object-assign": "^1.1.0",
"eslint": "^5.16",
"extra-watch-webpack-plugin": "^1.0",
"file-loader": "^3.0",
"filemanager-webpack-plugin": "^2.0",
"fsevents": "^2.3.2",
"mini-css-extract-plugin": "^0.5",
"node-gyp": "^7.1.2",
"node-pre-gyp": "^0.15.0",
"node-sass": "^4.14.1",
"optimize-css-assets-webpack-plugin": "^5.0",
"postcss-loader": "^3.0",
"resolve-url-loader": "^3.1.2",
"sass": "^1.32.6",
"sass-lint": "^1.13",
"sass-loader": "^7.3",
"style-loader": "^0.23",
"uglifyjs-webpack-plugin": "^2.2",
"url-loader": "^1.1",
"webpack": "^4.46.0",
"webpack-assets-manifest": "^3.1",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.2",
"webpack-fix-style-only-entries": "^0.4.0",
"webpack-manifest-plugin": "^2.2"
},
"description": "= SOE Basic =",
"author": "Stanford Web Services",
"license": "GPL-3.0-or-later",
"keywords": [
"css",
"scss",
"Drupal",
"Stanford"
]
}