-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.4 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
{
"name": "modula-envira-migrator",
"main": "Gruntfile.js",
"version": "1.0.0",
"author": "Macho Themes",
"license": "GPL v3",
"repository": "https://github.com/wpchill/modula-envira-migrator.git",
"scripts": {
"build": "webpack",
"watch": "webpack --watch",
"production": "cross-env NODE_ENV=production webpack"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"autoprefixer": "^6.7.5",
"babel-loader": "^8.0.0",
"browser-sync": "^2.26.7",
"browser-sync-webpack-plugin": "^2.2.2",
"classnames": "^2.2.6",
"cross-env": "^6.0.0",
"css-entry-webpack-plugin": "^1.0.0-beta.4",
"css-loader": "^3.2.0",
"cssnano": "^4.1.10",
"grunt": "^1.0.4",
"grunt-checktextdomain": "^1.0.1",
"grunt-cli": "^1.3.2",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-compress": "^1.5.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-wp-i18n": "^1.0.3",
"load-grunt-tasks": "^5.1.0",
"mini-css-extract-plugin": "^1.3.4",
"node-sass": "^6.0.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"postcss-loader": "^3.0.0",
"sass-loader": "^8.0.0",
"style-loader": "^1.0.0",
"webpack": "^4.40.2",
"webpack-cli": "^4.6.0"
},
"dependencies": {
"npm": "^6.11.3"
}
}