-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 984 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
31
32
33
34
35
36
37
38
39
{
"name": "pdf-mail-merger",
"private": true,
"version": "0.0.1",
"scripts": {
"build": "NODE_ENV=${NODE_ENV:-production} webpack --mode=production",
"start": "webpack-dev-server"
},
"devDependencies": {
"@tailwindcss/forms": "^0.3.2",
"@tailwindcss/typography": "^0.4.0",
"autoprefixer": "^10.2.5",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^3.2.0",
"dotenv": "^8.2.0",
"eslint": "^7.24.0",
"file-loader": "^4.2.0",
"mini-css-extract-plugin": "^0.9.0",
"postcss": "^8.2.9",
"postcss-import": "^14.0.1",
"postcss-loader": "4.2",
"tailwindcss": "^2.0.4",
"webpack": "^4.41.0",
"webpack-cli": "^3.3.9",
"webpack-dev-server": "^3.8.2",
"worker-loader": "^3.0.8"
},
"engines": {
"node": ">=12"
},
"dependencies": {
"alpinejs": "^2.8.2",
"blueimp-file-upload": "^10.31.0",
"fabric": "^4",
"jquery": "^3.6.0",
"jquery-ui": "^1.12.1",
"pdfjs-dist": "^1"
}
}