-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 935 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 935 Bytes
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": "wp_zero_theme",
"version": "1.0.0",
"description": "WordPress starter theme",
"main": "index.js",
"repository": "git@github.com:choogoor/wp_zero_theme.git",
"author": "Aleksandar Cugurovic <choogoor@gmail.com>",
"license": "MIT",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "webpack --watch"
},
"dependencies": {
"@babel/cli": "^7.7.x",
"@babel/core": "7.7.x",
"@babel/plugin-proposal-class-properties": "^7.7.x",
"@babel/preset-env": "7.7.x",
"autoprefixer": "^10.0.0",
"babel-loader": "^8.1.0",
"css-loader": "^4.3.0",
"file-loader": "^6.1.0",
"mini-css-extract-plugin": "^0.11.2",
"node-sass": "^4.14.1",
"optimize-css-assets-webpack-plugin": "^5.0.4",
"postcss-loader": "^4.0.2",
"sass-loader": "^10.0.2",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "4.41.x",
"webpack-cli": "^3.3.12"
}
}