mirror of
https://github.com/FormidableLabs/webpack-dashboard.git
synced 2026-01-18 14:18:05 +00:00
11 lines
178 B
JSON
11 lines
178 B
JSON
{
|
|
"name": "tree-shaking",
|
|
"version": "1.2.3",
|
|
"description": "DUMMY APP",
|
|
"main": "src/index.js",
|
|
"dependencies": {
|
|
"foo": "^1.0.0",
|
|
"uses-foo": "^1.0.9"
|
|
}
|
|
}
|