mango-web/package.json

33 lines
776 B
JSON

{
"name": "with-typescript",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"type-check": "tsc"
},
"dependencies": {
"@blockworks-foundation/mango-client": "^0.1.2",
"@zeit/next-less": "^1.0.1",
"antd": "^4.12.3",
"babel-plugin-import": "^1.13.3",
"less": "^4.1.1",
"less-vars-to-js": "^1.3.0",
"next": "latest",
"null-loader": "^4.0.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"styled-components": "^5.2.1"
},
"devDependencies": {
"@types/node": "^12.12.21",
"@types/react": "^16.9.16",
"@types/react-dom": "^16.9.4",
"@types/styled-components": "^5.1.7",
"typescript": "4.0",
"webpack": "^4.44.2"
},
"license": "MIT"
}