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

45 lines
1.5 KiB
JSON

{
"name": "TheOrangeOne-Site",
"version": "4.0.0",
"description": " Source code for TheOrangeOne.net",
"scripts": {
"lint-js": "eslint 'theme/static/src/js/'",
"lint-scss": "sass-lint -vqc .sass-lint.yml",
"build": "npm run create-build-dirs && npm run build-fonts && npm run build-js && npm run build-scss",
"build-js": "./scripts/build-js.sh",
"build-scss": "./scripts/build-scss.sh",
"build-fonts": "cp -R node_modules/font-awesome/fonts theme/static/build/",
"create-build-dirs": "mkdir -p theme/static/build/js/lib theme/static/build/fonts theme/static/build/css",
"test": "npm run lint-js && npm run lint-scss",
"spellcheck": "mdspell --en-gb -ranx \"templates/**/*.*\""
},
"repository": {
"type": "git",
"url": "https://github.com/RealOrangeOne/theorangeone.net"
},
"dependencies": {
"animate.css": "=3.5.1",
"bootstrap-sass": "=3.3.6",
"font-awesome": "=4.6.1",
"jquery": "=2.2.3",
"jquery.easing": "=1.3.2",
"underscore": "=1.8.3",
"wow.js": "=1.2.0"
},
"devDependencies": {
"autoprefixer": "=6.3.6",
"babel-preset-es2015": "=6.1.18",
"babel-preset-react": "=6.1.18",
"babelify": "=7.3.0",
"browserify": "=13.0.1",
"clean-css": "=3.4.12",
"eslint": "=1.5.0",
"eslint-config": "git://github.com/dabapps/eslint-config.git",
"eslint-plugin-react": "=3.4.2",
"markdown-spellcheck": "=0.10.0",
"node-sass": "=3.7.0",
"postcss-cli": "=2.5.2",
"sass-lint": "=1.7.0",
"uglify-js": "=2.6.2"
}
}