-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
44 lines (44 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
38
39
40
41
42
43
44
{
"name": "textpattern-bootstrap",
"description": "Bootstrap framework for Textpattern CMS.",
"version": "0.1.0",
"repository": {
"type": "git",
"url": "https://github.com/philwareham/textpattern-bootstrap"
},
"bugs": {
"url": "https://github.com/philwareham/textpattern-bootstrap/issues"
},
"devDependencies": {
"@babel/core": "7.24.0",
"@babel/preset-env": "7.16.11",
"autoprefixer": "10.4.13",
"babel-loader": "8.2.3",
"babel-plugin-transform-es2015-modules-strip": "0.1.2",
"clean-webpack-plugin": "4.0.0",
"copy-webpack-plugin": "10.2.4",
"cross-env": "7.0.3",
"css-loader": "6.6.0",
"exports-loader": "3.1.0",
"fibers": "5.0.1",
"mini-css-extract-plugin": "2.5.3",
"postcss-loader": "6.2.1",
"sass": "1.58.3",
"sass-loader": "12.4.0",
"webpack": "5.76.0",
"webpack-cli": "4.9.2"
},
"dependencies": {
"@popperjs/core": "2.11.2",
"bootstrap": "5.1.3"
},
"browserslist": [
"> 0.5%",
"Firefox ESR",
"IE 11"
],
"scripts": {
"build": "webpack --progress"
},
"license": "(MIT AND Gps-2.0)"
}