2015-10-19 13:04:49 +01:00
|
|
|
{
|
|
|
|
"name": "TheOrangeOne-Site",
|
2016-01-14 19:17:13 +00:00
|
|
|
"version": "3.0.0",
|
|
|
|
"description": " Source code for TheOrangeOne.net",
|
2015-10-19 13:04:49 +01:00
|
|
|
"scripts": {
|
2016-04-21 18:26:24 +01:00
|
|
|
"lint": "eslint 'static/src/js/'",
|
2015-12-11 08:27:29 +00:00
|
|
|
"build-js": "./scripts/build-js.sh",
|
2015-11-09 14:13:17 +00:00
|
|
|
"create-build-dirs": "mkdir -p static/build/js/lib static/build/fonts static/build/css static/build/img",
|
2015-10-19 13:04:49 +01:00
|
|
|
"build": "npm run create-build-dirs && npm run build-fonts && npm run build-images && npm run build-js && npm run build-less",
|
2016-01-14 19:12:23 +00:00
|
|
|
"build-less": "./scripts/build-less.sh",
|
2015-12-28 11:50:33 +00:00
|
|
|
"build-fonts": "cp -R node_modules/bootstrap/dist/fonts static/build/ && cp -R node_modules/ionicons/fonts static/build/ ",
|
2015-10-19 13:04:49 +01:00
|
|
|
"build-images": "cp -r static/src/img/* static/build/img/",
|
|
|
|
"watch-less": "watch 'npm run build-less' static/src/less/",
|
2016-02-20 19:28:42 +00:00
|
|
|
"watch": "npm run watch-less",
|
2016-01-27 18:41:58 +00:00
|
|
|
"clean": "./scripts/clean.js",
|
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": {
|
2015-12-09 18:45:28 +00:00
|
|
|
"animate.css": "=3.4.0",
|
|
|
|
"bootstrap": "=3.3.5",
|
2015-12-28 11:50:33 +00:00
|
|
|
"ionicons": "=2.0.1",
|
2015-12-09 18:45:28 +00:00
|
|
|
"jquery": "=2.1.4",
|
|
|
|
"react": "=0.13.3",
|
2016-01-17 18:41:50 +00:00
|
|
|
"react-bootstrap": "=0.25.1",
|
2016-01-18 22:24:25 +00:00
|
|
|
"whatwg-fetch": "=0.10.1"
|
2015-10-19 13:04:49 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2016-02-28 22:23:44 +00:00
|
|
|
"autoprefixer": "=6.3.3",
|
2015-12-09 18:45:28 +00:00
|
|
|
"babel-preset-es2015": "=6.1.18",
|
|
|
|
"babel-preset-react": "=6.1.18",
|
|
|
|
"babelify": "=7.2.0",
|
|
|
|
"browserify": "=11.0.1",
|
|
|
|
"clean-css": "=3.4.1",
|
|
|
|
"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",
|
2015-12-28 11:50:33 +00:00
|
|
|
"less": "=2.5.1",
|
|
|
|
"less-mixins": "git://github.com/RealOrangeOne/less-mixins.git",
|
2016-04-24 21:28:03 +01:00
|
|
|
"markdown-spellcheck": "=0.10.0",
|
2016-02-28 22:23:44 +00:00
|
|
|
"postcss-cli": "=2.5.1",
|
2015-12-09 18:45:28 +00:00
|
|
|
"react-tools": "=0.13.2",
|
|
|
|
"uglify-js": "=2.4.24",
|
|
|
|
"watch": "=0.16.0"
|
2015-10-19 13:04:49 +01:00
|
|
|
}
|
|
|
|
}
|