-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
49 lines (49 loc) · 1.2 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
{
"name": "w4os",
"version": "2.9.3",
"description": "WordPress interface for OpenSimulator (w4os)",
"main": "webpack.config.js",
"scripts": {
"build": "wp-scripts build",
"start": "wp-scripts start",
"format": "wp-scripts format",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"packages-update": "wp-scripts packages-update",
"plugin-zip": "wp-scripts plugin-zip",
"php-loader": "^0.2.0",
"grunt": "grunt default",
"readme": "grunt readme",
"i18n": "grunt i18n"
},
"devDependencies": {
"grunt": "^1.6.1",
"grunt-contrib-concat": "^2.1.0",
"grunt-text-replace": "^0.4.0",
"grunt-wp-i18n": "^1.0.3",
"grunt-wp-readme-to-markdown": "^2.1.0",
"@wordpress/scripts": "^28.5.0",
"copy-webpack-plugin": "^11.0.0",
"react-refresh": "^0.14.0",
"webpack-cli": "^5.1.4"
},
"repository": {
"type": "git",
"url": "https://github.com/GuduleLapointe/w4os"
},
"keywords": [
"OpenSimulator",
"Second",
"Life",
"metaverse",
"avatar",
"web",
"interface",
"grids",
"standalone",
"hypergrid",
"3D"
],
"author": "Speculoos World",
"license": "AGPL-3.0-or-later"
}