1
Fork 0
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
theorangeone.net-legacy/package.json

38 lines
1.0 KiB
JSON
Raw Normal View History

2015-10-19 13:04:49 +01:00
{
"name": "TheOrangeOne-Site",
2016-08-13 20:30:57 +01:00
"version": "4.0.0",
2016-01-14 19:17:13 +00:00
"description": " Source code for TheOrangeOne.net",
2015-10-19 13:04:49 +01:00
"scripts": {
2017-01-13 19:38:29 +00:00
"postinstall": "npm run create-build-dirs",
"create-build-dirs": "mkdir -p theme/static/build/js theme/static/build/fonts theme/static/build/css theme/static/build/img",
2017-01-11 08:54:32 +00:00
"start": "tstatic output/"
2015-10-19 13:04:49 +01:00
},
"repository": {
"type": "git",
2015-10-19 13:07:00 +01:00
"url": "https://github.com/RealOrangeOne/theorangeone.net"
2015-10-19 13:04:49 +01:00
},
"dependencies": {
2016-10-02 13:00:18 +01:00
"animate.css": "=3.5.2",
2016-08-27 21:13:07 +01:00
"ansi_up": "=1.3.0",
2016-08-06 21:34:16 +01:00
"bootstrap-sass": "=3.3.7",
2017-01-13 09:19:04 +00:00
"font-awesome": "=4.7.0",
"jquery": "=3.1.1",
2017-01-15 16:20:51 +00:00
"pygments-css": "=1.0.0",
2017-03-23 13:38:14 +00:00
"tstatic": "=1.0.0",
2016-05-16 22:29:34 +01:00
"underscore": "=1.8.3",
2017-01-13 09:19:04 +00:00
"wow.js": "=1.2.2"
2015-10-19 13:04:49 +01:00
},
"devDependencies": {
2017-01-13 09:19:04 +00:00
"autoprefixer": "=6.6.1",
"browserify": "=13.3.0",
"clean-css": "=3.4.23",
2017-01-11 22:11:25 +00:00
"eslint-config": "dabapps/eslint-config.git#2.0.4",
2016-08-06 21:34:16 +01:00
"markdown-spellcheck": "=0.11.0",
2017-01-13 09:19:04 +00:00
"node-sass": "=4.3.0",
"nsp": "=2.6.2",
2016-10-02 13:00:18 +01:00
"postcss-cli": "=2.6.0",
2017-01-13 09:19:04 +00:00
"sass-lint": "=1.10.2",
"uglify-js": "=2.7.5"
2015-10-19 13:04:49 +01:00
}
}