forked from eventespresso/event-espresso-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
131 lines (131 loc) · 4.46 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
{
"name": "@eventespresso/core",
"version": "1.0.0",
"description": "Event Espresso core js and css.",
"main": "webpack.dev.js",
"repository": "git+https://github.com/eventespresso/event-espresso-core.git",
"watch": {
"build:css": {
"patterns": [
"bin/css-builder",
"assets/src/components/ui/styles"
],
"ignore": "index.js"
}
},
"scripts": {
"build": "cross-env NODE_ENV=production webpack --config webpack.prod.js",
"build:css": "node ./bin/css-builder/css-builder.js",
"check-engines": "wp-scripts check-engines",
"ci:build": "npm run build",
"ci:lint": "npm run lint",
"ci:test": "npm run test-js:coverage-ci",
"dev": "concurrently \"webpack --config webpack.dev.js\" \"npm run build:css\"",
"dev-w": "concurrently \"webpack --watch --config webpack.dev.js\" \"npm-watch build:css\"",
"dev-p": "webpack --watch --watch-poll --config webpack.dev.js",
"lc": "jsgl --local ./",
"lint": "wp-scripts lint-js .",
"lint:fix": "wp-scripts lint-js . --fix",
"lint-js": "wp-scripts lint-js .",
"lint-js:fix": "wp-scripts lint-js . --fix",
"lint-php": "composer run-script lint",
"lint-php:fix": "composer run-script lint-fix",
"lint-php:skip-warnings": "composer run-script lint:skip-warnings",
"prebuild": "npm run check-engines && npm run build:css",
"prewatch": "npm run check-engines",
"test": "npm run lint && npm run test-js",
"test-php": "cd tests && phpunit",
"test-php:coverage-ci": "npm run test-php -- --coverage-clover=coverage.xml && codecov",
"test-js": "wp-scripts test-unit-js --config tests/javascript-config/unit/jest.config.json",
"test-js:coverage": "npm run test-js -- --coverage",
"test-js:coverage-ci": "npm run test-js -- --coverage --maxWorkers 1 && codecov",
"test-js:update": "npm run test-js -- --updateSnapshot",
"test-js:watch": "npm run test-js -- --watch"
},
"author": "Event Espresso",
"license": "GPL-2.0",
"browserslist": [
"extends @wordpress/browserslist-config"
],
"dependencies": {
"@eventespresso/react-exit-modal-typeform": "^1.0.4",
"@wordpress/i18n": "^3.7.0",
"@wordpress/is-shallow-equal": "^1.6.1",
"accounting-js": "^1.1.1",
"classnames": "^2.2.6",
"cuid": "^2.1.6",
"decimal.js-light": "^2.5.0",
"immutable": "^4.0.0-rc.12",
"js-green-licenses": "^1.1.0",
"memize": "^1.0.5",
"moment-duration-format": "^2.3.2",
"moment-timezone": "^0.5.27",
"npm-watch": "^0.6.0",
"pluralize": "^8.0.0",
"prop-types": "^15.7.2",
"querystringify": "^2.1.1",
"react-select": "^3.0.8",
"rememo": "^3.0.0",
"warning": "^4.0.3"
},
"devDependencies": {
"@babel/core": "7.8.3",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/runtime-corejs3": "^7.8.4",
"@wordpress/a11y": "^2.7.0",
"@wordpress/api-fetch": "^3.8.0",
"@wordpress/autop": "^2.5.1",
"@wordpress/babel-plugin-makepot": "^3.3.0",
"@wordpress/babel-preset-default": "^4.6.2",
"@wordpress/block-library": "^2.9.5",
"@wordpress/blocks": "^6.12.0",
"@wordpress/browserslist-config": "^2.6.0",
"@wordpress/components": "^8.5.0",
"@wordpress/compose": "^3.9.0",
"@wordpress/core-data": "^2.12.0",
"@wordpress/data": "^4.14.0",
"@wordpress/date": "^3.5.0",
"@wordpress/dependency-extraction-webpack-plugin": "^2.1.0",
"@wordpress/editor": "^9.12.1",
"@wordpress/element": "^2.8.2",
"@wordpress/eslint-plugin": "^3.1.0",
"@wordpress/hooks": "^2.6.0",
"@wordpress/jest-preset-default": "^5.3.1",
"@wordpress/keycodes": "^2.7.0",
"@wordpress/plugins": "^2.12.0",
"@wordpress/scripts": "^7.1.1",
"@wordpress/server-side-render": "^1.3.4",
"@wordpress/url": "^2.8.2",
"@wordpress/viewport": "^2.8.2",
"autoprefixer": "^9.7.3",
"babel-plugin-dev-expression": "^0.2.2",
"babel-runtime": "^6.26.0",
"codecov": "^3.6.5",
"concurrently": "^5.0.2",
"core-js": "3.6.0",
"cross-env": "6.0.3",
"css-loader": "^3.2.0",
"cssnano": "^4.1.10",
"deep-freeze": "0.0.1",
"del": "git+https://github.com/sindresorhus/del.git",
"equivalent-key-map": "^0.2.2",
"eslint": "^6.8.0",
"eslint-plugin-jest": "23.1.1",
"eslint-plugin-react-hooks": "^2.4.0",
"handlebars": "^4.5.3",
"license-checker": "^25.0.1",
"lodash": "^4.17.15",
"mini-css-extract-plugin": "^0.8.0",
"pegjs": "^0.10.0",
"pegjs-loader": "^0.5.5",
"postcss-loader": "^3.0.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-test-renderer": "^16.11.0",
"recast": "^0.18.5",
"webpack": "^4.41.2",
"webpack-assets-manifest": "^3.1.1",
"webpack-cli": "^3.3.10",
"webpack-merge": "^4.2.2"
}
}