-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.45 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
{
"name": "atlas",
"version": "0.0.0-dev",
"packageManager": "[email protected]",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"icongen": "render --output public/icons",
"codegen": "graphql-codegen",
"format": "prettier --write **/*.{vue,ts}",
"fix": "pnpm run format && pnpm run lint:code --fix",
"lint:code": "eslint **/*.{vue,ts,gql}",
"lint:style": "stylelint **/*.vue",
"lint:ci": "eslint **/*.{vue,ts}",
"lint": "pnpm lint:code && pnpm lint:style"
},
"devDependencies": {
"@formkit/nuxt": "^1.5.9",
"@formkit/themes": "^1.5.9",
"@graphql-codegen/add": "^4.0.1",
"@graphql-codegen/cli": "^3.3.1",
"@graphql-codegen/fragment-matcher": "^4.0.1",
"@graphql-codegen/typed-document-node": "^4.0.1",
"@graphql-codegen/typescript": "^3.0.4",
"@graphql-codegen/typescript-operations": "^3.0.4",
"@graphql-eslint/eslint-plugin": "^3.20.1",
"@heroicons/vue": "^2.1.1",
"@nuxtjs/apollo": "5.0.0-alpha.13",
"@nuxtjs/color-mode": "^3.3.2",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@nuxtjs/i18n": "^8.1.1",
"@nuxtjs/tailwindcss": "^6.11.4",
"@types/leaflet": "^1.9.8",
"@types/lodash-es": "^4.17.12",
"@types/marked": "^4.3.2",
"@types/node": "18.16.3",
"@types/sanitize-html": "^2.11.0",
"@vue-leaflet/vue-leaflet": "^0.9.0",
"@vueform/multiselect": "^2.6.6",
"core-js": "^3.30.0",
"d3-force": "^3.0.0",
"eslint": "^8.57.0",
"eslint-config-stylelint": "^18.0.0",
"eslint-plugin-nuxt": "^4.0.0",
"floating-vue": "2.0.0-beta.20",
"graphql": "^16.8.0",
"leaflet": "^1.9.4",
"lodash-es": "^4.17.21",
"marked": "^4.3.0",
"mini-svg-data-uri": "^1.4.4",
"nuxt": "^3.12.4",
"postcss-for": "^2.1.1",
"postcss-html": "^1.6.0",
"prettier": "^2.8.8",
"sanitize-html": "^2.12.1",
"sass": "^1.71.1",
"sass-loader": "^13.3.3",
"stylelint": "^15.11.0",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard-scss": "^6.1.0",
"v-network-graph": "^0.9.15"
},
"dependencies": {
"@sentry/vite-plugin": "^2.22.0",
"@sentry/vue": "^8.25.0",
"vue3-simple-icons": "^13.2.0"
}
}