create-payload-app 0.3.29 → 0.3.30
Sign up to get free protection for your applications and to get access to all the features.
@@ -17,11 +17,11 @@
|
|
17
17
|
"dependencies": {
|
18
18
|
"payload": "1.1.17",
|
19
19
|
"dotenv": "^8.2.0",
|
20
|
-
"express": "^4.17.1"
|
20
|
+
"express": "^4.17.1",
|
21
|
+
"cross-env": "^7.0.3"
|
21
22
|
},
|
22
23
|
"devDependencies": {
|
23
24
|
"@types/express": "^4.17.9",
|
24
|
-
"cross-env": "^7.0.3",
|
25
25
|
"nodemon": "^2.0.6",
|
26
26
|
"ts-node": "^9.1.1",
|
27
27
|
"copyfiles": "^2.4.1",
|