-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.12 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.12 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
{
"name": "lab-rats",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest",
"build": "tailwindcss -i ./src/style.css -o ./dist/output.css --watch",
"start": "nodemon server.js",
"seed": "node seeds/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/emsaw721/lab-rats.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/emsaw721/lab-rats/issues"
},
"homepage": "https://github.com/emsaw721/lab-rats#readme",
"dependencies": {
"autoprefixer": "^10.4.13",
"bcrypt": "^5.1.0",
"connect-session-sequelize": "^7.1.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-handlebars": "^6.0.6",
"express-session": "^1.17.3",
"formidable": "^2.0.1",
"handlebars": "^4.7.7",
"mysql2": "^2.3.3",
"node-ncbi": "^0.7.2",
"node-periodic-table": "^0.0.6",
"nodemon": "^2.0.20",
"periodic-table": "^0.0.8",
"postcss-cli": "^10.0.0",
"sequelize": "^6.25.5",
"uuidv4": "^6.2.13"
},
"devDependencies": {
"tailwindcss": "^3.2.4"
}
}