aboutsummaryrefslogtreecommitdiff
path: root/examples/todomvc/src/main/web/package-lock.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/todomvc/src/main/web/package-lock.json')
-rw-r--r--examples/todomvc/src/main/web/package-lock.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/examples/todomvc/src/main/web/package-lock.json b/examples/todomvc/src/main/web/package-lock.json
new file mode 100644
index 00000000..244ffb88
--- /dev/null
+++ b/examples/todomvc/src/main/web/package-lock.json
@@ -0,0 +1,16 @@
+{
+ "requires": true,
+ "lockfileVersion": 1,
+ "dependencies": {
+ "todomvc-app-css": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/todomvc-app-css/-/todomvc-app-css-2.1.0.tgz",
+ "integrity": "sha1-tvJxbTOa+i5feZNH0qSLBTliQqU="
+ },
+ "todomvc-common": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/todomvc-common/-/todomvc-common-1.0.4.tgz",
+ "integrity": "sha512-AA0Z4exovEqubhbZCrzzn9roVT4zvOncS319p2zIc4CsNe5B9TLL7Sei1NIV6d+WrgR5rOi+y0I9Y6GE7xgNOw=="
+ }
+ }
+}