-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.84 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
{
"name": "nmc_marketing",
"version": "0.5.0",
"description": "MagentaCLOUD theme for Nextcloud",
"author": "T-Systems International",
"dependencies": {
"@nextcloud/axios": "^2.3.0",
"@nextcloud/event-bus": "^3.1.0",
"@nextcloud/files": "^3.0.0-beta.10",
"@nextcloud/initial-state": "^2.0.0",
"@nextcloud/l10n": "^2.1.0",
"@nextcloud/router": "^2.1.2",
"@nextcloud/typings": "^1.7.0",
"@nextcloud/vue": "^8.0.0-beta.4",
"@telekom/design-tokens": "^1.0.0-beta.8",
"pinia": "^2.1.6",
"vue": "^2.7.14"
},
"devDependencies": {
"@nextcloud/babel-config": "^1.0.0",
"@nextcloud/browserslist-config": "^2.3.0",
"@nextcloud/eslint-config": "^v8.3.0-beta.2",
"@nextcloud/stylelint-config": "^2.3.1",
"@nextcloud/webpack-vue-config": "^5.5.1",
"@types/jest": "^29.5.4",
"@vue/tsconfig": "^0.4.0",
"css-loader": "^6.8.1",
"jest": "^29.6.2",
"jest-environment-jsdom": "^29.6.4",
"mock-xmlhttprequest": "^8.2.0",
"sass": "^1.66.1",
"sass-loader": "^13.3.2",
"style-loader": "^3.3.1",
"throttle-debounce": "^5.0.0",
"ts-jest": "^29.1.1",
"ts-loader": "^9.4.4",
"typescript": "^5.1.6",
"vue-loader": "^15.9.8",
"vue-template-compiler": "^2.7.14",
"webpack": "^5.79.0",
"webpack-cli": "^5.1.4"
},
"//": "seems to be needed to make it work atm",
"overrides": {
"stylelint": "^15.10.3"
},
"scripts": {
"lint": "eslint js",
"lint:fix": "eslint js --fix",
"stylelint": "stylelint css",
"stylelint:fix": "stylelint css --fix",
"test": "jest --verbose",
"test:watch": "jest --watchAll",
"test:coverage": "jest --coverage"
}
}