generated from Meeovi/Meeovi-Starter-Template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 2.08 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
{
"name": "amazon-template",
"version": "0.0.4",
"description": "This is a template for the Amazon Template.",
"author": "Sebastian Hilton (https://www.sebastianhilton.com)",
"homepage": "https://www.alternatecms.com",
"repository": {
"type": "git",
"url": "git+https://github.com/Meeovi/learning-frontend.git"
},
"bugs": {
"url": "https://github.com/Meeovi/learning-frontend/issues"
},
"license": "MIT",
"private": true,
"scripts": {
"alternate-commit": "git add . && git commit -m \"ready for update\"",
"alternate-update": "git pull \"https://github.com/Meeovi/learning-frontend\"",
"build": "nuxt build",
"dev": "nuxt dev --port 3013",
"ts-node": "ts-node -r tsconfig-paths/register --compiler-options '{\"module\":\"CommonJS\"}'",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"all": "npm-run-all --parallel dev",
"start": "ts-node src/index.ts"
},
"devDependencies": {
"@nuxt/content": "^2.3.0",
"@nuxtjs/apollo": "^5.0.0-alpha.5",
"@nuxtjs/i18n": "^8.0.0-beta.8",
"@sidebase/nuxt-auth": "^0.3.3",
"@types/node": "^16.11.10",
"graphql": "^15.8.0",
"npm-run-all": "^4.1.5",
"nuxt": "3.2.0",
"nuxt-meilisearch": "^0.1.7",
"typescript": "4.5.2"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.2.1",
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@fortawesome/vue-fontawesome": "^3.0.2",
"@huntersofbook/naive-ui-nuxt": "^0.5.1",
"@mdi/font": "^7.1.96",
"@meilisearch/instant-meilisearch": "^0.10.1",
"@nuxt/types": "^2.15.8",
"@sidebase/core": "^0.1.3",
"@tinymce/tinymce-vue": "^4.0.7",
"@types/graphql": "^14.5.0",
"cors": "^2.8.5",
"graphql-tag": "^2.12.6",
"instantsearch.css": "^8.0.0",
"jquery": "^3.6.3",
"nuxt-security": "^0.10.1",
"sass": "^1.57.0",
"ts-node": "^10.9.1",
"vue-chartjs": "^5.2.0",
"vue-instantsearch": "^4.8.1",
"vuetify": "^3.0.5"
}
}