-
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.24 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.24 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": "aj-dynamic-tutorials",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"build-ui": "webpack --config webpack.config.js --watch --mode=production"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@babel/runtime": "^7.17.9",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.0",
"bootstrap": "^5.1.3",
"express": "^4.17.3",
"express-handlebars": "^6.0.5",
"express-session": "^1.17.2",
"font-awesome": "^4.7.0",
"get-blob-duration": "^1.2.0",
"gridfs-stream": "^1.1.1",
"method-override": "^3.0.0",
"mongoose": "^6.3.0",
"multer": "^1.4.4",
"multer-gridfs-storage": "^5.0.2",
"nodemon": "^2.0.16",
"passport": "^0.5.2",
"passport-local": "^1.0.0"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"babel": "^6.23.0",
"babel-core": "^6.26.3",
"babel-loader": "^8.2.5",
"css-loader": "^6.7.1",
"path-browserify": "^1.0.1",
"postcss-loader": "^6.2.1",
"postcss-preset-env": "^7.4.4",
"style-loader": "^3.3.1",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.8.1"
}
}