-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 1.1 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
{
"name": "stanford_starter",
"version": "1.0.0",
"description": "Changelog: [CHANGELOG.md](CHANGELOG.md)",
"main": "webpack.config.js",
"scripts": {
"watch": "NODE_ENV=production webpack --watch",
"build": "NODE_ENV=production webpack"
},
"author": "",
"license": "ISC",
"dependencies": {
"@babel/core": "^7.22.1",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.22.4",
"autoprefixer": "^10.4.16",
"babel-loader": "^9.1.2",
"css-loader": "^6.8.1",
"decanter": "^6.2.14",
"drupal-behaviors-loader": "^1.0.1",
"element-closest-polyfill": "^1.0.6",
"element-matches-polyfill": "^1.0.0",
"element-qsa-scope": "^1.1.0",
"es6-object-assign": "^1.1.0",
"filemanager-webpack-plugin": "^8.0.0",
"mini-css-extract-plugin": "^2.7.6",
"node-sass": "^9.0.0",
"optimize-css-assets-webpack-plugin": "^6.0.1",
"postcss-loader": "^7.3.2",
"postcss-preset-env": "^9.1.4",
"sass-loader": "^13.3.1",
"style-loader": "^3.3.3",
"webpack": "^5.85.0",
"webpack-cli": "^5.1.1",
"webpack-fix-style-only-entries": "^0.6.1"
}
}