-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
39 lines (39 loc) · 1.24 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
{
"version": "1.0.0",
"description": "",
"keywords": [],
"author": "",
"devDependencies": {
"autoprefixer": "7.2.5",
"babel-core": "6.26.3",
"babel-eslint": "8.2.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",
"css-loader": "2.1.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",
"extract-text-webpack-plugin": "^3.0.2",
"glob": "^7.1.2",
"jest": "24.7.1",
"mem": ">=4.0.0",
"node-sass": "4.11.0",
"postcss-loader": "^2.0.10",
"sass-loader": "^6.0.6",
"webpack": "3.10.0"
},
"scripts": {
"build": "cross-env BABEL_ENV=default NODE_ENV=production webpack",
"dev-test": "cross-env BABEL_ENV=default NODE_ENV=development webpack",
"dev": "cross-env BABEL_ENV=default webpack --watch"
}
}