-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
31 lines (31 loc) · 964 Bytes
/
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
{
"name": "smart-media",
"private": true,
"description": "A smarter media library for WordPress",
"repository": "https://github.com/humanmade/smart-media",
"scripts": {
"build": "NODE_ENV=production webpack --config .config/webpack.config.js",
"start": "NODE_ENV=development webpack --watch --config .config/webpack.config.js"
},
"author": "Human Made Limited",
"license": "GPL-3.0",
"devDependencies": {
"@babel/core": "^7.11.1",
"@babel/plugin-proposal-object-rest-spread": "^7.11.0",
"@babel/polyfill": "^7.10.4",
"@babel/preset-env": "^7.11.0",
"babel-loader": "^8.1.0",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^3.6.0",
"node-sass": "^4.14.1",
"sass-loader": "^7.3.1",
"style-loader": "^1.2.1",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0",
"webpack-manifest-plugin": "^2.2.0"
},
"dependencies": {
"smartcrop": "^2.0.3"
}
}