-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.49 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": "watermark-monitor",
"version": "1.0.5",
"description": "",
"main": "dist/watermark.js",
"scripts": {
"test": "jest",
"build": "rollup -c",
"dev": "npm run dev --workspace=website",
"build:site": "npm run build --workspace=website"
},
"homepage": "https://github.com/DBSDs/watermark-monitor",
"keywords": [
"watermark",
"webpage",
"react",
"vue",
"angular"
],
"workspaces": [
"package",
"website"
],
"typings": "dist/index.d.ts",
"files": [
"dist"
],
"author": "op_chen",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/eslint-parser": "^7.15.0",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-proposal-object-rest-spread": "^7.14.7",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-node-resolve": "^13.0.4",
"@rollup/plugin-replace": "^4.0.0",
"@types/jest": "^28.1.3",
"eslint": "^8.7.0",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^28.1.1",
"prettier": "^2.5.1",
"rollup": "^2.55.1",
"rollup-plugin-filesize": "^9.1.1",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript": "^1.0.1",
"rollup-plugin-typescript2": "^0.32.1",
"rollup-plugin-visualizer": "^5.5.4",
"typescript": "^4.7.4"
}
}