-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 1.94 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
{
"name": "@yuzuten/pace",
"version": "0.0.1",
"description": "Pace calculator and charts",
"author": "Jason Truesdell <jason@yuzuten.com>",
"private": false,
"license": "GPL-3.0",
"homepage": "https://pace.move.yuzuten.com",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/JasonTrue/pace.git"
},
"keywords": [
"running",
"jogging",
"pace calculator",
"exercise"
],
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint",
"test": "jest"
},
"dependencies": {
"@nuxtjs/axios": "^5.3.6",
"@nuxtjs/pwa": "^2.6.0",
"cross-env": "^5.2.0",
"moment-duration-format": "^2.2.2",
"nuxt": "^2.4.0"
},
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.3.4",
"@babel/helper-plugin-utils": "^7.0.0",
"@babel/polyfill": "^7.2.5",
"@babel/preset-env": "^7.3.4",
"@nuxtjs/eslint-config": "^0.0.1",
"@vue/test-utils": "^1.0.0-beta.29",
"autoprefixer": "^8.6.4",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^8.2.1",
"babel-jest": "^24.5.0",
"eslint": "^5.0.1",
"eslint-config-prettier": "^3.1.0",
"eslint-config-standard": ">=12.0.0",
"eslint-loader": "^2.0.0",
"eslint-plugin-import": ">=2.14.0",
"eslint-plugin-jest": ">=21.24.1",
"eslint-plugin-node": ">=7.0.1",
"eslint-plugin-prettier": "2.6.2",
"eslint-plugin-promise": ">=4.0.1",
"eslint-plugin-standard": ">=4.0.0",
"eslint-plugin-vue": "^5.0.0",
"jest": "^24.3.1",
"jest-cli": "^24.5.0",
"jest-haste-map": "^24.5.0",
"jest-resolve": "^24.5.0",
"moment": "^2.24.0",
"nodemon": "^1.18.9",
"prettier": "1.14.3",
"tailwindcss": "^0.7.0",
"vue": "^2.6.8",
"vue-jest": "3.0.3",
"vue-template-compiler": "^2.6.8",
"webpack": "^4.29.6"
}
}