forked from getkirby/plainkit
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 782 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": "boilerplate",
"version": "1.0.0",
"description": "",
"private": true,
"scripts": {
"start": "webpack --watch",
"build": "webpack"
},
"devDependencies": {
"@babel/core": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"autoprefixer": "^9.8.8",
"babel-loader": "^8.2.2",
"css-loader": "^3.6.0",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.14.1",
"postcss-loader": "^3.0.0",
"sass-loader": "^8.0.0",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12"
},
"dependencies": {
"@popperjs/core": "^2.11.2",
"bootstrap": "^5.2.0",
"photoswipe": "^5.3.2"
},
"browserslist": [
"last 1 version",
"> 1%",
"IE 11"
],
"babel": {
"presets": [
"@babel/preset-env"
]
}
}