mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-28 19:55:53 +03:00
44 lines
1.0 KiB
JSON
44 lines
1.0 KiB
JSON
{
|
|
"name": "urbit-apps",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@sucrase/gulp-plugin": "^2.0.0",
|
|
"cssnano": "^4.1.10",
|
|
"gulp": "^4.0.0",
|
|
"gulp-better-rollup": "^4.0.1",
|
|
"gulp-cssimport": "^7.0.0",
|
|
"gulp-minify": "^3.1.0",
|
|
"gulp-postcss": "^8.0.0",
|
|
"gulp-rename": "^1.4.0",
|
|
"moment": "^2.24.0",
|
|
"rollup": "^1.6.0",
|
|
"rollup-plugin-commonjs": "^9.2.0",
|
|
"rollup-plugin-node-globals": "^1.4.0",
|
|
"rollup-plugin-node-resolve": "^4.0.0",
|
|
"rollup-plugin-root-import": "^0.2.3",
|
|
"sucrase": "^3.8.0"
|
|
},
|
|
"dependencies": {
|
|
"@gitgraph/react": "^1.5.4",
|
|
"classnames": "^2.2.6",
|
|
"del": "^5.1.0",
|
|
"lodash": "^4.17.11",
|
|
"mousetrap": "^1.6.3",
|
|
"react": "^16.5.2",
|
|
"react-dom": "^16.8.6",
|
|
"react-router-dom": "^5.0.0",
|
|
"urbit-ob": "^5.0.0",
|
|
"urbit-sigil-js": "^1.3.2"
|
|
},
|
|
"resolutions": {
|
|
"natives": "1.1.3"
|
|
}
|
|
}
|