mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 02:56:41 +07:00
initial ts configuration
This commit is contained in:
parent
d98a6d90b1
commit
4c6526efc9
5 changed files with 286 additions and 6 deletions
|
@ -15,6 +15,7 @@
|
|||
"license": "ISC",
|
||||
"keywords": [],
|
||||
"devDependencies": {
|
||||
"awesome-typescript-loader": "^5.2.1",
|
||||
"@babel/cli": "^7.0.0-rc.1",
|
||||
"@babel/preset-env": "^7.0.0-rc.1",
|
||||
"babel-core": "^6.26.0",
|
||||
|
@ -45,9 +46,15 @@
|
|||
"uglifyjs-webpack-plugin": "^1.3.0",
|
||||
"webpack": "^4.6.0",
|
||||
"webpack-cli": "^2.0.15",
|
||||
"webpack-dev-server": "^3.1.11"
|
||||
"webpack-dev-server": "^3.1.11",
|
||||
"ts-node": "^8.0.1",
|
||||
"typescript": "^3.2.4"
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/classnames": "^2.2.7",
|
||||
"@types/react": "^16.7.20",
|
||||
"@types/react-dom": "^16.0.11",
|
||||
"typesafe-actions": "^3.0.0",
|
||||
"axios": "^0.18.0",
|
||||
"babel-runtime": "^6.26.0",
|
||||
"bluebird": "^3.5.3",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue