41 lines
1.2 KiB
JSON
41 lines
1.2 KiB
JSON
{
|
|
"name": "TheOrangeOne-Site",
|
|
"version": "4.0.0",
|
|
"description": " Source code for TheOrangeOne.net",
|
|
"scripts": {
|
|
"postinstall": "npm run create-build-dirs && npm run copy-fonts",
|
|
"create-build-dirs": "mkdir -p theme/static/build/js/lib theme/static/build/fonts theme/static/build/css theme/static/build/img",
|
|
"copy-fonts": "cp -R node_modules/font-awesome/fonts theme/static/build/"
|
|
},
|
|
"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": "=2.2.3",
|
|
"jquery.easing": "=1.3.2",
|
|
"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": "=1.5.0",
|
|
"eslint-config": "git://github.com/dabapps/eslint-config.git",
|
|
"eslint-plugin-react": "=3.4.2",
|
|
"markdown-spellcheck": "=0.11.0",
|
|
"node-sass": "=3.8.0",
|
|
"nsp": "=2.6.1",
|
|
"postcss-cli": "=2.6.0",
|
|
"sass-lint": "=1.9.1",
|
|
"uglify-js": "=2.7.3"
|
|
}
|
|
}
|