-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
127 lines (127 loc) · 4.06 KB
/
package.json
File metadata and controls
127 lines (127 loc) · 4.06 KB
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
"name": "acrobatsign-bulkoperations-tool",
"version": "1.0.0",
"main": "index.js",
"repository": "git@github.com:abhishekdixitadobe/AcrobatSignBulkOperations.git",
"author": "Abhishek Dixit<abhishekd@adobe.com>",
"license": "MIT",
"scripts": {
"start": "npm run build && node ./server/server.js --config webpack.config.js",
"start-in-docker": "npm run clean && webpack --mode production --config webpack.config.js",
"start-dev": "npm run build && node ./server/server.js --config webpack.config.js",
"build-dev": "npm install && webpack --mode development --config webpack.config.js",
"build": "webpack --mode production --config webpack.config.js",
"package": "npm run build && npm run package:zip",
"package:zip": "cd static && shx mkdir -p ../dist && shx zip -r ../dist/bulk-operationstool.zip .",
"test": "react-scripts test",
"eject": "react-scripts eject",
"clean": "rm -Rf ./static && rm -Rf ./dist"
},
"devDependencies": {
"@babel/core": "^7.24.1",
"@svgr/webpack": "^8.1.0",
"assert": "^2.1.0",
"buffer": "^6.0.3",
"concurrently": "^8.2.2",
"cross-env": "^7.0.3",
"events": "^3.3.0",
"path-browserify": "^1.0.1",
"shx": "^0.3.4",
"sonarqube-scanner": "^4.2.6",
"stream-browserify": "^3.0.0",
"url": "^0.11.3",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.2"
},
"dependencies": {
"@adobe/aio-lib-photoshop-api": "^1.1.0",
"@adobe/react-spectrum": "^3.42.2",
"@aws-sdk/client-s3": "^3.507.0",
"@aws-sdk/s3-request-presigner": "^3.507.0",
"@babel/preset-react": "^7.23.3",
"@craco/craco": "^7.1.0",
"@react-aria/selection": "^3.20.1",
"@react-spectrum/accordion": "^3.0.8",
"@react-spectrum/card": "^3.0.0-alpha.30",
"@react-spectrum/dropzone": "^3.0.13",
"@react-spectrum/provider": "^3.10.7",
"@react-spectrum/table": "^3.17.3",
"@react-spectrum/toast": "^3.0.5",
"@react-stately/table": "^3.14.3",
"@reduxjs/toolkit": "^2.2.1",
"@spectrum-icons/illustrations": "^3.6.9",
"@spectrum-icons/workflow": "^4.2.10",
"aws-sdk": "^2.1550.0",
"axios": "^1.6.7",
"babel-loader": "^9.1.3",
"body-parser": "^1.20.2",
"browserify-zlib": "^0.2.0",
"clean-webpack-plugin": "^4.0.0",
"compression": "^1.7.5",
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
"css-loader": "^6.10.0",
"csurf": "^1.11.0",
"csv-parser": "^3.0.0",
"dotenv": "^16.4.1",
"dotenv-webpack": "^8.0.1",
"express": "^4.18.3",
"express-rate-limit": "^7.4.1",
"express-session": "^1.18.0",
"file-loader": "^6.2.0",
"file-saver": "^2.0.5",
"fs": "^0.0.1-security",
"helmet": "^8.0.0",
"html-webpack-plugin": "^5.6.0",
"jszip": "^3.10.1",
"mini-css-extract-plugin": "^2.8.1",
"moment": "^2.30.1",
"multer": "^1.4.5-lts.1",
"mysql2": "^3.11.3",
"node-jose-browserify": "^1.1.14",
"os": "^0.1.2",
"papaparse": "^5.4.1",
"path": "^0.12.7",
"process": "^0.11.10",
"public": "^0.1.5",
"querystring": "^0.2.1",
"react": "^18.3.1",
"react-aria-components": "^1.10.1",
"react-dom": "^18.3.1",
"react-image-file-resizer": "^0.4.8",
"react-redux": "^9.1.0",
"react-responsive-carousel": "^3.2.23",
"react-router-dom": "^6.26.2",
"react-scripts": "^5.0.1",
"react-slick": "^0.30.2",
"react-slideshow-image": "^4.3.0",
"react-stacked-center-carousel": "^1.0.14",
"redux": "^5.0.1",
"request": "^2.88.2",
"sharp": "^0.33.5",
"slate": "^0.102.0",
"slate-history": "^0.100.0",
"slate-react": "^0.102.0",
"source-map-loader": "^5.0.0",
"stream": "^0.0.2",
"style-loader": "^3.3.4",
"swagger-autogen": "^2.23.7",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.0",
"swiper": "^11.0.7",
"util": "^0.12.5",
"uuid": "^9.0.1",
"winston": "^3.17.0",
"winston-daily-rotate-file": "^5.0.0"
},
"browser": {
"fs": false,
"path": false,
"os": false,
"http": false,
"https": false,
"zlib": false,
"stream": false
}
}