-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 851 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 851 Bytes
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
{
"name": "nicolaspierre.net",
"version": "1.0.0",
"description": "Personal website of Software Developer Nicolas Pierre",
"author": "Nicolas Pierre",
"license": "MIT",
"scripts": {
"build": "webpack --config webpack.config.js --mode production",
"dev": "webpack --config webpack.config.js --mode development --watch"
},
"devDependencies": {
"webpack": "^5.58.2",
"webpack-cli": "^4.9.1"
},
"dependencies": {
"@babel/core": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"@popperjs/core": "^2.10.2",
"autoprefixer": "^10.3.7",
"babel-loader": "^8.2.2",
"bootstrap": "^5.1.3",
"css-loader": "^6.4.0",
"dotenv-webpack": "^7.0.3",
"mini-css-extract-plugin": "^2.4.2",
"postcss-loader": "^6.2.0",
"sass": "^1.43.2",
"sass-loader": "^12.2.0",
"url-loader": "^4.1.1"
}
}