-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 2.24 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
{
"name": "caldera-admin",
"version": "0.1.0",
"public": "true",
"license": "GPL-2.0",
"main": "src/index.js",
"repository": "[email protected]:CalderaWP/caldera-admin.git",
"author": "Josh Pollock <[email protected]>",
"private": false,
"dependencies": {
"@caldera-labs/api-client": "^0.6",
"@caldera-labs/components": "^1.6.0",
"@caldera-labs/processor-ui": "^0.5.0",
"@caldera-labs/state": "^0.9",
"@wordpress/components": "^1.0.1",
"@wordpress/compose": "^1.0.2",
"@wordpress/data": "^1.0.1",
"@wordpress/dom-ready": "^1.2.0",
"@wordpress/element": "^1.0.2",
"classnames": "^2.2.6",
"deepmerge": "^2.1.1",
"dot-object": "^1.7.0",
"enzyme-to-json": "^3.3.4",
"hoist-non-react-statics": "^3.0.1",
"locutus": "^2.0.9",
"lodash.debounce": "^4.0.8",
"lodash.filter": "^4.6.0",
"lodash.sortby": "^4.7.0",
"moment": "^2.22.2",
"prop-types": "^15.6.1",
"react": "^16.4.1",
"react-css-grid": "^2.0.0-0",
"react-data-grid": "^4.0.7",
"react-dom": "^16.4.1",
"react-oembed-container": "^0.3.0",
"react-table": "^6.8.6",
"react-wp-scripts": "0.2.0",
"simple-react-router": "0.0.17"
},
"scripts": {
"start": "react-wp-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"test:once": "CI=true react-scripts test --env=jsdom",
"test:coverage": "npm test -- --coverage",
"coveralls": "cat ./coverage/lcov.info | node node_modules/.bin/coveralls",
"lint": "eslint src/**/*.js",
"flow:watch": "flow-watch",
"flow": "flow "
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-preset-flow": "^6.23.0",
"coveralls": "^3.0.2",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"esdoc": "^1.1.0",
"esdoc-ecmascript-proposal-plugin": "^1.0.0",
"esdoc-jsx-plugin": "^1.0.0",
"esdoc-standard-plugin": "^1.0.0",
"eslint": "^5.2.0",
"eslint-plugin-flowtype": "^2.50.0",
"eslint-plugin-jest": "^21.17.0",
"eslint-plugin-react": "^7.9.1",
"flow-bin": "^0.79.1",
"flow-watch": "^1.1.3",
"jshint": "^2.9.6",
"react-redux": "^5.0.7",
"react-test-renderer": "^16.4.1",
"redux": "^4.0.0"
}
}