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

43 lines
1.2 KiB
JSON
Raw Normal View History

2015-10-19 13:04:49 +01:00
{
"name": "TheOrangeOne-Site",
2016-11-22 21:50:21 +00:00
"version": "5.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-11-24 15:07:22 +00:00
"create-build-dirs": "mkdir -p static/build/js/lib static/build/fonts static/build/css static/build/img",
2015-12-11 08:27:29 +00:00
"build-js": "./scripts/build-js.sh",
2016-11-24 15:07:22 +00:00
"build-scss": "./scripts/build-scss.sh",
"build": "npm run create-build-dirs && npm run build-scss && npm run build-js"
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",
"font-awesome": "=4.6.3",
2016-05-13 20:55:56 +01:00
"jquery": "=2.2.3",
2016-08-08 21:17:26 +01:00
"jquery.easing": "=1.3.2",
2016-05-16 22:29:34 +01:00
"underscore": "=1.8.3",
"wow.js": "=1.2.0"
2015-10-19 13:04:49 +01:00
},
"devDependencies": {
2016-10-02 13:00:18 +01:00
"autoprefixer": "=6.5.0",
2016-08-06 21:34:16 +01:00
"babel-preset-es2015": "=6.13.2",
"babel-preset-react": "=6.11.1",
2016-05-13 20:55:56 +01:00
"babelify": "=7.3.0",
2016-08-06 21:34:16 +01:00
"browserify": "=13.1.0",
2016-10-02 13:00:18 +01:00
"clean-css": "=3.4.20",
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-08-06 21:34:16 +01:00
"markdown-spellcheck": "=0.11.0",
"node-sass": "=3.8.0",
2016-10-02 12:42:39 +01:00
"nsp": "=2.6.1",
2016-10-02 13:00:18 +01:00
"postcss-cli": "=2.6.0",
"sass-lint": "=1.9.1",
"uglify-js": "=2.7.3"
2015-10-19 13:04:49 +01:00
}
}