-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
113 lines (113 loc) · 4.26 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
{
"name": "@wmde/query-builder",
"version": "1.0.0",
"private": true,
"description": "A query builder for Wikidata SPARQL queries",
"author": {
"name": "The Wikidata team"
},
"scripts": {
"preview": "vite preview --port 8080",
"cypress": "unset DISPLAY && CYPRESS_API_URL=${VUE_APP_WIKIBASE_API_URL} CYPRESS_BASE_URL=${CYPRESS_BASE_URL:-http://localhost:8080} cypress run --browser \"$(./cypress/figureOutBrowser.sh)\" --headless",
"cypress:interactive": "CYPRESS_API_URL=${VUE_APP_WIKIBASE_API_URL} CYPRESS_BASE_URL=${CYPRESS_BASE_URL:-http://localhost:8080} cypress open",
"test:lint-cypress": "eslint --no-fix --max-warnings 0 cypress",
"serve": "vite --config vite.config.js --port 8080",
"build": "tsc --noEmit && vite build --out-dir dist",
"test:unit": "jest --no-cache tests/unit",
"test:integration": "jest -c jest.config.integration.js",
"test:lint": "eslint --no-fix --max-warnings 0 --ignore-path .gitignore .",
"test": "npm-run-all test:* && vite build",
"test:lintcss": "stylelint '**/*.{vue,scss}'",
"test:a11y": "jest --testMatch=\"**/tests/a11y/**\"",
"test:cy": "env $(grep -v '^#' .env.example | xargs) start-server-and-test serve http-get://localhost:8080 cypress",
"fix:css": "stylelint '**/*.{vue,scss}' --fix",
"fix:ts": "eslint --fix --ignore-path .gitignore .",
"fix:cypress": "eslint --fix cypress",
"branch-deploy": "npm run build -- --base=/ && NETLIFY_AUTH_TOKEN=$BRANCHDEPLOY_AUTH_TOKEN NETLIFY_SITE_ID=$BRANCHDEPLOY_SITE_ID npx netlify deploy --dir=dist --json --alias $ZUUL_CHANGE"
},
"main": "index.js",
"dependencies": {
"@rollup/plugin-node-resolve": "^15.2.3",
"@types/rdf-js": "^4.0.2",
"@vue/compat": "3.3.8",
"@wikimedia/codex": "^1.12.0",
"@wikimedia/codex-design-tokens": "^1.12.0",
"@wikimedia/codex-icons": "^1.0.1",
"@wikimedia/language-data": "^1.1.8",
"core-js": "^3.37.1",
"lodash.debounce": "^4.0.8",
"lodash.isequal": "^4.5.0",
"pinia": "^2.2.0",
"ress": "^5.0.2",
"sparqljs": "^3.7.1",
"vite-plugin-importer": "^0.2.5",
"vue": "3.3.8",
"vue-banana-i18n": "2.3.0"
},
"devDependencies": {
"@babel/preset-env": "^7.25.3",
"@pinia/testing": "^0.1.4",
"@stylistic/stylelint-config": "^2.0.0",
"@stylistic/stylelint-plugin": "^3.0.0",
"@types/jest": "^29.5.12",
"@types/jest-axe": "^3.5.9",
"@types/lodash": "^4.17.7",
"@types/node": "^22.1.0",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"@vitejs/plugin-vue": "^1.10.2",
"@vue/compiler-sfc": "3.4.35",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/test-utils": "^2.4.6",
"@vue/vue3-jest": "^29.2.6",
"@wmde/eslint-config-wikimedia-typescript": "^0.2.9",
"autoprefixer": "^10.4.19",
"babel-core": "^7.0.0-bridge.0",
"cypress": "^13.13.2",
"eslint": "^8.57.0",
"eslint-config-wikimedia": "^0.28.2",
"eslint-plugin-chai-friendly": "^1.0.1",
"eslint-plugin-cypress": "^3.4.0",
"eslint-plugin-jsonc": "^2.16.0",
"eslint-plugin-vue": "^9.27.0",
"jest": "^29.7.0",
"jest-axe": "^9.0.0",
"jest-environment-jsdom": "^29.7.0",
"netlify-cli": "17.33.6",
"npm-run-all": "^4.1.5",
"sass": "^1.77.8",
"sass-loader": "^16.0.0",
"start-server-and-test": "^2.0.5",
"style-loader": "^4.0.0",
"stylelint": "^16.7.0",
"stylelint-config-recommended-scss": "^14.1.0",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-config-standard-scss": "^13.1.0",
"stylelint-config-standard-vue": "^1.0.0",
"stylelint-scss": "^6.4.1",
"stylelint-use-logical": "^2.1.2",
"ts-jest": "^29.2.4",
"typescript": "^5.5.3",
"vite": "^2.9.13",
"vite-plugin-env-compatible": "^2.0.1"
},
"_id": "@wmde/query-builder@1.0.0",
"bugs": {
"url": "https://phabricator.wikimedia.org/tag/wikidata_query_builder/"
},
"homepage": "https://gerrit.wikimedia.org/g/wikidata/query-builder",
"license": "BSD-3-Clause",
"repository": {
"type": "git",
"url": "git+https://gerrit.wikimedia.org/g/wikidata/query-builder.git"
},
"overrides": {
"vue-banana-i18n": {
"banana-i18n": "2.2.0"
},
"@wikimedia/codex": {
"vue": "3.3.8"
}
}
}