forked from htmlburger/carbon-fields
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
95 lines (95 loc) · 3.18 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "carbon-fields",
"version": "3.1.3",
"description": "WordPress developer-friendly custom fields for post types, taxonomy terms, users, comments, widgets, options, navigation menus and more.",
"directories": {
"test": "tests"
},
"scripts": {
"start": "npm run development -- --watch",
"build": "npm run development && npm run production",
"development": "cross-env NODE_ENV=development webpack --mode development",
"production": "cross-env NODE_ENV=production webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/htmlburger/carbon-fields.git"
},
"keywords": [
"custom",
"fields"
],
"author": "htmlburger",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/htmlburger/carbon-fields/issues"
},
"homepage": "https://github.com/htmlburger/carbon-fields#readme",
"devDependencies": {
"@babel/core": "^7.1.6",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/plugin-syntax-async-generators": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.1.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"@wordpress/babel-plugin-makepot": "^2.1.2",
"@wordpress/browserslist-config": "^2.2.2",
"autoprefixer": "^9.3.1",
"babel-eslint": "^8.2.6",
"babel-loader": "^8.0.2",
"babel-plugin-module-resolver": "^3.1.1",
"cross-env": "^5.2.0",
"css-loader": "^1.0.0",
"eslint": "^5.8.0",
"eslint-config-wordpress": "^2.0.0",
"eslint-plugin-react": "^7.11.1",
"eslint-plugin-wordpress": "https://github.com/WordPress-Coding-Standards/eslint-plugin-wordpress#a650f73e2461ddae0faec900c0199b3c258cb5da",
"husky": "^1.2.0",
"lint-staged": "^8.1.0",
"mini-css-extract-plugin": "^0.4.4",
"node-sass": "^4.9.4",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"postcss-loader": "^3.0.0",
"postcss-preset-env": "^6.2.0",
"sass-loader": "^7.1.0",
"sass-resources-loader": "^2.0.0",
"terser-webpack-plugin": "^1.1.0",
"webpack": "^4.27.1",
"webpack-cli": "^3.1.1",
"webpack-merge": "^4.1.4"
},
"dependencies": {
"@babel/runtime": "^7.1.5",
"@wordpress/api-fetch": "^2.2.8",
"@wordpress/blocks": "^6.0.2",
"@wordpress/components": "^7.0.3",
"@wordpress/compose": "^3.0.0",
"@wordpress/data": "^4.0.1",
"@wordpress/date": "^3.0.1",
"@wordpress/editor": "^9.0.3",
"@wordpress/element": "^2.1.8",
"@wordpress/hooks": "^2.0.3",
"@wordpress/i18n": "^3.1.0",
"callbag-basics": "^3.0.0",
"callbag-create": "^1.1.1",
"callbag-debounce": "^2.1.2",
"callbag-distinct-until-changed": "^1.0.0",
"callbag-drop-until": "^1.0.0",
"callbag-from-delegated-event": "^2.0.0",
"callbag-of": "^1.0.1",
"callbag-start-with": "^3.1.0",
"classnames": "^2.2.6",
"immer": "^1.7.4",
"lodash": "^4.17.11",
"nanoid": "^2.0.0",
"observe-resize": "^1.1.3",
"react": "^16.6.3",
"react-color": "^2.14.1",
"react-dom": "^16.6.3",
"react-flatpickr": "^3.6.4",
"react-onclickoutside": "^6.7.1",
"react-select": "^2.1.1",
"refract-callbag": "^4.0.0"
}
}