-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
84 lines (84 loc) · 3.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
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "themeisle-companion",
"version": "2.10.41",
"description": "Orbit Fox",
"repository": {
"type": "git",
"url": "git+https://github.com/Codeinwp/themeisle-companion.git"
},
"keywords": [
"wordpress-plugin"
],
"textdomain": "themeisle-companion",
"author": "ThemeIsle <[email protected]>",
"license": "GPL-2.0+",
"category": "plugins",
"bugs": {
"url": "https://github.com/Codeinwp/themeisle-companion/issues"
},
"pot": {
"reportmsgidbugsto": "https://github.com/Codeinwp/themeisle-companion/issues",
"languageteam": "Themeisle Translate <[email protected]>",
"lasttranslator": "Themeisle Translate Team <[email protected]>"
},
"scripts": {
"release": "npx semantic-release",
"start": "npm-run-all --parallel start:*",
"start:stock": "webpack --watch --mode development --config my-stock.webpack.config.js",
"start:dash": "wp-scripts start dashboard/src/dashboard.js --output-path=dashboard/build --config dash.webpack.config.js",
"start:template": "wp-scripts start obfx_modules/template-directory/src/template-directory.js --output-path=obfx_modules/template-directory/js --config dash.webpack.config.js",
"i18n": "grunt i18n",
"dist": "bash bin/dist.sh",
"build": "npm-run-all build:*",
"build:dash": "wp-scripts build dashboard/src/dashboard.js --output-path=dashboard/build --config dash.webpack.config.js",
"build:template": "wp-scripts build obfx_modules/template-directory/src/template-directory.js --output-path=obfx_modules/template-directory/js --config dash.webpack.config.js",
"build:stock": "webpack --mode production --config my-stock.webpack.config.js"
},
"devDependencies": {
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/exec": "^5.0.0",
"@semantic-release/git": "^9.0.0",
"@wordpress/block-editor": "^7.0.0",
"@wordpress/components": "^15.0.0",
"@wordpress/element": "^4.0.0",
"@wordpress/eslint-plugin": "^9.1.0",
"@wordpress/hooks": "^3.2.0",
"@wordpress/i18n": "^4.2.1",
"@wordpress/scripts": "^17.1.0",
"babel-core": "^6.25.0",
"babel-loader": "^8.2.2",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"conventional-changelog-simple-preset": "^1.0.15",
"css-loader": "^6.2.0",
"eslint": "^7.32.0",
"eslint-plugin-prettier": "^4.0.0",
"grunt": "^1.3.0",
"grunt-version": "^2.0.0",
"grunt-wp-i18n": "^1.0.3",
"grunt-wp-readme-to-markdown": "^2.0.1",
"lodash": "^4.17.21",
"npm-run-all": "^4.1.5",
"prettier": "^2.3.2",
"replace-in-file": "^6.2.0",
"sass-loader": "^12.1.0",
"semantic-release": "^17.4.2",
"style-loader": "^3.2.1",
"webpack": "^4.44.0",
"webpack-cli": "^3.3.12"
},
"dependencies": {
"@babel/core": "^7.13.15",
"@babel/preset-env": "^7.13.15",
"@babel/preset-react": "^7.13.13",
"buffer": "^6.0.3",
"classnames": "^2.3.1",
"flickr-sdk": "^3.10.0",
"node-fetch": "^2.6.1",
"querystring": "^0.2.1",
"stream": "0.0.2",
"timers": "^0.1.1"
}
}