Just start
Seto Elkahfi committed
Aug 13, 2023 at 22:34 UTC
51f3efd382d939d0fcdb911af1f3c01c8a1f003a
2 files changed
+33
-33
package-lock.json
+32
-32
@@ -5563,38 +5563,6 @@
5563
"node": ">=12.20.1"
5564
}
5565
},
5566
- "node_modules/autoprefixer": {
5567
- "version": "10.4.14",
5568
- "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.14.tgz",
5569
- "integrity": "sha512-FQzyfOsTlwVzjHxKEqRIAdJx9niO6VCBCoEwax/VLSoQF29ggECcPuBqUMZ+u8jCZOPSy8b8/8KnuFbp0SaFZQ==",
5570
- "funding": [
5571
- {
5572
- "type": "opencollective",
5573
- "url": "https://opencollective.com/postcss/"
5574
- },
5575
- {
5576
- "type": "tidelift",
5577
- "url": "https://tidelift.com/funding/github/npm/autoprefixer"
5578
- }
5579
- ],
5580
- "dependencies": {
5581
- "browserslist": "^4.21.5",
5582
- "caniuse-lite": "^1.0.30001464",
5583
- "fraction.js": "^4.2.0",
5584
- "normalize-range": "^0.1.2",
5585
- "picocolors": "^1.0.0",
5586
- "postcss-value-parser": "^4.2.0"
5587
- },
5588
- "bin": {
5589
- "autoprefixer": "bin/autoprefixer"
5590
- },
5591
- "engines": {
5592
- "node": "^10 || ^12 || >=14"
5593
- },
5594
- "peerDependencies": {
5595
- "postcss": "^8.1.0"
5596
- }
5597
- },
5566
"node_modules/available-typed-arrays": {
5567
"version": "1.0.5",
5568
"resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz",
@@ -15840,6 +15808,38 @@
15808
"postcss": "^8.2"
15809
}
15810
},
15811
+ "node_modules/postcss-preset-env/node_modules/autoprefixer": {
15812
+ "version": "10.4.5",
15813
+ "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.5.tgz",
15814
+ "integrity": "sha512-Fvd8yCoA7lNX/OUllvS+aS1I7WRBclGXsepbvT8ZaPgrH24rgXpZzF0/6Hh3ZEkwg+0AES/Osd196VZmYoEFtw==",
15815
+ "funding": [
15816
+ {
15817
+ "type": "opencollective",
15818
+ "url": "https://opencollective.com/postcss/"
15819
+ },
15820
+ {
15821
+ "type": "tidelift",
15822
+ "url": "https://tidelift.com/funding/github/npm/autoprefixer"
15823
+ }
15824
+ ],
15825
+ "dependencies": {
15826
+ "browserslist": "^4.20.2",
15827
+ "caniuse-lite": "^1.0.30001332",
15828
+ "fraction.js": "^4.2.0",
15829
+ "normalize-range": "^0.1.2",
15830
+ "picocolors": "^1.0.0",
15831
+ "postcss-value-parser": "^4.2.0"
15832
+ },
15833
+ "bin": {
15834
+ "autoprefixer": "bin/autoprefixer"
15835
+ },
15836
+ "engines": {
15837
+ "node": "^10 || ^12 || >=14"
15838
+ },
15839
+ "peerDependencies": {
15840
+ "postcss": "^8.1.0"
15841
+ }
15842
+ },
15843
"node_modules/postcss-pseudo-class-any-link": {
15844
"version": "7.1.6",
15845
"resolved": "https://registry.npmjs.org/postcss-pseudo-class-any-link/-/postcss-pseudo-class-any-link-7.1.6.tgz",
package.json
+1
-1
@@ -32,7 +32,7 @@
32
"client:test": "react-scripts test",
33
"client:eject": "react-scripts eject",
34
"server:build": "npx tsc --project ./tsconfig.server.json --outDir ./build",
35
- "server:start": "node ./build/server/server.js",
35
+ "start": "node ./build/server/server.js",
36
"build": "npm run client:build && npm run server:build"
37
},
38
"eslintConfig": {