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 Permalink 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-12-19 22:41:40 +00:00
"postinstall": "npm run build",
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",
2016-12-19 22:41:40 +00:00
"build-static": "./scripts/build-static.sh",
"build": "npm run build-static && 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",
2016-12-29 19:53:27 +00:00
"font-awesome": "=4.7.0",
"jquery": "=3.1.1",
2016-12-19 22:51:04 +00:00
"pygments-css": "=1.0.0",
2016-05-16 22:29:34 +01:00
"underscore": "=1.8.3",
2016-12-29 19:53:27 +00:00
"wow.js": "=1.2.2"
2015-10-19 13:04:49 +01:00
},
"devDependencies": {
2016-12-29 19:53:27 +00:00
"autoprefixer": "=6.6.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-12-29 19:53:27 +00:00
"browserify": "=13.1.1",
"clean-css": "=3.4.23",
2016-11-27 21:18:35 +00:00
"eslint-config": "dabapps/eslint-config.git#2.0.3",
2016-08-06 21:34:16 +01:00
"markdown-spellcheck": "=0.11.0",
2016-12-29 19:53:27 +00:00
"node-sass": "=4.1.1",
"nsp": "=2.6.2",
2016-10-02 13:00:18 +01:00
"postcss-cli": "=2.6.0",
2016-12-29 19:53:27 +00:00
"sass-lint": "=1.10.2",
2016-11-26 16:01:14 +00:00
"snyk": "=1.20.0",
2016-12-29 19:53:27 +00:00
"uglify-js": "=2.7.5"
2015-10-19 13:04:49 +01:00
}
}