-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
105 lines (105 loc) · 3.16 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"name": "@flatland/chokhmah",
"version": "1.9.1",
"description": "A unified design system for Flatland Church's digital products. Name Chokhmah for the Hebrew term for wisdom, which was also used to describe a skilled craftsman.",
"main": "dist/index.js",
"files": [
"dist/*"
],
"private": false,
"license": "MIT",
"homepage": "https://design.flatland.church",
"author": "Flatland Church",
"engine": "node >= 8.0.0",
"scripts": {
"build": "webpack",
"clean": "rimraf dist/ && mkdir dist",
"prebuild": "yarn clean",
"start": "webpack --watch --debug"
},
"dependencies": {
"classnames": "^2.2.5",
"fast-average-color": "^4.2.0",
"lodash-es": "^4.17.11",
"marked": "^0.5.0",
"prop-types": "^15.6.0",
"react": "16.3.2",
"react-aria-modal": "^2.6.0",
"react-css-modules": "^4.7.7",
"react-dates": "^14.0.0",
"react-dom": "16.3.3",
"react-lazy-load-image-component": "^1.1.2",
"react-router-dom": "^4.3.1",
"uuid": "^3.3.2",
"wcag-contrast": "^2.1.0"
},
"devDependencies": {
"autoprefixer": "^7.1.6",
"babel-core": "^6.26.0",
"babel-eslint": "8.1.2",
"babel-loader": "^7.0.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-lodash": "^3.2.11",
"babel-plugin-transform-export-extensions": "^6.22.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-preset-flow": "^6.23.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"babel-register": "^6.22.0",
"chai": "^4.1.2",
"css-loader": "^0.28.4",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"eslint": "^4.13.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-import-resolver-webpack": "^0.8.4",
"eslint-loader": "^1.9.0",
"eslint-plugin-flowtype": "^2.40.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.5.1",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^0.11.2",
"flow-bin": "^0.62.0",
"glob": "^7.1.2",
"ignore-styles": "^5.0.1",
"inquirer-recursive": "^0.0.5",
"jsdom": "^11.0.0",
"mocha": "^4.0.1",
"mocha-junit-reporter": "^1.13.0",
"mock-require": "^3.0.1",
"node-sass": "^4.5.0",
"plop": "^1.7.4",
"postcss-loader": "^2.0.5",
"react-addons-test-utils": "^15.6.2",
"react-docgen": "^3.0.0-beta11",
"react-test-renderer": "^15.5.4",
"resolve-url-loader": "^2.0.0",
"rimraf": "^2.6.1",
"sass-loader": "^6.0.2",
"sass-resources-loader": "^1.2.0",
"sinon": "^4.1.3",
"style-loader": "^0.18.1",
"stylelint": "^7.9.0",
"stylelint-config-standard": "^16.0.0",
"stylelint-scss": "^1.4.3",
"stylelint-webpack-plugin": "^0.7.0",
"url-loader": "^0.5.9",
"webpack": "^3.6.0",
"webpack-bundle-analyzer": "^2.9.2",
"webpack-node-externals": "^1.5.4"
},
"peerDependencies": {
"lodash": "^4.17.4",
"moment": "^2.19.1",
"react": "^16.3.0"
},
"stylelint": {
"extends": "stylelint-config-standard",
"rules": {
"string-quotes": "single"
}
},
"repository": "https://github.com/flatlandchurch/chokhmah"
}