forked from ShizukuIchi/pdf-editor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 798 Bytes
/
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
{
"name": "pdf-editor",
"version": "1.0.0",
"author": "ShizukuIchi <[email protected]>",
"homepage": "https://pdf-editor.now.sh",
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"start": "sirv public"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^2.1.2",
"@rollup/plugin-commonjs": "^11.0.0",
"@rollup/plugin-node-resolve": "^7.0.0",
"autoprefixer": "^9.7.6",
"open": "^7.0.3",
"postcss": "^7.0.27",
"postcss-load-config": "^2.1.0",
"rollup": "^1.20.0",
"rollup-plugin-livereload": "^1.0.0",
"rollup-plugin-svelte": "^5.0.3",
"rollup-plugin-terser": "^5.1.2",
"svelte": "^3.0.0",
"svelte-preprocess": "^3.7.4",
"tailwindcss": "^1.3.5"
},
"dependencies": {
"sirv-cli": "^0.4.4"
}
}