forked from SU-SWS/stanford_media
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.26 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
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "stanford_media",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "git+https://github.com/SU-SWS/stanford_media.git"
},
"config": {
"srcSass": "lib/scss",
"distSass": "dist/css",
"srcJS": "lib/js",
"distJS": "dist/js",
"srcAssets": "lib/assets",
"distAssets": "dist/assets"
},
"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.3",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"@fortawesome/fontawesome-free": "^5.15.1",
"autoprefixer": "^9.8.6",
"babel-loader": "^8.1.0",
"bourbon": "^5.1",
"bourbon-neat": "^1.9.1",
"browserslist": "^4.14.5",
"caniuse-lite": "^1.0.30001159",
"css-loader": "^2.1",
"decanter": "^6.1.3",
"dot-prop": "^5.3.0",
"drupal-behaviors-loader": "^1.0.1",
"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",
"fibers": "^4.0.2",
"file-loader": "^3.0",
"filemanager-webpack-plugin": "^2.0",
"fsevents": "^2.1.3",
"mini-css-extract-plugin": "^0.5",
"neat-omega": "^3.1.0",
"node-gyp": "^7.1.2",
"node-pre-gyp": "^0.15.0",
"node-sass": "^4.14.1",
"normalize.css": "^8.0.1",
"optimize-css-assets-webpack-plugin": "^5.0.4",
"postcss-loader": "^3.0",
"resolve-url-loader": "^3.1.1",
"sass": "^1.27.0",
"sass-lint": "^1.13",
"sass-loader": "^7.3",
"uglifyjs-webpack-plugin": "^2.2",
"webpack": "^4.44.2",
"webpack-assets-manifest": "^3.1",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0",
"webpack-fix-style-only-entries": "^0.4.0",
"webpack-manifest-plugin": "^2.2"
},
"description": "Stanford Media Viewer",
"author": "Stanford Web Services",
"license": "GPL-3.0-or-later",
"keywords": [
"css",
"scss",
"Drupal",
"Stanford"
]
}