-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.37 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
{
"name": "rest-api-tester",
"productName": "The Events Calendar REST API Tester",
"version": "0.1.3",
"author": "The Events Calendar",
"description": "Test WordPress REST APIs from within WordPress",
"license": "GPL-2.0+",
"repository": {
"type": "git",
"url": "git://github.com/the-events-calendar/rest-api-tester.git"
},
"scripts": {
"build": "webpack -p",
"watch": "webpack -d --watch",
"test": "jest"
},
"devDependencies": {
"ajv": "^6.12.3",
"babel": "^6.5.2",
"babel-cli": "^6.9.0",
"babel-eslint": "^8.2.6",
"babel-jest": "^21.2.0",
"babel-loader": "^7.1.5",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.26.0",
"eslint": "^5.9.0",
"eslint-config-products": "github:moderntribe/eslint-config-products",
"jest": "^21.2.1",
"jquery": "^3.4.0",
"js-yaml": "^3.13.1",
"react-addons-test-utils": "^15.6.2",
"react-test-renderer": "^15.6.2",
"run-when-changed": "^1.3.0",
"uglify-js": "^3.4.9",
"unminified-webpack-plugin": "^2.0.0",
"webpack": "^4.26.1",
"webpack-cli": "^3.1.2"
},
"dependencies": {
"he": "^1.2.0",
"npm": "^6.13.4",
"react": "^15.6.2",
"react-dom": "^15.6.2",
"react-json-view": "^1.19.1",
"react-redux": "^5.1.1",
"redux": "^3.7.2"
}
}