File tree 1 file changed +7
-6
lines changed 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 3
3
"description" : " FilmDeX" ,
4
4
"private" : true ,
5
5
"scripts" : {
6
- "ng" : " ng" ,
7
- "sirv" : " sirv" ,
6
+ "ng" : " ng" ,
7
+ "sirv" : " sirv" ,
8
8
"?start" : " echo 'Start Dev Server'" ,
9
- "start" : " ng serve" ,
9
+ "start" : " ng serve" ,
10
10
"?build" : " echo 'Build'" ,
11
- "build" : " ng build --base-href ./" ,
11
+ "build" : " ng build --base-href ./" ,
12
12
"?serve" : " echo 'Start Server'" ,
13
- "serve" : " sirv ./dist/ --port 4200" ,
13
+ "serve" : " sirv ./dist/ --port 4200" ,
14
14
"?fetch" : " echo 'Fetch SpreadSheet. Use Envirionment Variable GOOGLE_SHEETS_URL'" ,
15
- "fetch" : " node ./fetch-filmdex.js"
15
+ "fetch" : " node ./fetch-filmdex.js"
16
16
},
17
17
"author" :
" Neo <[email protected] > (https://neos21.net/)" ,
18
18
"license" : " MIT" ,
46
46
"@angular-devkit/build-angular" : " 12.2.2" ,
47
47
"@angular/cli" : " 12.2.2" ,
48
48
"@angular/compiler-cli" : " 12.2.2" ,
49
+ "@types/estree" : " 1.0.1" ,
49
50
"@types/node" : " 12.20.20" ,
50
51
"sirv-cli" : " 1.0.14" ,
51
52
"typescript" : " 4.3.5"
You can’t perform that action at this time.
0 commit comments