-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.32 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.32 KB
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
{
"name": "productlog.nuxt",
"version": "1.0.0",
"description": "My stellar Nuxt.js project",
"author": "Mike Stokes",
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=development nodemon server/index.js --watch server",
"build": "nuxt build",
"start": "cross-env NODE_ENV=production node server/index.js",
"generate": "nuxt generate",
"test": "jest"
},
"dependencies": {
"@nuxtjs/axios": "^5.3.6",
"@types/highlight.js": "^9.12.3",
"@types/markdown-it": "^0.0.9",
"@types/twemoji": "^12.1.0",
"@vue/composition-api": "^0.3.4",
"cross-env": "^5.2.0",
"date-fns": "^2.8.1",
"dayjs": "^1.8.19",
"express": "^4.16.4",
"firebase": "^7.6.2",
"highlight.js": "^9.18.1",
"markdown-it": "^10.0.0",
"markdown-it-emoji": "^1.4.0",
"markdown-it-link-attributes": "^3.0.0",
"markdown-it-sub": "^1.0.0",
"markdown-it-sup": "^1.0.0",
"markdown-it-video": "^0.6.3",
"nuxt": "^2.0.0",
"twemoji": "^12.1.5",
"vuexfire": "^3.2.1"
},
"devDependencies": {
"@babel/runtime-corejs2": "^7.7.7",
"@nuxt/typescript-build": "^0.5.6",
"@nuxtjs/vuetify": "^1.11.0",
"@vue/test-utils": "^1.0.0-beta.27",
"babel-jest": "^24.1.0",
"core-js": "2",
"jest": "^24.1.0",
"nodemon": "^1.18.9",
"vue-jest": "^4.0.0-0"
}
}