forked from sethgitner/simple-author-box
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.32 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
{
"name": "simple-author-box",
"main": "Gruntfile.js",
"version": "2.2.0",
"author": "Macho Themes",
"license": "GPL v3",
"repository": "https://github.com/machothemes/simple-author-box.git",
"scripts": {
"build": "webpack",
"watch": "webpack --watch",
"production": "cross-env NODE_ENV=production webpack"
},
"devDependencies": {
"autoprefixer": "^6.7.5",
"babel-core": "^6.23.1",
"babel-loader": "^6.3.2",
"babel-preset-es2015": "^6.13.2",
"babel-preset-react": "^6.24.1",
"browser-sync": "^2.18.8",
"browser-sync-webpack-plugin": "^1.1.4",
"classnames": "^2.2.6",
"cross-env": "^3.1.4",
"css-entry-webpack-plugin": "^1.0.0-beta.4",
"css-loader": "^0.26.2",
"cssnano": "^3.10.0",
"extract-text-webpack-plugin": "^2.0.0",
"grunt": "^1.0.3",
"grunt-checktextdomain": "^1.0.0",
"grunt-cli": "~1.3.2",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-compress": "^1.4.3",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-wp-i18n": "^1.0.2",
"load-grunt-tasks": "^4.0.0",
"node-sass": "^4.5.0",
"optimize-css-assets-webpack-plugin": "^1.3.0",
"postcss-loader": "^1.3.2",
"sass-loader": "^6.0.2",
"style-loader": "^0.13.2",
"webpack": "^2.2.1"
},
"dependencies": {
"npm": "^6.5.0"
}
}