UNPKG

2.66 kBJSONView Raw
1{
2 "name": "@ithaka/bonsai",
3 "version": "1.17.3",
4 "description": "ITHAKA core styling",
5 "main": "index.js",
6 "repository": {
7 "type": "git",
8 "url": "git+https://github.com/ithaka/bonsai.git"
9 },
10 "author": "ITHAKA",
11 "license": "ISC",
12 "bugs": {
13 "url": "https://github.com/ithaka/bonsai/issues"
14 },
15 "homepage": "https://github.com/ithaka/bonsai#readme",
16 "devDependencies": {
17 "babel-core": "6.24.1",
18 "babel-loader": "6.4.1",
19 "babel-preset-env": "1.4.0",
20 "babelify": "7.3.0",
21 "css-loader": "0.28.0",
22 "eslint": "3.19.0",
23 "eslint-loader": "1.7.1",
24 "eslint-plugin-react": "6.10.3",
25 "extract-text-webpack-plugin": "2.1.0",
26 "file-loader": "0.11.1",
27 "foundation-docs": "github:zurb/foundation-docs",
28 "fs-extra": "4.0.2",
29 "handlebars": "4.0.10",
30 "handlebars-helpers": "0.9.6",
31 "jest": "22.4.2",
32 "json-loader": "0.5.7",
33 "lint": "1.1.2",
34 "modernizr": "3.5.0",
35 "modernizr-loader": "1.0.1",
36 "node-sass": "4.12.0",
37 "raw-loader": "0.5.1",
38 "require-dir-all": "0.4.12",
39 "sass-loader": "6.0.3",
40 "style-loader": "0.16.1",
41 "stylelint": "7.10.1",
42 "stylelint-config-standard": "16.0.0",
43 "stylelint-webpack-plugin": "0.7.0",
44 "ultracollider": "1.1.0",
45 "url-loader": "0.5.8",
46 "webpack": "2.4.1",
47 "webpack-dev-server": "2.4.2",
48 "webpack-shell-plugin": "0.5.0"
49 },
50 "eslintConfig": ".eslintrc.js",
51 "scripts": {
52 "clean:build": "rm -rf dist/",
53 "clean:cache": "npm cache clean",
54 "clean:dist": "npm run clean:build && npm run clean:cache && rm -rf node_modules/",
55 "webpack": "./node_modules/.bin/webpack --progress",
56 "prebuild": "npm run clean:build",
57 "build": "npm run webpack",
58 "prebuild:dist": "npm run clean:dist && npm install && npm dedupe",
59 "build:dist": "NODE_ENV=production npm run webpack -- -p",
60 "watch": "npm run webpack -- --watch",
61 "start": "./node_modules/.bin/webpack-dev-server --hot --content-base documentation/",
62 "test": "./node_modules/.bin/jest",
63 "eslint": "./node_modules/.bin/eslint js",
64 "stylelint": "./node_modules/.bin/stylelint '**/*.scss' --syntax scss",
65 "lint": "npm run stylelint && npm run eslint"
66 },
67 "dependencies": {
68 "font-awesome": "4.7.0",
69 "foundation-sites": "https://github.com/ithaka/foundation-sites.git#86073d9321e4e54bb061c54d8e528eb13737c63d",
70 "fuse.js": "^3.2.0",
71 "jquery": "3.2.1",
72 "quill": "1.3.5",
73 "uuid": "3.2.1"
74 },
75 "jest": {
76 "testURL": "http://localhost",
77 "setupFiles": [
78 "./jest-env.js"
79 ],
80 "transformIgnorePatterns": [
81 "node_modules/(?!foundation-sites)"
82 ]
83 }
84}