-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 988 Bytes
/
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
{
"name": "pan-bootstrap",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"start": "NODE_ENV=development webpack --mode development",
"build": "NODE_ENV=production webpack --mode production"
},
"keywords": [],
"author": "audilu",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.7",
"@fortawesome/fontawesome-free": "^5.14.0",
"babel-loader": "^8.2.2",
"css-loader": "^5.2.6",
"cssnano": "^5.0.8",
"file-loader": "^6.2.0",
"mini-css-extract-plugin": "^1.6.0",
"postcss": "^8.3.5",
"postcss-loader": "^6.1.0",
"sass": "^1.35.1",
"sass-loader": "^12.1.0",
"style-loader": "^2.0.0",
"terser-webpack-plugin": "^5.1.3",
"url-loader": "^4.1.1",
"webpack": "^5.40.0",
"webpack-cli": "^4.7.2"
},
"dependencies": {
"autoprefixer": "^10.2.6",
"bootstrap": "^5.0.2",
"fibers": "^5.0.0",
"glob": "^7.1.7"
}
}