forked from WordPress/openverse-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
134 lines (134 loc) · 4.42 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
129
130
131
132
133
134
{
"name": "openverse-frontend",
"version": "2.2.1",
"description": "Openverse",
"repository": {
"type": "git",
"url": "git+https://github.com/wordpress/openverse-frontend.git"
},
"bugs": {
"url": "https://github.com/wordpress/openverse-frontend/issues"
},
"author": "sebworks",
"private": true,
"scripts": {
"dev": "pnpm install && pnpm i18n:create-locales-list && pnpm i18n:update-locales && cross-env nuxt",
"build": "pnpm i18n:get-translations && nuxt build",
"generate": "nuxt generate",
"start": "nuxt start",
"storybook": "nuxt storybook",
"test": "jest",
"test:all": "pnpm e2e:ci & jest",
"test:watch": "jest --collectCoverage=false --watch",
"test:unit": "jest --collectCoverage=false",
"test:e2e": "playwright test",
"run-server": "cross-env nuxt build && pnpm start",
"e2e:ci": "start-server-and-test run-server http://localhost:8443 test:e2e",
"generate-e2e-tests": "playwright codegen localhost:8443/",
"types": "tsc --noEmit",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"lintfix": "eslint --fix --ext .js,.vue --ignore-path .gitignore .",
"format": "prettier --write .",
"format:test": "prettier --check .",
"vue-i18n-check": "vue-i18n-extract report --vueFiles './src/**/*.?(js|vue)' --languageFiles './src/locales/*.?(json)'",
"prepare": "husky install",
"i18n:update-locales": "node src/locales/scripts/get-validated-locales",
"i18n:get-translations": "pnpm i18n:create-locales-list && node src/locales/scripts/get-translations && pnpm i18n:update-locales",
"i18n:generate-pot": "node src/locales/scripts/json-to-pot",
"i18n:create-locales-list": "node src/locales/scripts/create-wp-locale-list"
},
"dependencies": {
"@babel/eslint-parser": "^7.16.5",
"@nuxt/components": "^2.1.6",
"@nuxt/postcss8": "^1.1.3",
"@nuxtjs/composition-api": "^0.27.0",
"@nuxtjs/i18n": "^7.0.3",
"@nuxtjs/redirect-module": "^0.3.1",
"@nuxtjs/sentry": "^5.1.5",
"@nuxtjs/sitemap": "^2.4.0",
"@nuxtjs/svg": "^0.3.0",
"@popperjs/core": "^2.11.2",
"@tailwindcss/line-clamp": "^0.3.1",
"axios": "^0.21.2",
"axios-mock-adapter": "^1.20.0",
"babel-core": "^7.0.0-bridge.0",
"build-url": "^6.0.1",
"case": "^1.6.3",
"clipboard": "^2.0.8",
"core-js": "^3.16.1",
"deepmerge": "^4.2.2",
"express-useragent": "^1.0.15",
"filesize": "^8.0.2",
"focus-trap": "^6.7.1",
"focus-trap-vue": "1.1.1",
"focus-visible": "^5.2.0",
"glob": "^7.1.6",
"js-cookie": "^2.2.1",
"lodash.clonedeep": "^4.5.0",
"lodash.debounce": "^4.0.8",
"lodash.findindex": "^4.6.0",
"lodash.isempty": "^4.4.0",
"lodash.isequal": "^4.5.0",
"lodash.set": "^4.3.2",
"lodash.sortby": "^4.7.0",
"lodash.throttle": "^4.1.1",
"node-html-parser": "^5.1.0",
"nuxt": "^2.15.4",
"postcss-focus-visible": "^6.0.3",
"reakit-utils": "^0.15.2",
"seeded-rand": "^2.0.1",
"uuid": "^8.3.2",
"vue-i18n": "^8.26.5"
},
"devDependencies": {
"@babel/runtime-corejs3": "^7.15.3",
"@intlify/eslint-plugin-vue-i18n": "^0.11.1",
"@nuxt/types": "^2.15.4",
"@nuxtjs/eslint-module": "^3.0.2",
"@nuxtjs/storybook": "^4.1.1",
"@nuxtjs/style-resources": "^1.0.0",
"@playwright/test": "^1.16.2",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/user-event": "^13.2.1",
"@testing-library/vue": "^5.8.2",
"@types/jest": "^26.0.22",
"@vue/test-utils": "^1.1.3",
"autoprefixer": "^10.4.0",
"babel-jest": "^26.6.3",
"cross-env": "^7.0.3",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.1.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-unicorn": "^35.0.0",
"eslint-plugin-vue": "^7.8.0",
"eslint-plugin-vuejs-accessibility": "^0.6.1",
"husky": "^7.0.1",
"jest": "^26.6.3",
"jest-transform-stub": "^2.0.0",
"lint-staged": "^11.1.1",
"postcss": "^8.4.5",
"prettier": "^2.2.1",
"sass": "^1.34.0",
"sass-loader": "^10.1.1",
"start-server-and-test": "^1.14.0",
"tailwindcss": "^3.0.7",
"tailwindcss-rtl": "^0.8.0",
"ts-node": "^10.4.0",
"typescript": "^4.5.2",
"vue-i18n-extract": "^2.0.0",
"vue-jest": "^3.0.7"
},
"engines": {
"node": ">= 16.0.0",
"pnpm": ">= 6.24.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"volta": {
"node": "16.13.0"
}
}