-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
128 lines (128 loc) · 4.47 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
{
"name": "renoirboulanger.com",
"version": "4.0.1-dev",
"private": true,
"description": "Renoir Boulanger ✪ Expert in Front-End Ops, UI Libraries who cares about Accessibility",
"keywords": [
"personal-site",
"web developer",
"quebec",
"canada"
],
"homepage": "https://renoirboulanger.com",
"repository": {
"type": "git",
"url": "https://github.com/renoirb/site.git"
},
"license": "MIT",
"author": {
"name": "Renoir Boulanger",
"email": "contribs@renoirboulanger.com",
"url": "https://renoirboulanger.com"
},
"files": [
"dist"
],
"scripts": {
"build": "use-cross-env use-run-all clean build:*",
"build:generate": "nuxt-ts generate",
"clean": "use-cross-env use-rimraf .nuxt dist",
"commit": "git-cz",
"dev": "nuxt-ts dev -H 0.0.0.0",
"check-env": "node -e 'console.log(process.env)' | grep npm",
"fix": "use-run-all fix:*",
"fix:js": "use-cross-env conventions-use-eslint --fix --ext .ts,.tsx,.js,.vue --ignore-path .gitignore --ignore-pattern 'static/' .",
"fix:prettier": "use-cross-env prettier --ignore-path .prettierignore --ignore-unknown --write '**/*.{svg,yaml,yml,vue,css,js,ts,json,md}'",
"fix:sort-package-json": "use-cross-env conventions-code-formatter sort-package-json",
"preinstall": "node -e \"if(process.env.npm_execpath.indexOf('yarn') === -1) throw new Error('Dependencies must be installed with Yarn: https://yarnpkg.com/')\"",
"lint": "use-cross-env use-run-all lint:*",
"lint:js": "use-cross-env conventions-use-eslint --ext .ts,.tsx,.js,.vue --ignore-path .gitignore --ignore-pattern 'static/**/*.js' .",
"lint:style": "use-cross-env stylelint '**/*.{vue,css,scss}'",
"start": "nuxt-ts start",
"test": "use-cross-env jest --detectOpenHandles",
"test:snapshots": "use-cross-env jest --detectOpenHandles -u"
},
"config": {
"commitizen": {
"path": "git-cz"
}
},
"devDependencies": {
"@babel/core": "^7.10.0",
"@commitlint/cli": "^9.1.1",
"@commitlint/config-conventional": "^9.1.1",
"@commitlint/prompt-cli": "^9.1.1",
"@js-temporal/polyfill": "0.4.0",
"@nuxt/content": "1.8.1",
"@nuxt/typescript-build": "2.0.3",
"@nuxt/typescript-runtime": "2.0.0",
"@nuxtjs/color-mode": "1.0.3",
"@nuxtjs/composition-api": "0.12.3",
"@nuxtjs/eslint-config": "3.1.0",
"@nuxtjs/eslint-config-typescript": "3.0.0",
"@nuxtjs/eslint-module": "2.0.0",
"@nuxtjs/feed": "^2.0.0",
"@nuxtjs/stylelint-module": "4.0.0",
"@nuxtjs/tailwindcss": "3.0.2",
"@prettier/plugin-xml": "^0.12.0",
"@renoirb/conventions-code-formatter": "^1.3.0",
"@renoirb/conventions-use-eslint": "^1.2.1",
"@renoirb/conventions-use-typescript-3": "^1.2.1",
"@renoirb/tools-bundling-helpers": "^1.2.1",
"@tailwindcss/custom-forms": "^0.2.1",
"@tailwindcss/typography": "^0.2.0",
"@types/jest": "^26.0.0",
"@types/js-yaml": "^3.12.5",
"@types/node": "^12.12.0",
"@types/prismjs": "^1.16.1",
"@vue/test-utils": "^1.0.3",
"autoprefixer": "^9.8.6",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.1.0",
"commitizen": "4.2.1",
"commitlint-config-cz": "^0.13.2",
"cssnano": "^4.1.10",
"cz-conventional-changelog": "3.3.0",
"eslint": "^7.5.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-nuxt": "^1.0.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-prettier-vue": "^2.1.1",
"eslint-plugin-vue": "^6.2.2",
"git-cz": "^4.7.1",
"husky": "^4.2.5",
"import-sort-style-module": "^6.0.0",
"jest": "^26.1.0",
"jsonresume-from-yaml": "^1.0.0-alpha",
"lint-staged": "^10.2.11",
"minimist": "1.2.6",
"nuxt": "^2.14.0",
"nuxt-purgecss": "^1.0.0",
"nuxt-webfontloader": "^1.1.0",
"prettier": "^2.0.5",
"prettier-plugin-import-sort": "^0.0.4",
"prettier-plugin-tailwind-css": "^1.4.0",
"prism-themes": "^1.4.0",
"push-dir": "^0.4.1",
"stylelint": "^13.7.1",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-recommended": "^3.0.0",
"stylelint-config-standard": "^20.0.0",
"tailwindcss": "^1.8.5",
"tailwindcss-dark-mode": "1.1.5",
"ts-jest": "^26.1.3",
"tslib": "^2.0.0",
"typescript": "^4.0.0",
"vue": "^2.6.0",
"vue-inline-svg": "^2.0.0",
"vue-jest": "^3.0.4",
"webpack": "^4.44.1"
},
"engines": {
"node": ">=14.0.0 <=18.20.4",
"npm": ">=8.0.0 <9.0.0",
"yarn": "^1.22.18"
},
"packageManager": "yarn@1.22.22"
}