-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.55 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
{
"name": "right-track-pwa",
"version": "0.2.0",
"description": "Right Track Progessive Web App",
"main": "index.js",
"scripts": {
"dev": "webpack-dev-server --progress",
"build:dev": "webpack -d --mode development",
"build": "webpack -p --mode production",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/right-track/right-track-pwa.git"
},
"keywords": [
"right-track",
"pwa"
],
"author": "David Waring <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/right-track/right-track-pwa/issues"
},
"homepage": "https://github.com/right-track/right-track-pwa#readme",
"devDependencies": {
"@babel/core": "^7.3.3",
"@babel/preset-env": "^7.3.1",
"babel-loader": "^8.0.5",
"clean-webpack-plugin": "^1.0.1",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^2.1.0",
"html-webpack-plugin": "^3.2.0",
"node-sass": "^7.0.1",
"node-sass-utils": "^1.1.2",
"sass-loader": "^7.1.0",
"vue-loader": "^15.6.4",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.7",
"webpack": "^4.29.5",
"webpack-cli": "^3.2.3",
"webpack-dev-server": "^3.2.1",
"workbox-webpack-plugin": "^3.6.3"
},
"dependencies": {
"jszip": "^3.2.2",
"right-track-core": "right-track/right-track-core",
"right-track-db-sqljs": "right-track/right-track-db-sqljs",
"vue": "^2.6.7",
"vue-plausible": "^1.3.2",
"vue-router": "^3.0.2",
"vuetify": "^1.5.9"
}
}