forked from pods-framework/pods
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 2.52 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
{
"name": "pods",
"version": "2.7.15-a-1",
"description": "Pods is a development framework for creating, extending, managing, and deploying customized content types in WordPress.",
"author": "Pods Foundation, Inc",
"homepage": "https://pods.io/",
"bugs": "https://github.com/pods-framework/pods/issues",
"repository": {
"type": "git",
"url": "git://github.com/pods-framework/pods.git"
},
"license": "GPL-2.0+",
"contributors": "https://github.com/pods-framework/pods/graphs/contributors",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-module-resolver": "^3.1.1",
"babel-plugin-transform-html-import-to-string": "0.0.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react-app": "^3.1.2",
"backbone": "~1.3.3",
"backbone.marionette": "^3.5.1",
"eslint": "^5.4.0",
"eslint-config-wordpress": "^2.0.0",
"eslint-plugin-react": "^7.11.1",
"glob": "^7.1.*",
"grunt": "^1.0.0",
"grunt-cli": "^1.3.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-connect": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-exec": "^3.0.0",
"grunt-git": "^1.0.9",
"grunt-mkdir": "^1.0.0",
"grunt-newer": "^1.2.0",
"grunt-push-svn": "^0.2.2",
"grunt-remove": "^0.1.0",
"grunt-svn-checkout": "^0.3.0",
"grunt-svn-copy": "^0.1.4",
"grunt-text-replace": "^0.4.0",
"install": "^0.10.2",
"jquery": "~1.12.4",
"jsdom": "11.12.0",
"jsdom-global": "3.0.2",
"load-grunt-tasks": "^3.5.0",
"mocha": "^5.2.0",
"node-sass": "^4.9.3",
"npm": "^6.4.0",
"prop-types": "^15.6.2",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"rollup": "^0.64.1",
"rollup-plugin-babel": "^3.0.7",
"rollup-plugin-commonjs": "^9.1.5",
"rollup-plugin-html": "^0.2.1",
"rollup-plugin-includepaths": "^0.2.3",
"rollup-plugin-node-resolve": "^3.3.0",
"rollup-plugin-replace": "^2.0.0",
"rollup-plugin-uglify": "^4.0.0",
"sprintf-js": "^1.1.0",
"underscore": "~1.8.3"
},
"scripts": {
"test-dfv": "node node_modules/mocha/bin/mocha --compilers js:babel-core/register --reporter dot --recursive tests/js",
"build-podsjs": "node node_modules/rollup/bin/rollup -c",
"scss": "node-sass --output-style compressed ui/styles/src -o ui/styles/dist --source-map ui/styles/src/sourcemaps",
"scss:watch": "node-sass --output-style compressed -w ui/styles/src -o ui/styles/dist"
},
"dependencies": {}
}