Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
fcos-suite-map
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Fab City OS Suite
fcos-suite-map
Commits
2b8929bd
Commit
2b8929bd
authored
3 years ago
by
Moritz Stückler
Browse files
Options
Downloads
Patches
Plain Diff
chore: update/remove dependencies
parent
af8a20f9
No related branches found
Branches containing commit
Tags
v0.0.4
Tags containing commit
No related merge requests found
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
package-lock.json
+4558
-108
4558 additions, 108 deletions
package-lock.json
package.json
+9
-11
9 additions, 11 deletions
package.json
snowpack.config.js
+1
-2
1 addition, 2 deletions
snowpack.config.js
with
4568 additions
and
121 deletions
package-lock.json
+
4558
−
108
View file @
2b8929bd
This diff is collapsed.
Click to expand it.
package.json
+
9
−
11
View file @
2b8929bd
...
...
@@ -7,7 +7,6 @@
"copy:htaccess"
:
"cp public/.htaccess build/"
},
"dependencies"
:
{
"
@headlessui/react
"
:
"
^1.1.1
"
,
"
@tailwindcss/forms
"
:
"
^0.3.2
"
,
"
graphql
"
:
"
^15.5.0
"
,
"
graphql-request
"
:
"
^3.4.0
"
,
...
...
@@ -15,28 +14,27 @@
"
leaflet
"
:
"
^1.7.1
"
,
"
react
"
:
"
^17.0.0
"
,
"
react-dom
"
:
"
^17.0.0
"
,
"
react-leaflet
"
:
"
^3.
1
.0
"
,
"
react-leaflet
"
:
"
^3.
2
.0
"
,
"
react-router-dom
"
:
"
^5.2.0
"
,
"
swr
"
:
"
^0.5.
5
"
,
"
swr
"
:
"
^0.5.
6
"
,
"
tailwindcss
"
:
"
^2.0.3
"
,
"
zustand
"
:
"
^3.
4
.1
"
"
zustand
"
:
"
^3.
5
.1
"
},
"devDependencies"
:
{
"
@jadex/snowpack-plugin-tailwindcss-jit
"
:
"
^0.2.0
"
,
"
@snowpack/plugin-dotenv
"
:
"
^2.1.0
"
,
"
@snowpack/plugin-postcss
"
:
"
^1.
1
.0
"
,
"
@snowpack/plugin-postcss
"
:
"
^1.
3
.0
"
,
"
@snowpack/plugin-react-refresh
"
:
"
^2.4.0
"
,
"
@snowpack/plugin-typescript
"
:
"
^1.2.0
"
,
"
@types/leaflet
"
:
"
^1.7.0
"
,
"
@types/react
"
:
"
^17.0.
0
"
,
"
@types/react-dom
"
:
"
^17.0.
0
"
,
"
@types/react
"
:
"
^17.0.
6
"
,
"
@types/react-dom
"
:
"
^17.0.
5
"
,
"
@types/react-router-dom
"
:
"
^5.1.7
"
,
"
@types/snowpack-env
"
:
"
^2.3.2
"
,
"
autoprefixer
"
:
"
^10.2.4
"
,
"
postcss
"
:
"
^8.
2.6
"
,
"
postcss
"
:
"
^8.
3.0
"
,
"
postcss-cli
"
:
"
^8.3.1
"
,
"
prettier
"
:
"
^2.
0.5
"
,
"
snowpack
"
:
"
^3.
0.1
"
,
"
prettier
"
:
"
^2.
3.0
"
,
"
snowpack
"
:
"
^3.
5.0
"
,
"
typescript
"
:
"
^4.0.0
"
}
}
This diff is collapsed.
Click to expand it.
snowpack.config.js
+
1
−
2
View file @
2b8929bd
...
...
@@ -10,7 +10,6 @@ module.exports = {
'
@snowpack/plugin-typescript
'
,
'
@snowpack/plugin-postcss
'
,
'
@snowpack/plugin-dotenv
'
,
'
@jadex/snowpack-plugin-tailwindcss-jit
'
,
],
routes
:
[
/* Enable an SPA Fallback in development: */
...
...
@@ -24,7 +23,7 @@ module.exports = {
/* ... */
},
devOptions
:
{
/* ... */
tailwindConfig
:
'
./tailwind.config.js
'
,
},
buildOptions
:
{
/* ... */
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment