-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.14 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
{
"name": "bootstrap",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"compile:sass": "sass --watch scss:assets/css",
"build": "NODE_ENV=production webpack --config ./config/webpack.production.config.js"
},
"author": "Jon Sun",
"license": "MIT",
"browserslist": [
"defaults",
"not IE 11",
"not dead"
],
"devDependencies": {
"@babel/cli": "^7.14.8",
"@babel/core": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"@fullhuman/postcss-purgecss": "^4.0.3",
"autoprefixer": "^10.3.2",
"babel-loader": "^8.2.2",
"css-loader": "^6.2.0",
"mini-css-extract-plugin": "^2.2.0",
"postcss": "^8.3.6",
"postcss-cli": "^8.3.1",
"postcss-import": "^14.0.2",
"postcss-loader": "^6.1.1",
"remove-files-webpack-plugin": "^1.4.5",
"sass": "^1.38.0",
"sass-loader": "^12.1.0",
"thread-loader": "^3.0.4",
"webpack": "^5.51.1",
"webpack-bundle-analyzer": "^4.4.2",
"webpack-cli": "^4.8.0",
"webpack-merge": "^5.8.0"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"@popperjs/core": "^2.9.3",
"bootstrap": "^5.1.0"
}
}