-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
44 lines (44 loc) · 1.03 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
{
"name": "semedocs",
"version": "1.2.2",
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"generate": "nuxt generate",
"start": "nuxt start"
},
"description": "Seme Framework Documentation",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/drosanda/semedocs.git"
},
"keywords": [
"Seme",
"Framework"
],
"author": "drosanda",
"license": "MIT",
"bugs": {
"url": "https://github.com/drosanda/semedocs/issues"
},
"homepage": "https://github.com/drosanda/semedocs#readme",
"dependencies": {
"@nuxt/content": "^1.14.0",
"@nuxtjs/amp": "^0.5.4",
"@nuxtjs/pwa": "^3.3.5",
"@nuxtjs/sitemap": "^2.4.0",
"core-js": "^3.9.1",
"dotenv": "^9.0.2",
"nuxt": "^2.15.3",
"nuxt-highlightjs": "^1.0.1",
"nuxt-jsonld": "^1.5.1",
"vue-highlight.js": "^4.0.1-beta"
},
"devDependencies": {
"@nuxt/components": "^2.2.1",
"@nuxtjs/dotenv": "^1.4.1",
"@nuxtjs/google-analytics": "^2.4.0",
"highlight.js": "^10.7.2"
}
}