-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.01 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
{
"name": "dskobe-website",
"version": "2.0.0",
"description": "Website of the German School in Kobe",
"dependencies": {
"@popperjs/core": "^2.11.8",
"bootstrap": "^4.6.2",
"jquery": "^3.7.1"
},
"devDependencies": {
"@babel/core": "^7.25.8",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.25.8",
"@webpack-cli/generators": "^3.0.7",
"babel-loader": "^9.2.1",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.2",
"mini-css-extract-plugin": "^2.9.1",
"sass": "^1.79.4",
"sass-loader": "^16.0.2",
"style-loader": "^4.0.0",
"webpack": "^5.95.0"
},
"scripts": {
"clean": "rm -Rf ./.tmp ./build",
"build": "webpack --mode=production --node-env=production",
"watch": "webpack --watch --color",
"build:dev": "webpack --mode=development",
"build:prod": "webpack --mode=production --node-env=production"
},
"browserslist": [
"last 4 versions"
],
"author": "Daniel Kastl (Georepublic)",
"license": "MIT"
}