-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
95 lines (95 loc) · 2.96 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "my-project",
"version": "0.6.4",
"description": "my-project",
"main": "index.js",
"scripts": {
"build": "webpack --config webpack.config.js",
"publish": "git push && webpack && firebase deploy",
"start": "webpack-dev-server",
"save": "git add . && git commit -m \"Chore: Save\"",
"dev": "webpack-dev-server --mode development",
"lint": "tslint -c tslint.json 'src/**/*.ts' > tslint.log",
"test": "karma start",
"test:watch": "karma start --auto-watch=true --single-run=false"
},
"author": "Andrew Noblet",
"license": "ISC",
"dependencies": {
"@adobe/lit-mobx": "0.0.2",
"@anoblet/mixins": "git+https://github.com/anoblet/mixins.git",
"@anoblet/router": "git+https://github.com/anoblet/router.git",
"@simonwep/pickr": "^0.4.11",
"@webcomponents/webcomponentsjs": "^2.3.0",
"annyang": "^2.6.1",
"chart.js": "^2.8.0",
"citysdk": "^2.0.36",
"comlink": "^4.0.2",
"firebase": "^5.11.1",
"firebaseui": "^3.5.2",
"graphql": "^14.5.7",
"hammerjs": "^2.0.8",
"jsoneditor": "^5.34.0",
"lit-element": "^2.2.1",
"markdown-loader": "^5.0.0",
"marked": "^0.7.0",
"material-design-icons": "^3.0.1",
"mobx": "^5.13.0",
"muuri": "^0.7.1",
"object-path": "^0.11.4",
"path-to-regexp": "^2.4.0",
"pell": "^1.0.6",
"pwa-helpers": "^0.9.1",
"random-material-color": "^1.0.5",
"redux": "^4.0.4",
"redux-thunk": "^2.3.0",
"resize-observer": "^1.0.0",
"showdown": "^1.9.0"
},
"devDependencies": {
"@open-wc/testing": "^0.9.28",
"@open-wc/testing-karma": "^0.4.15",
"babel-core": "^6.26.3",
"babel-loader": "^8.0.5",
"babel-preset-env": "^1.7.0",
"clean-webpack-plugin": "^0.1.19",
"copy-webpack-plugin": "^4.6.0",
"css-loader": "^1.0.1",
"ga-lite": "^2.0.5",
"google-charts": "^2.0.0",
"gulp": "^4.0.0",
"gulp-prompt": "^1.2.0",
"gulp-template": "^5.0.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"husky": "^1.3.1",
"karma": "^4.3.0",
"lerna": "^3.16.4",
"lit-css-loader": "0.0.3",
"node-sass": "^4.12.0",
"preload-webpack-plugin": "^3.0.0-beta.4",
"prettier": "^1.16.4",
"robotstxt-webpack-plugin": "^5.0.0",
"sass-loader": "^7.3.1",
"speed-measure-webpack-plugin": "^1.3.0",
"terser-webpack-plugin": "^1.2.3",
"to-string-loader": "^1.1.5",
"ts-loader": "^5.3.3",
"ts-node": "^7.0.1",
"tslint": "^5.20.0",
"typescript": "^3.6.3",
"unused-files-webpack-plugin": "^3.4.0",
"webpack": "^4.40.2",
"webpack-bundle-analyzer": "^3.5.1",
"webpack-cli": "^3.3.9",
"webpack-dev-server": "^3.8.1",
"webpack-lighthouse-plugin": "^1.0.5",
"webpack-merge": "^4.2.2",
"webpack-pwa-manifest": "^3.8.0",
"webpack-visualizer-plugin": "^0.1.11",
"workbox-webpack-plugin": "^3.6.3"
},
"husky": {
"hooks": {}
}
}