package
Showing
package.json
0 → 100644
{ | ||
"name": "collagecode", | ||
"version": "1.0.0", | ||
"description": "## Changelog", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git@gitlab.constantvzw.org:SICV/collagecode.git" | ||
}, | ||
"author": "", | ||
"license": "ISC", | ||
"devDependencies": { | ||
"uglifyjs-webpack-plugin": "^2.1.2", | ||
"webpack": "^4.29.5", | ||
"webpack-cli": "^3.2.3" | ||
}, | ||
"dependencies": { | ||
"codemirror": "^5.44.0", | ||
"css-loader": "^2.1.0", | ||
"eventemitter3": "^3.1.0", | ||
"golden-layout": "^1.5.9", | ||
"interval-tree-1d": "^1.0.3", | ||
"jquery": "^3.3.1", | ||
"notie": "^4.3.1", | ||
"smoothscroll-polyfill": "^0.4.3", | ||
"style-loader": "^0.23.1" | ||
} | ||
} |
Please register or sign in to comment