mirror of
https://github.com/bendtherules/piktochart-create-editor.git
synced 2026-08-18 13:52:56 +00:00
Init with create-react-app-typescript
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "piktochart-create-editor",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"react": "^16.3.1",
|
||||
"react-dom": "^16.3.1",
|
||||
"react-scripts-ts": "2.14.0"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "react-scripts-ts start",
|
||||
"build": "react-scripts-ts build",
|
||||
"test": "react-scripts-ts test --env=jsdom",
|
||||
"eject": "react-scripts-ts eject"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^22.2.2",
|
||||
"@types/node": "^9.6.2",
|
||||
"@types/react": "^16.3.5",
|
||||
"@types/react-dom": "^16.0.4",
|
||||
"typescript": "^2.8.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user