-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.76 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "coins",
"version": "0.1.0",
"description": "Expenses tracker PWA",
"homepage": "https://github.com/sdvg/coins",
"author": "Stefan Dietz <dev@stefan-dietz.eu>",
"repository": {
"type": "git",
"url": "https://github.com/sdvg/coins.git"
},
"license": "MIT",
"scripts": {
"hoodie": "hoodie",
"dev-server": "NODE_ENV=development webpack-dev-server",
"dev": "concurrently 'hoodie' 'npm run dev-server'",
"build": "NODE_ENV=production webpack -p",
"lint": "standard",
"start": "hoodie"
},
"dependencies": {
"hoodie": "^27.2.0"
},
"devDependencies": {
"@hoodie/client": "^9.0.2",
"angular": "^1.6.0",
"angular-eha.capitalize": "^1.1.0",
"angular-ui-router": "^0.3.2",
"angular-validation-match": "^1.9.0",
"appcache-webpack-plugin": "^1.3.0",
"autoprefixer": "^7.1.2",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-angularjs-annotate": "^0.8.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.0",
"bootstrap": "4.0.0-alpha.2",
"clean-webpack-plugin": "^0.1.16",
"concurrently": "^3.5.0",
"css-loader": "^0.28.5",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^0.11.2",
"html-loader": "^0.5.1",
"html-webpack-plugin": "^2.30.1",
"in-browser-download": "^1.0.0",
"jquery": "^3.1.1",
"lodash": "~4.17.2",
"moment": "^2.17.1",
"ngtemplate-loader": "^2.0.1",
"node-sass": "^4.5.3",
"postcss-loader": "^2.0.6",
"pouchdb-browser": "^6.1.0",
"randomcolor": "^0.5.2",
"sass-loader": "^6.0.6",
"standard": "^10.0.3",
"style-loader": "^0.18.2",
"web-app-manifest-loader": "^0.1.1",
"webpack": "^3.5.5",
"webpack-dev-server": "^2.7.1"
}
}