-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 891 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
{
"name": "simple-bill-splitter",
"version": "1.0.0",
"main": "index.js",
"repository": "[email protected]:arthursvpb/simple-bill-splitter.git",
"author": "arthursvpb <[email protected]>",
"license": "MIT",
"scripts": {
"dev": "webpack serve --hot --mode development",
"build": "webpack --mode production"
},
"dependencies": {
"@shoelace-style/shoelace": "^2.4.0",
"lit": "^2.3.0",
"zustand": "^4.3.8"
},
"devDependencies": {
"@arthursvpb/eslint-config": "^1.0.1",
"@babel/core": "^7.18.10",
"@babel/preset-env": "^7.18.10",
"babel-loader": "^8.2.5",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.3",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.7.5",
"style-loader": "^3.3.2",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.10.0"
}
}