-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 976 Bytes
/
package.json
File metadata and controls
45 lines (45 loc) · 976 Bytes
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": "aau-food",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "mocha",
"build": "vite build",
"postinstall": "npm run build",
"start": "node app/index.js"
},
"author": "",
"license": "ISC",
"browserslist": [
"> 0.25%, not dead"
],
"engines": {
"node": "18.x"
},
"dependencies": {
"@popperjs/core": "^2.11.6",
"@rollup/plugin-inject": "^5.0.3",
"bluebird": "^3.7.2",
"body-parser": "^1.20.1",
"bootstrap": "^5.2.3",
"cheerio": "1.0.0-rc.12",
"compression": "^1.7.4",
"ejs": "^2.7.4",
"express": "^4.18.2",
"jquery": "^3.6.3",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"morgan": "^1.10.0",
"node-cache": "^5.1.2",
"request": "^2.88.2",
"swipejs": "^2.3.1",
"tether": "^1.4.7"
},
"devDependencies": {
"@rollup/plugin-replace": "^5.0.2",
"nodemon": "^2.0.20",
"sass": "^1.57.1",
"vite": "^4.0.3"
}
}