1
Fork 0
theorangeone.net-legacy/package.json

26 lines
650 B
JSON
Raw Normal View History

2017-04-21 19:56:27 +01:00
{
"name": "theorangeone.net",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "git@github:RealOrangeOne/theorangeone.net"
},
"author": "Jake Howard <git@theorangeone.net>",
2017-04-21 19:59:19 +01:00
"devDependencies": {
2018-11-15 22:41:03 +00:00
"browserify": "16.2.3",
2018-12-01 20:33:25 +00:00
"eslint-config-dabapps": "github:dabapps/eslint-config-dabapps#v4.0.0",
2018-02-14 21:37:03 +00:00
"markdown-spellcheck": "1.3.1",
2017-11-12 20:34:51 +00:00
"sass-lint": "1.12.1",
2018-08-18 11:11:57 +01:00
"yaml-lint": "1.2.4"
2017-04-21 22:20:47 +01:00
},
"dependencies": {
2018-12-01 17:15:37 +00:00
"@fortawesome/fontawesome-free": "5.5.0",
2018-08-18 11:11:57 +01:00
"bootstrap": "4.1.3",
2018-11-15 22:41:03 +00:00
"clipboard": "2.0.4",
2018-04-15 16:47:13 +01:00
"jquery": "3.3.1",
2017-11-12 20:34:51 +00:00
"lg-thumbnail": "1.1.0",
2018-05-27 13:04:14 +01:00
"lightgallery": "1.6.11",
2018-12-01 20:16:59 +00:00
"mermaid": "7.1.2"
2017-04-21 19:59:19 +01:00
}
2017-04-21 19:56:27 +01:00
}