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

42 lines
1.2 KiB
JSON

{
"name": "TheOrangeOne-Site",
"version": "5.0.0",
"description": " Source code for TheOrangeOne.net",
"scripts": {
"postinstall": "npm run build",
"build-js": "./scripts/build-js.sh",
"build-scss": "./scripts/build-scss.sh",
"build-static": "./scripts/build-static.sh",
"build": "npm run build-static && npm run build-scss && npm run build-js"
},
"repository": {
"type": "git",
"url": "https://github.com/RealOrangeOne/theorangeone.net"
},
"dependencies": {
"animate.css": "=3.5.2",
"ansi_up": "=1.3.0",
"bootstrap-sass": "=3.3.7",
"font-awesome": "=4.6.3",
"jquery": "=3.0.0",
"pygments-css": "=1.0.0",
"underscore": "=1.8.3",
"wow.js": "=1.2.0"
},
"devDependencies": {
"autoprefixer": "=6.5.0",
"babel-preset-es2015": "=6.13.2",
"babel-preset-react": "=6.11.1",
"babelify": "=7.3.0",
"browserify": "=13.1.0",
"clean-css": "=3.4.20",
"eslint-config": "dabapps/eslint-config.git#2.0.3",
"markdown-spellcheck": "=0.11.0",
"node-sass": "=3.8.0",
"nsp": "=2.6.1",
"postcss-cli": "=2.6.0",
"sass-lint": "=1.9.1",
"snyk": "=1.20.0",
"uglify-js": "=2.7.3"
}
}