forked from marmelab/react-admin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.29 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
{
"private": true,
"name": "react-admin-lerna",
"scripts": {
"test": "make test"
},
"jest": {
"setupTestFrameworkScriptFile": "./test-setup.js"
},
"devDependencies": {
"babel-cli": "~6.26.0",
"babel-core": "~6.26.0",
"babel-eslint": "~8.2.2",
"babel-plugin-add-module-exports": "~0.2.1",
"babel-plugin-transform-builtin-extend": "~1.1.2",
"babel-plugin-transform-react-jsx": "~6.24.1",
"babel-plugin-transform-runtime": "~6.23.0",
"babel-preset-es2015": "~6.24.1",
"babel-preset-react": "~6.24.1",
"babel-preset-stage-0": "~6.24.1",
"babel-register": "~6.26.0",
"cheerio": "~1.0.0-rc.2",
"chromedriver": "~2.37.0",
"eslint": "~4.19.1",
"eslint-config-prettier": "~2.9.0",
"eslint-plugin-import": "~2.10.0",
"eslint-plugin-prettier": "~2.6.0",
"eslint-plugin-react": "~7.7.0",
"express": "~4.16.3",
"full-icu": "~1.2.1",
"jest": "20.0.4",
"lerna": "~2.9.1",
"lolex": "~2.3.2",
"mocha": "~5.0.5",
"prettier": "~1.7.0",
"prettier-eslint-cli": "~4.7.1",
"raf": "~3.4.0",
"selenium-webdriver": "~3.5.0"
},
"workspaces": ["packages/*", "examples/*"]
}