-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.43 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "gabievitorwedding",
"version": "1.0.0",
"description": "Gabi & Vitor Wedding Website",
"private": true,
"bin": "./bin/app.bundle.js",
"scripts": {
"install": "webpack",
"start": "node ./bin/app.bundle.js",
"dev:local": "env-cmd -f .env.local node ./bin/app.bundle.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vabatista/wedding.git"
},
"author": "Kaloian Manassiev",
"license": "MIT",
"bugs": {
"url": "https://github.com/vabatista/wedding/"
},
"homepage": "https://github.com/vabatista/wedding#readme",
"dependencies": {
"@emotion/styled": "^11.8.1",
"@mui/material": "^5.7.0",
"async": "^2.5.0",
"body-parser": "^1.15.2",
"cookie-parser": "^1.4.3",
"dotenv": "^16.0.1",
"env-cmd": "^10.1.0",
"es6-promise": "^4.1.1",
"express": "^4.14.0",
"isomorphic-fetch": "^2.2.1",
"mongoose": "^6.3.3",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-ga": "^3.3.1",
"react-image-gallery": "^1.2.8",
"react-scroll": "^1.5.4",
"react-stickynode": "^4.0.0",
"uuid": "^3.0.1",
"winston": "^2.3.0"
},
"devDependencies": {
"babel-core": "^6.22.1",
"babel-loader": "^7.1.1",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.16.0",
"babelify": "^7.3.0",
"browserify": "^14.4.0",
"json-loader": "^0.5.4",
"webpack": "^2.7.0",
"webpack-node-externals": "^1.5.4"
}
}