a
This commit is contained in:
parent
96b25dce03
commit
b3ad7d3dd4
2 changed files with 7 additions and 1 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
node_modules
|
||||||
7
package-lock.json
generated
7
package-lock.json
generated
|
|
@ -1,12 +1,17 @@
|
||||||
{
|
{
|
||||||
"name": "uv-app",
|
"name": "uv-app",
|
||||||
|
"version": "1.0.0",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
|
"name": "uv-app",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"license": "GPL-3.0-or-later",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"node-static": "^0.7.11"
|
"node-static": "^0.7.11"
|
||||||
}
|
},
|
||||||
|
"devDependencies": {}
|
||||||
},
|
},
|
||||||
"node_modules/colors": {
|
"node_modules/colors": {
|
||||||
"version": "1.4.0",
|
"version": "1.4.0",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue