2018-01-02 17:19:25 +00:00
|
|
|
{
|
|
|
|
"name": "sutty",
|
|
|
|
"private": true,
|
2018-02-03 14:02:21 +00:00
|
|
|
"dependencies": {
|
2020-12-07 16:21:46 +00:00
|
|
|
"@airbrake/browser": "^1.4.1",
|
2021-02-22 15:29:07 +00:00
|
|
|
"@babel/core": "^7.12.17",
|
|
|
|
"@babel/plugin-transform-destructuring": "^7.12.13",
|
|
|
|
"@babel/plugin-transform-runtime": "^7.12.17",
|
|
|
|
"@babel/preset-env": "^7.12.17",
|
|
|
|
"@babel/preset-typescript": "~7.12",
|
2019-08-30 20:47:31 +00:00
|
|
|
"@rails/actiontext": "^6.0.0",
|
2021-04-07 20:45:27 +00:00
|
|
|
"@rails/activestorage": "^6.1.3-1",
|
|
|
|
"@rails/ujs": "^6.1.3-1",
|
2020-11-19 23:35:29 +00:00
|
|
|
"@rails/webpacker": "5.2.1",
|
2021-02-22 15:29:07 +00:00
|
|
|
"babel-loader": "^8.2.2",
|
|
|
|
"circular-dependency-plugin": "^5.2.2",
|
2019-08-13 20:21:32 +00:00
|
|
|
"commonmark": "^0.29.0",
|
2021-02-22 15:29:07 +00:00
|
|
|
"fork-awesome": "^1.1.7",
|
|
|
|
"fork-ts-checker-webpack-plugin": "^6.1.0",
|
2020-09-12 16:37:59 +00:00
|
|
|
"input-map": "git+https://0xacab.org/sutty/input-map.git",
|
|
|
|
"input-tag": "git+https://0xacab.org/sutty/input-tag.git",
|
2020-11-11 19:34:11 +00:00
|
|
|
"leaflet": "^1.7.1",
|
2020-05-26 21:32:46 +00:00
|
|
|
"prosemirror-example-setup": "^1.1.2",
|
|
|
|
"prosemirror-markdown": "^1.4.5",
|
|
|
|
"prosemirror-schema-basic": "^1.1.2",
|
2020-11-11 19:34:11 +00:00
|
|
|
"stimulus": "^1.1.1",
|
2021-04-07 20:45:27 +00:00
|
|
|
"turbolinks": "^5.2.0",
|
2021-02-12 15:57:23 +00:00
|
|
|
"typescript": "^4.1.5",
|
2021-02-24 20:26:51 +00:00
|
|
|
"webpack-dev-server": "^3.11.2",
|
2021-02-22 15:29:07 +00:00
|
|
|
"zepto": "^1.2.0"
|
2021-04-07 20:45:27 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/rails__activestorage": "^6.0.0"
|
2018-02-03 14:02:21 +00:00
|
|
|
}
|
2018-01-02 17:19:25 +00:00
|
|
|
}
|