@ithaka/bonsai
Version:
ITHAKA core styling
74 lines (73 loc) • 2.4 kB
JSON
{
"name": "@ithaka/bonsai",
"version": "1.6.0",
"description": "ITHAKA core styling",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/ithaka/bonsai.git"
},
"author": "ITHAKA",
"license": "ISC",
"bugs": {
"url": "https://github.com/ithaka/bonsai/issues"
},
"homepage": "https://github.com/ithaka/bonsai#readme",
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^6.4.1",
"babel-preset-env": "^1.4.0",
"babelify": "^7.3.0",
"chai": "^4.1.2",
"css-loader": "^0.28.0",
"eslint": "^3.19.0",
"eslint-loader": "^1.7.1",
"eslint-plugin-react": "^6.10.3",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.11.1",
"foundation-docs": "github:zurb/foundation-docs",
"fs-extra": "^4.0.2",
"handlebars": "^4.0.10",
"handlebars-helpers": "^0.9.6",
"json-loader": "^0.5.7",
"lint": "^1.1.2",
"mocha": "^3.5.3",
"modernizr": "^3.5.0",
"modernizr-loader": "^1.0.1",
"node-sass": "^4.7.2",
"raw-loader": "^0.5.1",
"require-dir-all": "^0.4.12",
"sass-loader": "^6.0.3",
"style-loader": "^0.16.1",
"stylelint": "^7.10.1",
"stylelint-config-standard": "^16.0.0",
"stylelint-webpack-plugin": "^0.7.0",
"ultracollider": "1.1.0",
"url-loader": "^0.5.8",
"webpack": "^2.4.1",
"webpack-dev-server": "^2.4.2",
"webpack-shell-plugin": "^0.5.0"
},
"eslintConfig": ".eslintrc.js",
"scripts": {
"clean:build": "rm -rf dist/",
"clean:cache": "npm cache clean",
"clean:dist": "npm run clean:build && npm run clean:cache && rm -rf node_modules/",
"webpack": "./node_modules/.bin/webpack --progress",
"prebuild": "npm run clean:build",
"build": "npm run webpack",
"prebuild:dist": "npm run clean:dist && npm install && npm dedupe",
"build:dist": "NODE_ENV=production npm run webpack -- -p",
"watch": "npm run webpack -- --watch",
"prestart": "npm run build",
"start": "./node_modules/.bin/webpack-dev-server --hot --content-base documentation/",
"test": "mocha --compilers js:babel-core/register --reporter spec",
"eslint": "./node_modules/.bin/eslint --fix js",
"stylelint": "./node_modules/.bin/stylelint '**/*.scss' --syntax scss"
},
"dependencies": {
"font-awesome": "^4.7.0",
"foundation-sites": "6.4.3",
"jquery": "^3.2.1"
}
}