-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.32 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "supplystream",
"version": "1.0.0",
"description": "",
"main": "app.js",
"type": "module",
"scripts": {
"test": "jest",
"tailwind:css": "postcss public/styles/tailwind.css -o public/styles/style.css",
"devcss": "postcss public/styles/tailwind.css -o public/styles/style.css -w",
"dev": " nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/Prajwal-S-Venkatesh/SupplyStream.git"
},
"author": "Prajwal-S-Venkateshmurthy",
"license": "ISC",
"bugs": {
"url": "https://github.com/Prajwal-S-Venkatesh/SupplyStream/issues"
},
"homepage": "https://github.com/Prajwal-S-Venkatesh/SupplyStream#readme",
"dependencies": {
"@clerk/clerk-sdk-node": "^4.13.11",
"body-parser": "^1.20.2",
"cookie-parser": "^1.4.6",
"ejs": "^3.1.9",
"express": "^4.19.2",
"express-partials": "^0.3.0",
"supertest": "^6.3.4",
"vimeo": "^2.3.1"
},
"devDependencies": {
"@babel/preset-env": "^7.24.3",
"autoprefixer": "^10.4.19",
"dotenv": "^16.4.5",
"jest": "^29.7.0",
"postcss": "^8.4.38",
"postcss-cli": "^11.0.0",
"tailwindcss": "^3.4.1"
},
"jest": {
"testEnvironment": "node",
"coveragePathIgnorePatterns": [
"/node_modules/"
],
"transform": {
"^.+\\.(js|jsx)$": "babel-jest"
}
}
}