-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
139 lines (139 loc) · 4.11 KB
/
package.json
File metadata and controls
139 lines (139 loc) · 4.11 KB
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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
{
"name": "yoast-components",
"version": "4.21.0",
"description": "Yoast Generic Components",
"homepage": "https://github.com/Yoast/",
"main": "index.js",
"scripts": {
"start": "concurrently --kill-others \"stubby -d stubby/endpoints.yaml\" \"webpack-dev-server --mode=development\"",
"test": "jest"
},
"jest": {
"moduleNameMapper": {
"\\.(jpg|jpeg|png|gif|eot|otf|webp|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/jest/__mocks__/fileMock.js",
"\\.(css|less)$": "<rootDir>/jest/__mocks__/styleMock.js"
},
"testURL": "http://localhost",
"unmockedModulePathPatterns": [
"react",
"enzyme",
"<rootDir>/node_modules/react",
"<rootDir>/node_modules/react-dom",
"<rootDir>/node_modules/react-addons-test-utils",
"<rootDir>/node_modules/enzyme",
"<rootDir>/node_modules/recompose",
"<rootDir>/node_modules/lodash"
],
"testRegex": ".*Test.js$",
"coverageDirectory": "coverage",
"setupTestFrameworkScriptFile": "<rootDir>/jest/setupTests.js",
"collectCoverageFrom": [
"**/*.js",
"!**/*.*Test.js",
"!grunt/**/*.js",
"!*.js",
"!app/**/*.js",
"!a11y/examples/example.js",
"!utils/helpers/*.js",
"!coverage/**/*.js"
],
"snapshotSerializers": [
"enzyme-to-json/serializer"
],
"transform": {
"^.+\\.jsx?$": "<rootDir>/node_modules/babel-jest"
},
"transformIgnorePatterns": [
"/node_modules/(?!yoastseo|lodash-es).+\\.js$"
]
},
"author": "Yoast",
"license": "GPL-3.0",
"dependencies": {
"@wordpress/a11y": "^1.0.7",
"@wordpress/i18n": "^1.1.0",
"algoliasearch": "^3.22.3",
"clipboard": "^1.5.15",
"draft-js": "^0.10.5",
"draft-js-mention-plugin": "^3.0.4",
"draft-js-plugins-editor": "^2.0.4",
"draft-js-single-line-plugin": "^2.0.1",
"interpolate-components": "^1.1.0",
"jed": "^1.1.1",
"lodash": "^4.17.11",
"prop-types": "^15.6.0",
"react-modal": "^3.1.10",
"react-redux": "^5.0.6",
"react-tabs": "^2.2.1",
"react-transition-group": "^2.3.1",
"redux": "^3.7.2",
"styled-components": "^2.1.2",
"whatwg-fetch": "^1.0.0",
"wicked-good-xpath": "^1.3.0",
"yoastseo": "git+https://github.com/Yoast/YoastSEO.js.git#develop"
},
"devDependencies": {
"autoprefixer": "^6.4.0",
"babel-core": "^6.25.0",
"babel-eslint": "^8.2.2",
"babel-jest": "^22.4.3",
"babel-loader": "^7.1.1",
"babel-plugin-styled-components": "^1.5.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babelify": "^7.3.0",
"case-sensitive-paths-webpack-plugin": "^2.1.2",
"concurrently": "^3.5.0",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"enzyme-to-json": "^3.3.3",
"eslint": "^4.16.0",
"eslint-config-yoast": "^4.0.0",
"eslint-plugin-jsx-a11y": "^3.0.2",
"eslint-plugin-react": "^7.11.1",
"eslint-plugin-yoast": "^1.0.1",
"grunt": "^1.0.1",
"grunt-eslint": "^20.1.0",
"grunt-postcss": "^0.8.0",
"grunt-sass": "^2.0.0",
"grunt-scss-to-json": "^1.0.1",
"jest": "^22.4.3",
"jest-cli": "^22.4.3",
"jest-mock": "^22.4.3",
"jest-runtime": "^22.4.3",
"jest-styled-components": "^5.0.1",
"load-grunt-config": "^0.19.2",
"material-ui": "^0.18.6",
"raf": "^3.4.0",
"react": "16.6.3",
"react-dom": "16.6.3",
"react-hot-loader": "^4.0.0-beta.17",
"react-intl": "^2.4.0",
"react-test-renderer": "^16.2.0",
"redux-devtools": "^3.4.1",
"redux-devtools-dock-monitor": "^1.1.3",
"redux-devtools-log-monitor": "^1.4.0",
"redux-mock-store": "^1.2.3",
"sassdash": "^0.8.2",
"stubby": "^0.3.1",
"webpack": "^4.7.0",
"webpack-cli": "^2.1.3",
"webpack-dev-server": "^3.1.14"
},
"optionalDependencies": {
"grunt-scss-to-json": "^1.0.1"
},
"peerDependencies": {
"material-ui": "^0.18.6",
"react": "^16.2.0",
"react-dom": "16.2.0",
"react-intl": "^2.4.0"
},
"browserify": {
"transform": [
"babelify"
]
}
}