-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1022 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
{
"name": "budget",
"scripts": {
"build": "cross-env NODE_ENV=production webpack",
"dev": "webpack-dev-server --content-base ."
},
"description": "A simple way to budget your money and reconcile your statements, built using Svelte.",
"repository": {
"type": "git",
"url": "git+https://github.com/forevermatt/budget.git"
},
"author": "forevermatt",
"license": "MIT",
"bugs": {
"url": "https://github.com/forevermatt/budget/issues"
},
"homepage": "https://github.com/forevermatt/budget#readme",
"devDependencies": {
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"cross-env": "^5.2.0",
"css-loader": "^2.1.1",
"fa-svelte": "^3.1.0",
"mini-css-extract-plugin": "^0.6.0",
"serve": "^11.0.0",
"style-loader": "^0.23.1",
"svelte": "^3.48.0",
"svelte-loader": "2.13.3",
"svelte-spa-router": "^2.2.0",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "^3.11.3"
},
"dependencies": {
"uuid": "^7.0.3"
}
}