-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
62 lines (62 loc) · 1.9 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
{
"name": "lomake-editori",
"repository": {
"type": "git",
"url": "https://github.com/Opetushallitus/lomake-editori.git"
},
"license": "EUPL-1.1",
"scripts": {
"prepare": "husky",
"cypress:open": "cypress open -C oph-configuration/cypress.json",
"cypress:run": "cypress run -C oph-configuration/cypress.json --browser chrome --headless",
"cypress:run:ci": "cypress run -C oph-configuration/cypress.ci.json --browser chrome --headless",
"lint:clj": "clj-kondo --lint src",
"lint:clj:lint-staged": "clj-kondo --lint",
"lint:js": "eslint '**/*.{ts,js}'",
"lint:js:lint-staged": "eslint",
"lint:js:fix": "eslint --fix '**/*.{ts,js}'",
"tsc:type-check": "tsc"
},
"lint-staged": {
"**/*.{js,ts}": [
"npm run lint:js:lint-staged"
],
"!(.clj-kondo/**/*)*.{clj,cljs,cljc}": [
"npm run lint:clj:lint-staged"
]
},
"devDependencies": {
"@playwright/test": "^1.45.3",
"@types/node": "^20.14.12",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
"chai": "^4.4.1",
"child-process": "^1.0.2",
"clj-kondo": "^2024.2.12",
"cypress": "^4.12.1",
"eslint": "8.56.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-chai-friendly": "1.0.0",
"eslint-plugin-cypress": "3.4.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-playwright": "^1.6.2",
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-prettier": "5.2.1",
"fp-ts": "2.16.8",
"http-server": "^14.1.1",
"husky": "9.1.1",
"karma": "^5.2.3",
"karma-chai": "0.1.0",
"karma-chrome-launcher": "3.2.0",
"karma-cljs-test": "0.1.0",
"karma-mocha": "2.0.1",
"less": "^4.2.0",
"lint-staged": "15.2.7",
"mocha": "^8.4.0",
"pm2": "5.4.2",
"prettier": "3.3.3",
"puppeteer": "^3.3.0",
"typescript": "^5.5.4"
}
}