-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
53 lines (53 loc) · 1.45 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
52
53
{
"name": "imposture",
"version": "1.0.0",
"description": "App to help you speak better.",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "cross-env NODE_ENV=production nodemon app",
"dev": "cross-env NODE_ENV=development nodemon app",
"build-css": "tailwindcss -i ./src/main.css -o ./public/css/style.css --watch"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/jenanemone/imposture.git"
},
"author": "Jennifer Allen",
"license": "ISC",
"bugs": {
"url": "https://github.com/jenanemone/imposture/issues"
},
"homepage": "https://github.com/jenanemone/imposture#readme",
"dependencies": {
"@grpc/grpc-js": "^1.7.1",
"@speechly/api": "^0.8.8",
"bcrypt": "^5.0.1",
"connect-mongo": "^4.6.0",
"cors": "^2.8.5",
"daisyui": "^2.31.0",
"degit": "^2.8.4",
"dotenv": "^16.0.2",
"ejs": "^3.1.8",
"express": "^4.18.1",
"express-flash": "^0.0.2",
"express-session": "^1.17.3",
"google-protobuf": "^3.21.0",
"method-override": "^3.0.0",
"moment": "^2.29.4",
"mongoose": "^6.6.1",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"validator": "^13.7.0",
"wav": "^1.0.2"
},
"devDependencies": {
"autoprefixer": "^10.4.12",
"cross-env": "^7.0.3",
"nodemon": "^2.0.20",
"postcss": "^8.4.17",
"tailwindcss": "^3.1.8"
}
}