-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
66 lines (66 loc) · 1.74 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
63
64
65
66
{
"name": "@raralabs/web-feedback",
"version": "2.0.4",
"description": "",
"main": "dist/index.js",
"module": "dist/index.esm",
"typings": "dist/index.d.ts",
"files": [
"dist",
"package.json",
"dist/css/style.css"
],
"scripts": {
"build-lib": "rollup -c",
"watch": "rollup -c -w",
"prettier": "prettier --write .",
"lint": "eslint src/**/*.ts",
"prepare": "husky install"
},
"author": "Raralabs",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.17.5",
"@rollup/plugin-node-resolve": "^13.1.3",
"@types/dom-to-image": "^2.6.4",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"babel-loader": "^8.2.3",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.2.0",
"husky": "^7.0.4",
"prettier": "^2.6.2",
"rollup": "^2.68.0",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-scss": "^3.0.0",
"rollup-plugin-typescript2": "^0.31.2",
"sass": "^1.49.9",
"typescript": "^4.5.5"
},
"dependencies": {
"html-to-image": "^1.9.0"
},
"keywords": [
"feedback-system",
"npm-package",
"web-feedback",
"web-feedback-system",
"web-feedback-system-npm-package",
"screenshot-web",
"screenshot-web-feedback",
"screenshot-web-feedback-system"
],
"repository": {
"type": "git",
"url": "https://github.com/raralabs/web-feedback"
},
"bugs": {
"url": "https://github.com/raralabs/web-feedback/issues"
},
"homepage": "https://github.com/raralabs/web-feedback"
}