-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
executable file
·66 lines (66 loc) · 1.98 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
{
"name": "getwid",
"version": "1.6.10",
"license": "GPLv2+",
"main": "src/index.js",
"private": true,
"scripts": {
"dev": "cross-env BABEL_ENV=default webpack --watch",
"build": "cross-env BABEL_ENV=default NODE_ENV=production webpack -p",
"report": "webpack-bundle-analyzer --port 4200 stats.json",
"build:splitted": "cross-env BABEL_ENV=default NODE_ENV=production webpack -p --env.splitted=true & gulp build-splitted --minified",
"dev:splitted": "gulp watch-splitted"
},
"browserslist": [
"last 2 versions",
"IE 11",
"> 1%"
],
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/runtime-corejs2": "^7.5.5",
"@fonticonpicker/react-fonticonpicker": "^1.1.0",
"@wordpress/babel-preset-default": "^4.1.0",
"autoprefixer": "^9.6.1",
"babel-loader": "^8.0.5",
"babel-plugin-transform-react-jsx": "^6.24.1",
"classnames": "^2.2.6",
"cross-env": "^5.2.0",
"css-loader": "^1.0.0",
"extract-loader": "^3.1.0",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^2.0.0",
"glob": "^7.1.6",
"gradient-parser": "^0.1.5",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-concat": "^2.6.1",
"gulp-clean-css": "^4.3.0",
"gulp-clone": "^2.0.1",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^2.0.0",
"gulp-rtlcss": "2.0.0",
"gulp-sass": "^4.1.0",
"hex-to-rgb": "^1.0.1",
"lodash-move": "^1.1.1",
"memize": "^1.0.5",
"merge-stream": "^2.0.0",
"node-sass": "^4.14.0",
"postcss-loader": "^3.0.0",
"prop-types": "^15.7.2",
"raw-loader": "^0.5.1",
"react-transition-group": "^2.6.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.0",
"webpack": "^3.12.0",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-rtl-plugin": "1.8.2"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.7.2",
"@wordpress/element": "^2.3.0",
"@wordpress/hooks": "^2.11.0",
"@wordpress/i18n": "^3.3.0",
"tippy.js": "^6.2.3"
}
}