-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 880 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
27
28
29
30
31
32
33
34
35
36
{
"name": "jackpatterson",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node app",
"build:css": "npx tailwindcss-cli@latest build ./public/css/init.css -o ./public/css/tailwind.css"
},
"author": "",
"license": "ISC",
"dependencies": {
"@tailwindcss/forms": "^0.3.4",
"alpinejs": "^2.8.2",
"countup.js": "^2.2.0",
"ejs": "^3.1.8",
"express": "^4.18.1",
"google-spreadsheet": "^3.3.0",
"googleapis": "^39.2.0",
"gs": "0.0.2",
"navigator": "^1.0.1",
"nodemailer": "^6.7.5",
"path": "^0.12.7",
"readline": "^1.3.0",
"rellax": "^1.12.1",
"request": "^2.88.2",
"requirejs": "^2.3.6",
"scrollreveal": "^4.0.9",
"serve-favicon": "^2.5.0",
"tailwindcss": "^2.0.1"
},
"devDependencies": {
"autoprefixer": "^10.4.7",
"postcss": "^8.4.14"
}
}