-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
81 lines (81 loc) · 2.74 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
72
73
74
75
76
77
78
79
80
81
{
"name": "novit.ai",
"version": "1.2.0",
"description": "Novit ai, Edge ai for the next generation of AI, with a focus on machine learning and deep learning. We are a team of AI experts, with a passion for AI.",
"author": "Novit ai",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint:js": "eslint --ext \".js,.vue\" --ignore-path .gitignore .",
"lint:style": "stylelint \"**/*.{css,scss,sass,html,vue}\" --ignore-path .gitignore",
"lint:prettier": "prettier --ignore-path .gitignore --check .",
"lint": "yarn lint:js && yarn lint:style && yarn lint:prettier",
"lint:fix": "prettier --ignore-path .gitignore --write --list-different . && yarn lint:js --fix && yarn lint:style --fix",
"opengraph": "node -r esm config/opengraph",
"prepare": "husky install"
},
"lint-staged": {
"*.{js,vue}": "eslint --cache",
"*.{css,scss,sass,html,vue}": "stylelint",
"*.**": "prettier --check --ignore-unknown"
},
"dependencies": {
"@nuxtjs/recaptcha": "^1.0.4",
"@nuxtjs/sitemap": "^2.4.0",
"core-js": "^3.21.1",
"dotenv": "^16.0.0",
"faunadb": "^4.5.2",
"frontmatter-markdown-loader": "^2.3.0",
"highlight.js": "^11.4.0",
"javascript-time-ago": "^2.3.13",
"lazysizes": "^5.3.2",
"markdown-it": "^12.3.2",
"markdown-it-abbr": "^1.0.4",
"markdown-it-anchor": "^8.4.1",
"markdown-it-ins": "^3.0.1",
"markdown-it-mark": "^3.0.1",
"markdown-it-sub": "^1.0.0",
"markdown-it-sup": "^1.0.0",
"markdown-it-toc-done-right": "^4.2.0",
"nodemailer": "^6.7.2",
"nuxt": "^2.15.8",
"sass": "^1.49.9",
"sass-loader": "^10.2.1",
"sharp": "^0.30.2",
"vue-lazy-hydration": "^2.0.0-beta.4",
"vue-material-design-icons": "^5.0.0",
"vue-tabbing": "^0.1.0",
"webpack": "^4.46.0"
},
"devDependencies": {
"@babel/core": "^7.17.5",
"@babel/eslint-parser": "^7.17.0",
"@nuxtjs/eslint-config": "^8.0.0",
"@nuxtjs/eslint-module": "^3.0.2",
"@nuxtjs/google-analytics": "^2.4.0",
"@nuxtjs/pwa": "^3.3.5",
"@nuxtjs/style-resources": "^1.2.1",
"@nuxtjs/stylelint-module": "^4.1.0",
"@types/markdown-it": "^12.2.3",
"consola": "^2.15.3",
"eslint": "^8.10.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-nuxt": "^3.1.0",
"eslint-plugin-vue": "^8.5.0",
"esm": "^3.2.25",
"husky": "^7.0.4",
"jsdom": "^19.0.0",
"lint-staged": "^12.0.3",
"postcss": "^8.4.8",
"postcss-html": "^1.3.0",
"prettier": "^2.5.1",
"stylelint": "^14.5.3",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-standard-scss": "^3.0.0",
"stylelint-config-standard-vue": "^1.0.0",
"typescript": "^4.6.2"
}
}