forked from pentaho/pentaho-platform-plugin-common-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.11 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
{
"name": "common-ui",
"version": "0.0.0",
"description": "Common UI",
"repository": "https://github.com/pentaho/pentaho-platform-plugin-common-ui/",
"license": "Apache-2.0",
"private": true,
"scripts": {
"prettier": "prettier --check ./impl/client/src",
"prettier:fix": "prettier --write ./impl/client/src",
"lint": "eslint ./impl/client/src --ext .js --cache",
"lint:fix": "npm run lint -- --fix"
},
"dependencies": {},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.1",
"jasmine-core": "^4.6.0",
"jsdoc": "^3.4.3",
"karma": "^6.4.2",
"karma-chrome-launcher": "^3.2.0",
"karma-cli": "^2.0.0",
"karma-coverage": "^2.2.1",
"karma-html-reporter": "^0.2.7",
"karma-jasmine": "^4.0.2",
"karma-jasmine-html-reporter": "^0.2.2",
"karma-junit-reporter": "^2.0.1",
"karma-mocha-reporter": "^2.2.5",
"karma-requirejs": "^1.1.0",
"prettier": "^3.0.3",
"puppeteer": "^21.1.1",
"requirejs": "~2.3.6",
"uglify-js": "^3.17.4"
}
}