forked from codex-team/hawk.so
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.17 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.17 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
{
"name": "hawk-yard",
"version": "2.0.1",
"private": true,
"engines": {
"node": ">=20.11.0",
"npm": ">=8.0.0"
},
"scripts": {
"dev": "nuxt",
"dev:network": "nuxt --hostname 0.0.0.0 --port 3000",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint:js": "eslint --ext .js,.vue --ignore-path .gitignore .",
"lint": "yarn lint:js"
},
"dependencies": {
"core-js": "^3.16.1",
"nuxt": "^2.17.4",
"nuxt-jsonld": "^1.5.8"
},
"devDependencies": {
"@nuxt/types": "^2.17.4",
"@nuxt/typescript-build": "^2.1.0",
"@nuxtjs/eslint-config": "^6.0.1",
"@nuxtjs/eslint-config-typescript": "^6.0.1",
"@nuxtjs/eslint-module": "^3.1.0",
"@nuxtjs/svg": "^0.4.1",
"@nuxtjs/yandex-metrika": "^1.3.0",
"babel-eslint": "^10.1.0",
"cssnano": "^6.0.1",
"eslint": "^7.32.0",
"eslint-config-codex": "^1.6.2",
"eslint-plugin-nuxt": "^2.0.0",
"postcss": "^8.5.6",
"postcss-custom-media": "^11.0.6",
"postcss-import": "^16.1.1",
"postcss-loader": "^4.3.0",
"postcss-nested": "^7.0.2",
"postcss-nested-ancestors": "^3.0.0",
"postcss-preset-env": "^10.2.4"
}
}