forked from sovware/directorist
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 2.1 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
67
68
69
70
71
{
"name": "directorist-business-directory-plugin",
"version": "7.0.4",
"description": "A comprehensive solution to create professional looking directory site of any kind. Like Yelp, Foursquare, etc.",
"main": "index.js",
"scripts": {
"dev": "webpack --config webpack.dev.js",
"dev-vue": "webpack --config webpack.dev.vue.js",
"prod": "node pot.js && webpack --config webpack.prod.js",
"blocks:build": "wp-scripts build ./includes/gutenberg/index.js --output-path=includes/gutenberg/assets"
},
"repository": {
"type": "git",
"url": "https://github.com/sovware/directorist"
},
"author": "wpWax",
"license": "GPL-2.0+",
"homepage": "https://github.com/sovware/directorist",
"dependencies": {
"@wordpress/icons": "^4.0.1",
"axios": "^0.21.1",
"dom-scroll-into-view": "^2.0.1",
"lodash": "^4.17.20",
"node-sass": "^7.0.1",
"vue": "^2.6.11",
"vue-multiselect": "^2.1.6",
"vue-native-color-picker": "^1.1.3",
"vue-slide-up-down": "^2.0.1",
"vuex": "^3.5.1",
"webpack-rtl-plugin": "^2.0.0"
},
"devDependencies": {
"@babel/core": "^7.10.5",
"@babel/preset-env": "^7.10.4",
"@wordpress/babel-preset-default": "^5.0.0",
"@wordpress/dependency-extraction-webpack-plugin": "^3.0.0",
"@wordpress/scripts": "^16.1.2",
"autoprefixer": "^9.8.5",
"babel-loader": "^8.1.0",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^3.6.0",
"file-loader": "^6.0.0",
"filemanager-webpack-plugin": "^5.0.0",
"mini-css-extract-plugin": "^0.9.0",
"postcss-loader": "^3.0.0",
"resolve-url-loader": "^3.1.2",
"sass": "^1.29.0",
"sass-loader": "^9.0.2",
"style-loader": "^1.2.1",
"typescript": "^3.9.7",
"vue-loader": "^15.9.3",
"vue-template-compiler": "^2.6.11",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^5.0.9",
"wp-pot": "^1.9.8"
},
"engines": {
"node": "16.13.2",
"npm": "8.1.2"
},
"browserslist": [
"defaults",
"not ie < 11",
"last 2 versions",
"> 1%",
"iOS 7",
"last 3 iOS versions"
]
}