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

44 lines
1.5 KiB
JSON
Raw Normal View History

2015-10-19 13:04:49 +01:00
{
"name": "TheOrangeOne-Site",
2016-05-13 20:56:34 +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": {
2016-05-14 13:51:10 +01:00
"lint": "eslint 'theme/static/src/js/'",
2016-05-14 21:26:04 +01:00
"build": "npm run create-build-dirs && npm run build-fonts && npm run build-js && npm run build-scss",
2015-12-11 08:27:29 +00:00
"build-js": "./scripts/build-js.sh",
2016-05-14 12:27:05 +01:00
"build-scss": "bash scripts/build-scss.sh",
2016-05-16 21:46:16 +01:00
"build-fonts": "cp -R node_modules/bootstrap-sass/assets/fonts/bootstrap/* theme/static/build/fonts/ && cp -R node_modules/font-awesome/fonts theme/static/build/ ",
2016-05-14 13:51:10 +01:00
"create-build-dirs": "mkdir -p theme/static/build/js/lib theme/static/build/fonts theme/static/build/css theme/static/build/img",
2016-04-24 21:28:03 +01:00
"test": "npm run lint",
"spellcheck": "mdspell --en-gb -ranx \"templates/**/*.*\""
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-05-13 20:55:56 +01:00
"animate.css": "=3.5.1",
2016-05-14 12:27:05 +01:00
"bootstrap-sass": "=3.3.6",
2016-05-16 21:46:16 +01:00
"font-awesome": "=4.6.1",
2016-05-13 20:55:56 +01:00
"jquery": "=2.2.3",
2016-05-14 13:51:10 +01:00
"jquery.easing": "=1.3.2",
2016-05-13 20:55:56 +01:00
"underscore": "=1.8.3"
2015-10-19 13:04:49 +01:00
},
"devDependencies": {
2016-05-16 18:20:16 +01:00
"autoprefixer": "=6.3.6",
2015-12-09 18:45:28 +00:00
"babel-preset-es2015": "=6.1.18",
2016-05-13 21:13:23 +01:00
"babel-preset-react": "=6.1.18",
2016-05-13 20:55:56 +01:00
"babelify": "=7.3.0",
"browserify": "=13.0.1",
"clean-css": "=3.4.12",
2015-12-09 18:45:28 +00:00
"eslint": "=1.5.0",
2015-11-23 14:32:09 +00:00
"eslint-config": "git://github.com/dabapps/eslint-config.git",
2015-12-09 18:45:28 +00:00
"eslint-plugin-react": "=3.4.2",
2016-04-24 21:28:03 +01:00
"markdown-spellcheck": "=0.10.0",
2016-05-13 20:55:56 +01:00
"node-sass": "=3.7.0",
2016-05-16 18:20:16 +01:00
"postcss-cli": "=2.5.2",
2016-05-13 20:55:56 +01:00
"sass-lint": "=1.7.0",
"uglify-js": "=2.6.2"
2015-10-19 13:04:49 +01:00
}
}