mirror of
https://github.com/HackPlan/polaris-react.git
synced 2026-06-16 18:20:09 +08:00
18 lines
388 B
JSON
18 lines
388 B
JSON
{
|
|
"name": "create-react-app",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@shopify/polaris": "^1.11.0",
|
|
"react": "^16.2.0",
|
|
"react-dom": "^16.2.0",
|
|
"react-scripts": "1.1.1"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test --env=jsdom",
|
|
"eject": "react-scripts eject"
|
|
}
|
|
}
|