forked from ibrahimsag/read
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 756 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 756 Bytes
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
{
"name": "elements",
"version": "1.0.0",
"description": "",
"main": "main.js",
"type": "module",
"dependencies": {
"express": "^4.17.1",
"hsluv": "^0.1.0",
"jss": "^10.4.0",
"jss-preset-default": "^10.4.0",
"pdfjs-dist": "^2.5.207",
"rollup-plugin-terser": "^7.0.2",
"roughjs": "^4.3.1"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^15.0.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"@rollup/plugin-replace": "^2.3.3",
"@rollup/plugin-run": "^2.0.2",
"rollup": "^2.79.1",
"rollup-plugin-string": "^3.0.0",
"wrangler": "^3.19.0"
},
"scripts": {
"build": "sh build.sh",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}