Skip to content

Commit 24e1e39

Browse files
committed
Move jspdf dependencies to production
1 parent 5b990ac commit 24e1e39

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,15 @@
3939
"jsdom": "^22.1.0",
4040
"mathjax": "3.2.2",
4141
"tmp": "^0.2.1",
42-
"xhr2": "^0.2.1"
42+
"xhr2": "^0.2.1",
43+
"cssesc": "^3.0.0",
44+
"font-family-papandreou": "^0.2.0-patch1",
45+
"svgpath": "^2.3.0",
46+
"specificity": "^0.4.1",
47+
"@babel/runtime": "^7.14.0",
48+
"atob": "^2.1.2",
49+
"btoa": "^1.2.1",
50+
"fflate": "^0.4.8"
4351
},
4452
"repository": {
4553
"type": "git",
@@ -75,15 +83,7 @@
7583
"rollup": "3",
7684
"rollup-plugin-ascii": "0.0",
7785
"rollup-plugin-ignore": "1.0.10",
78-
"rollup-plugin-modify": "^3.0.0",
79-
"cssesc": "^3.0.0",
80-
"font-family-papandreou": "^0.2.0-patch1",
81-
"svgpath": "^2.3.0",
82-
"specificity": "^0.4.1",
83-
"@babel/runtime": "^7.14.0",
84-
"atob": "^2.1.2",
85-
"btoa": "^1.2.1",
86-
"fflate": "^0.4.8"
86+
"rollup-plugin-modify": "^3.0.0"
8787
},
8888
"scripts": {
8989
"build": "rollup -c build/rollup.config.js",

0 commit comments

Comments
 (0)