-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.16 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.16 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
46
47
{
"name": "alpine-mvc",
"description": "App description",
"license": "GPL-2.0-only",
"version": "1.0.0",
"scripts": {
"dev": "node scripts/dev",
"build": "node scripts/build",
"start": "node scripts/serve",
"preview": "node scripts/preview",
"clean": "node scripts/clean"
},
"dependencies": {
"alpinejs": "^3.4.2",
"chalk": "^4.1.2",
"chokidar": "^3.5.2",
"connect-livereload": "^0.6.1",
"cors": "^2.8.5",
"fastify": "^3.22.0",
"fastify-plugin": "^3.0.0",
"fastify-static": "^4.4.2",
"kill-port": "^1.6.1",
"livereload": "^0.9.3",
"middie": "^5.3.0",
"pg": "^8.7.1",
"pg-hstore": "^2.3.4",
"point-of-view": "^4.15.2",
"pug": "^3.0.2",
"sequelize": "^6.7.0"
},
"devDependencies": {
"@prettier/plugin-pug": "^1.16.7",
"asset": "^0.4.13",
"autoprefixer": "^10.3.7",
"coffeescript": "^2.6.1",
"dotenv": "^10.0.0",
"esbuild": "^0.13.8",
"esbuild-coffeescript": "^1.0.0",
"fs-extra": "^10.0.0",
"pino-colada": "^2.2.0",
"postcss": "^8.3.11",
"prettier": "^2.4.1",
"pump": "^3.0.0",
"split2": "^4.1.0",
"tailwindcss": "^2.2.17"
}
}