-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
26 lines (26 loc) · 847 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
{
"dependencies": {
"@vercel/blob": "^0.22.0",
"express": "^4.18.2",
"multer": "^1.4.5-lts.1",
"node": "^21.2.0",
"nodemon": "^3.0.3",
"path": "^0.12.7",
"vite": "^5.0.12"
},
"name": "statistical-data-extractor",
"description": "This project aims at providing statistical insights to the users from the datasets they provide.\r The dataset recieved from the user is analysed by the python scripts at the backend.\r The results of the analysis are sent back to the user.\r The results include the statistical data and graphs describing the dataaset",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "vite"
},
"author": "",
"license": "ISC",
"devDependencies": {
"autoprefixer": "^10.4.17",
"postcss": "^8.4.33",
"tailwind": "^4.0.0",
"tailwindcss": "^3.4.1"
}
}