-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.75 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.75 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "frogbudget",
"version": "0.1.7",
"description": "Frogbudget is an Open Source Progressive Webapp which lists your incomes and outgoings. https://milleniumfrog.github.io/frogbudget/",
"scripts": {
"test": "cypress run",
"build": "webpack --config ./configs/prod.webpack.js && cp -f src/pwa/manifest.json docs/manifest.json",
"serve": "webpack-dev-server --config ./configs/dev.webpack.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/milleniumfrog/frogbudget.git"
},
"author": "milleniumfrog",
"license": "MIT",
"bugs": {
"url": "https://github.com/milleniumfrog/frogbudget/issues"
},
"homepage": "https://github.com/milleniumfrog/frogbudget#readme",
"dependencies": {
"localforage": "^1.7.3",
"logupts": "^3.0.10",
"onsenui": "^2.10.6",
"react": "^16.8.3",
"react-dom": "^16.8.3",
"react-onsenui": "^1.11.2",
"react-redux": "^6.0.1",
"react-router-dom": "^4.3.1",
"redux": "^4.0.1"
},
"devDependencies": {
"@types/react": "^16.8.6",
"@types/react-dom": "^16.8.2",
"@types/react-onsenui": "^2.9.8",
"@types/react-redux": "^6.0.13",
"@types/react-router-dom": "^4.3.1",
"@types/redux": "^3.6.0",
"awesome-typescript-loader": "^5.2.1",
"css-loader": "^2.1.0",
"cypress": "^3.1.5",
"faker": "^4.1.0",
"favicons-webpack-plugin": "0.0.9",
"file-loader": "^3.0.1",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.5.0",
"node-sass": "^4.11.0",
"sass-loader": "^7.1.0",
"source-map-loader": "^0.2.4",
"typescript": "^3.3.3333",
"webpack": "^4.29.6",
"webpack-bundle-analyzer": "^3.1.0",
"webpack-cli": "^3.2.3",
"webpack-dev-server": "^3.2.1",
"webpack-merge": "^4.2.1"
}
}