-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.44 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
{
"name": "williams-notes",
"version": "1.0.0",
"description": "william's personal notes and projects",
"author": "William Hoyle",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build --analyze",
"start": "nuxt start",
"generate": "nuxt generate",
"process-workouts": "node ./util/process-workouts.js",
"generate-code": "node ./util/generate-code.js",
"generate:gh-pages": "DEPLOY_ENV=GH_PAGES nuxt generate"
},
"dependencies": {
"charts.css": "^0.9.0",
"express": "^4.17.1",
"highlight.js": "^10.5.0",
"luxon": "^1.25.0",
"mustache": "^4.1.0",
"nord-highlightjs": "^0.1.0",
"nuxt": "^2.14.11",
"postcss-import": "^12.0.1",
"pug-plain-loader": "^1.1.0"
},
"devDependencies": {
"@nuxtjs/axios": "^5.12.3",
"@nuxtjs/tailwindcss": "^1.4.1",
"convict": "^5.2.0",
"csv-parser": "^2.3.5",
"dotenv": "^8.2.0",
"eslint-config-prettier": "^3.6.0",
"eslint-plugin-prettier": "2.6.2",
"express": "^4.17.1",
"frontmatter-markdown-loader": "^3.6.2",
"markdown-it": "^10.0.0",
"markdown-it-anchor": "^5.3.0",
"markdown-it-table-of-contents": "^0.4.4",
"opener": "^1.5.2",
"prettier": "1.14.3",
"pug": "^2.0.4",
"simple-git": "^1.132.0",
"strava-v3": "^2.0.9"
}
}