-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.29 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
{
"name": "canopy3-theme-simple",
"version": "0.0.1",
"description": "Bootstrap 4 theme Canopy3",
"scripts": {
"dev": "webpack --mode development --config webpack.config.js --watch",
"build": "webpack --mode production --config webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AppStateESS/canopy3-theme-simple.git"
},
"author": "Matthew McNaney <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/AppStateESS/canopy3-theme-simple/issues"
},
"homepage": "https://github.com/AppStateESS/canopy3-theme-simple#readme",
"devDependencies": {
"@babel/core": "^7.18.9",
"@babel/preset-env": "^7.18.9",
"@fortawesome/fontawesome-free": "^6.1.1",
"babel-loader": "^8.2.5",
"bootstrap": "^5.2.0",
"browser-sync": "^2.27.10",
"browser-sync-webpack-plugin": "^2.3.0",
"css-loader": "^6.7.1",
"css-minimizer-webpack-plugin": "^4.0.0",
"mini-css-extract-plugin": "^2.6.1",
"node-sass": "^7.0.1",
"postcss": "^8.4.14",
"sass-loader": "^13.0.2",
"style-loader": "^3.3.1",
"terser-webpack-plugin": "^5.3.3",
"transfer-webpack-plugin": "^0.1.4",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0"
},
"dependencies": {
"@popperjs/core": "^2.11.5"
}
}