-
Notifications
You must be signed in to change notification settings - Fork 309
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.8 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.8 KB
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
{
"name": "frepplejs",
"version": "4.0.0",
"description": "Javascript package for the frePPLe user interface.",
"homepage": "https://frepple.com",
"author": "frePPLe bv",
"license": "UNLICENSED",
"private": true,
"keywords": [],
"scripts": {
"preinstall": "npx only-allow pnpm",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint .",
"format": "prettier --write ."
},
"lint-staged": {
"**/*.{js,ts,tsx}": [
"eslint --fix"
],
"**/*": "prettier --write --ignore-unknown"
},
"engines": {
"node": ">=18.19.1"
},
"dependencies": {
"angular-gettext": "^2.4.2"
},
"devDependencies": {
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.1",
"@eslint/js": "^9.39.1",
"@intlify/unplugin-vue-i18n": "^11.0.7",
"bootstrap": "^5.3.8",
"easygettext": "^2.17.0",
"eslint": "^9.39.1",
"eslint-config-prettier": "^9.1.2",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-vue": "~10.0.1",
"gettext-extractor": "^4.0.6",
"gettext-parser": "^8.0.0",
"glob": "^11.1.0",
"globals": "^16.5.0",
"grunt": "^1.6.1",
"grunt-angular-gettext": "^2.5.3",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-less": "^3.0.0",
"grunt-contrib-uglify-es": "^3.3.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-sass": "^3.1.0",
"grunt-shell": "^4.0.0",
"husky": "^9.1.7",
"lint-staged": "^15.5.2",
"po2json": "^0.4.5",
"prettier": "^3.6.2",
"sass": "1.77.6",
"vite": "^6.4.2",
"vite-plugin-vue-devtools": "^7.7.7",
"vue-eslint-parser": "~10.0.0",
"vue-i18n": "^11.0.1",
"vue-i18n-extract": "^2.0.7"
},
"repository": {
"type": "git",
"url": "git+https://github.com/frePPLe/frePPLe.git"
}
}