-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.77 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
{
"name": "ibm-chat",
"version": "1.0.0",
"description": "IBM Chat",
"private": true,
"dependencies": {
"@babel/polyfill": "^7.2.5",
"@wordpress/eslint-plugin": "^6.0.0",
"bulma": "^0.8.2",
"cross-env": "^7.0.3",
"hds-core": "^0.18.0",
"hds-design-tokens": "^0.18.0",
"js-cookie": "^2.2.1",
"normalize.css": "^8.0.1",
"webfontloader": "^1.6.28"
},
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.4.3",
"@babel/register": "^7.4.0",
"ajv": "^6.1.1",
"autoprefixer": "^9.4.9",
"babel-loader": "^8.0.5",
"browser-sync": "^2.26.7",
"browser-sync-webpack-plugin": "^2.2.2",
"clean-webpack-plugin": "^2.0.1",
"css-loader": "^2.1.0",
"css-mqpacker": "^7.0.0",
"cssnano": "^4.1.8",
"eslint": "^5.15.2",
"eslint-config-wordpress": "^2.0.0",
"eslint-loader": "^2.1.2",
"file-loader": "^3.0.1",
"husky": "^1.3.1",
"image-webpack-loader": "^4.6.0",
"lint-staged": "^8.1.1",
"lodash": "^4.17.21",
"mini-css-extract-plugin": "^0.5.0",
"node-sass": "^4.11.0",
"postcss-font-magician": "^2.2.1",
"postcss-loader": "^3.0.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"webpack": "^4.29.0",
"webpack-cli": "^3.3.11"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "webpack --watch",
"dev": "webpack",
"build": "cross-env NODE_ENV=production webpack --progress --mode production"
},
"author": "[email protected]",
"license": "gpl3"
}