1
0
mirror of https://github.com/phuoc-ng/csslayout.git synced 2025-08-06 14:16:50 +02:00

Add packages

This commit is contained in:
Phuoc Nguyen
2019-11-15 13:26:38 +07:00
parent f2790facce
commit 75ea9b76e4
3 changed files with 7437 additions and 0 deletions

3
.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
.cache
dist
node_modules

7423
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

11
package.json Normal file
View File

@@ -0,0 +1,11 @@
{
"name": "csslayout",
"dependencies": {
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-router-dom": "^5.1.2"
},
"devDependencies": {
"parcel-bundler": "^1.12.4"
}
}