-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
59 lines (59 loc) · 1.82 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
{
"name": "@aristotle-metadata-enterprises/aristotle_tooltip",
"version": "1.2.4",
"description": "Aristotle Tooltip: add Aristotle functionality to any website!",
"main": "dist/aristotletooltip.min.js",
"scripts": {
"test": "karma start karma.conf.js --single-run",
"lint": "eslint --ext .js ./src/",
"build:dev": "webpack --config webpack.dev.js --watch",
"build": "webpack --config webpack.prod.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Aristotle-Metadata-Enterprises/aristotle-tooltip.git"
},
"keywords": [
"tooltip",
"popover",
"metadata",
"registry"
],
"author": "ACSA <[email protected]> (https://aristotlemetadata.com)",
"license": "BSD-3 Clause",
"bugs": {
"url": "https://github.com/Aristotle-Metadata-Enterprises/aristotle-tooltip/issues"
},
"homepage": "https://github.com/Aristotle-Metadata-Enterprises/aristotle-tooltip#readme",
"dependencies": {
"axios": "^0.21.1",
"tippy.js": "^5.2.1"
},
"devDependencies": {
"@purtuga/esm-webpack-plugin": "^1.4.1",
"chai": "^4.2.0",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^3.6.0",
"eslint": "^6.8.0",
"eslint-config-google": "^0.14.0",
"file-loader": "^5.1.0",
"html-webpack-plugin": "^3.2.0",
"karma": "^6.4.1",
"karma-chrome-launcher": "^3.1.0",
"karma-jasmine": "^3.3.1",
"karma-mocha": "^2.0.1",
"karma-mocha-reporter": "^2.2.5",
"karma-sourcemap-loader": "^0.3.8",
"karma-webpack": "^4.0.2",
"mini-css-extract-plugin": "^0.9.0",
"mocha": "^10.1.0",
"puppeteer": "^2.1.1",
"style-loader": "^1.3.0",
"svg-inline-loader": "^0.8.2",
"url-loader": "^3.0.0",
"webpack": "^4.44.2",
"webpack-bundle-analyzer": "^4.7.0",
"webpack-cli": "^3.3.12",
"webpack-merge": "^4.2.2"
}
}