-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
93 lines (93 loc) · 2.97 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
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "brisbane-city-council-free-native-plants",
"description": "Council’s Free Native Plants program offers a range of plants to assist you to plant and green your property. The native species provided through the program help grow our city’s urban forest and support local wildlife.",
"version": "1.7.45",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build --modern",
"build:analyze": "yarn run build -- --analyze",
"bundlewatch": "bundlewatch --config bundlewatch.config.json",
"start": "nuxt start",
"serve:lhci": "yarn run start",
"lhci:autorun": "lhci autorun",
"generate": "nuxt generate --modern",
"lint:js": "eslint --ext .js,.vue --ignore-path .gitignore .",
"lint:style": "stylelint **/*.{vue,css} --ignore-path .gitignore",
"lint": "yarn run lint:js && yarn run lint:style",
"lint:fix": "yarn run lint:js -- --fix && yarn run lint:style -- --fix",
"images": "node images.js",
"test": "yarn run test:e2e",
"test:e2e": "codeceptjs run --steps",
"update:snapshots": "rsync -a ./test/e2e/output/ ./test/e2e/screenshots/base"
},
"lint-staged": {
"*.{js,vue}": "eslint",
"*.{css,vue}": "stylelint"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"engines": {
"node": ">=14.x",
"npm": "please-use-yarn",
"yarn": "1.x"
},
"dependencies": {
"@nuxt/content": "1.15.1",
"@nuxt/typescript-runtime": "2.1.0",
"@nuxtjs/axios": "5.13.6",
"@nuxtjs/markdownit": "2.0.0",
"@nuxtjs/pwa": "3.3.5",
"@nuxtjs/sitemap": "2.4.0",
"dayjs": "1.11.6",
"github-markdown-css": "5.1.0",
"lodash-es": "4.17.21",
"mapbox-gl": "2.8.2",
"nuxt": "2.15.8",
"store": "2.0.12",
"vue-warehouse": "2.2.0"
},
"devDependencies": {
"@lhci/cli": "0.8.2",
"@mdi/js": "7.0.96",
"@nuxt/image": "0.6.2",
"@nuxt/types": "2.15.8",
"@nuxt/typescript-build": "2.1.0",
"@nuxtjs/eslint-config": "7.0.0",
"@nuxtjs/eslint-config-typescript": "11.0.0",
"@nuxtjs/eslint-module": "3.1.0",
"@nuxtjs/stylelint-module": "4.1.0",
"@nuxtjs/vuetify": "1.12.3",
"@semantic-release/changelog": "6.0.1",
"@semantic-release/git": "10.0.1",
"@vue/test-utils": "2.2.3",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "10.1.0",
"babel-jest": "29.3.1",
"bundlewatch": "0.3.3",
"codeceptjs": "3.3.6",
"codeceptjs-resemblehelper": "1.9.6",
"cross-env": "7.0.3",
"eslint": "8.27.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-nuxt": "3.2.0",
"eslint-plugin-prettier": "4.2.1",
"husky": "8.0.2",
"imagemin-pngquant": "9.0.2",
"jest": "29.3.1",
"lint-staged": "13.0.3",
"playwright": "1.28.0",
"prettier": "2.7.1",
"puppeteer": "19.2.2",
"serve-handler": "6.1.5",
"stylelint": "13.13.1",
"stylelint-config-prettier": "8.0.2",
"stylelint-config-standard": "22.0.0",
"ts-jest": "29.0.3",
"ts-node": "10.9.1",
"vue-jest": "3.0.7"
}
}