init
This commit is contained in:
22
package.json
Normal file
22
package.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "minbin",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"react": "^16.2.0",
|
||||
"react-dom": "^16.2.0",
|
||||
"react-redux": "^5.0.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"awesome-typescript-loader": "^3.4.1",
|
||||
"redux-devtools": "^3.4.1",
|
||||
"source-map-loader": "^0.2.3",
|
||||
"typescript": "^2.6.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user