37 lines
1 KiB
JSON
37 lines
1 KiB
JSON
{
|
|
"name": "TheOrangeOne-Site",
|
|
"version": "4.0.0",
|
|
"description": " Source code for TheOrangeOne.net",
|
|
"scripts": {
|
|
"postinstall": "npm run create-build-dirs",
|
|
"create-build-dirs": "mkdir -p theme/static/build/js theme/static/build/fonts theme/static/build/css theme/static/build/img",
|
|
"start": "tstatic output/"
|
|
},
|
|
"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.7.0",
|
|
"jquery": "=3.1.1",
|
|
"pygments-css": "=1.0.0",
|
|
"tstatic": "RealOrangeOne/tstatic",
|
|
"underscore": "=1.8.3",
|
|
"wow.js": "=1.2.2"
|
|
},
|
|
"devDependencies": {
|
|
"autoprefixer": "=6.6.1",
|
|
"browserify": "=13.3.0",
|
|
"clean-css": "=3.4.23",
|
|
"eslint-config": "dabapps/eslint-config.git#2.0.4",
|
|
"markdown-spellcheck": "=0.11.0",
|
|
"node-sass": "=4.3.0",
|
|
"nsp": "=2.6.2",
|
|
"postcss-cli": "=2.6.0",
|
|
"sass-lint": "=1.10.2",
|
|
"uglify-js": "=2.7.5"
|
|
}
|
|
}
|