-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
44 lines (44 loc) · 1.42 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
{
"name": "transcoder",
"scripts": {
"build": "cross-env BABEL_ENV=default NODE_ENV=production webpack --mode production --progress",
"dev-test": "cross-env BABEL_ENV=default NODE_ENV=development webpack",
"dev": "cross-env BABEL_ENV=default webpack --watch --mode development --progress"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-eslint": "^10.0.1",
"babel-loader": "^7.1.1",
"babel-plugin-lodash": "3.2.11",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "1.7.0",
"classnames": "2.2.5",
"cross-env": "^5.0.1",
"diff": "4.0.1",
"eslint": "4.18.2",
"eslint-config-wordpress": "2.0.0",
"eslint-plugin-jest": "21.5.0",
"eslint-plugin-jsx-a11y": "6.0.3",
"eslint-plugin-react": "7.5.1",
"eslint-plugin-wordpress": "git+https://github.com/WordPress-Coding-Standards/eslint-plugin-wordpress.git",
"glob": "^7.1.2",
"grunt": "^1.0.1",
"grunt-autoprefixer": "^3.0.4",
"grunt-checktextdomain": "^1.0.1",
"grunt-contrib-cssmin": "3.0.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-wp-i18n": "1.0.3",
"jest": "25.5.2",
"load-grunt-tasks": "5.1.0",
"serialize-javascript": "2.1.2",
"uglifyjs-webpack-plugin": "1.1.6",
"webpack": "4.41.2",
"webpack-cli": "3.3.11"
},
"dependencies": {
"@wordpress/api-fetch": "3.6.0"
}
}