-
Notifications
You must be signed in to change notification settings - Fork 319
/
package.json
152 lines (152 loc) · 4.48 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
{
"name": "nunu-studio",
"description": "nunuStudio is a web based game engine for 3D and 2D game development with support for VR and AR",
"main": "index.html",
"version": "0.98.41",
"author": "Tentone",
"license": "MIT",
"homepage": "https://www.nunustudio.org",
"directories": {
"doc": "docs"
},
"scripts": {
"start-page": "cd ./source/page && npm run start",
"start": "webpack-dev-server --open --hot --config webpack.dev.js",
"start-https": "webpack-dev-server --open --hot --inline --host 0.0.0.0 --https --config webpack.dev.js",
"start-docker": "http-server ./docs/editor -p 8081 --cors -o",
"start-nwjs": "webpack --config webpack.dev.js && run --with-ffmpeg --mirror https://dl.nwjs.io/ ./docs/editor",
"serve": "http-server . -p 8081 --cors -o",
"docs-jsdoc": "jsdoc -d jsdocs -r ./source/core",
"docs": "yuidoc -o ./docs/docs -N -C -t ./source/theme-docs -x lib ./source/core/",
"pub": "npm publish --access public .",
"lint": "eslint --ext .js source/editor source/core",
"lint-fix": "eslint --ext .js --fix source/core source/editor",
"build": "npm version --no-commit-hooks patch && npm run build-runtime && npm run build-page",
"build-page": "cd ./source/page && npm run build && cd ../.. && npm run docs && npm run build-editor",
"build-runtime": "webpack --config webpack.runtime.js",
"build-editor": "webpack --config webpack.prod.js",
"build-nwjs-win": "build --mirror https://dl.nwjs.io/ --concurrent --with-ffmpeg --tasks win-x64 ./build/editor/",
"build-nwjs": "build --mirror https://dl.nwjs.io/ --concurrent --with-ffmpeg --tasks win-x64,mac-x64,linux-x64 ./build/editor/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tentone/nunuStudio.git"
},
"keywords": [
"webgl",
"3d",
"gamedev",
"webvr",
"webxr"
],
"bugs": {
"url": "https://github.com/tentone/nunuStudio/issues"
},
"dependencies": {
"@as-com/pson": "3.0.1",
"@esotericsoftware/spine-core": "4.0.14",
"@esotericsoftware/spine-threejs": "4.0.14",
"@tweenjs/tween.js": "18.6.4",
"brython": "3.9.0",
"cannon-es": "0.9.1",
"codemirror": "5.64.0",
"draco3d": "1.3.6",
"draco3dgltf": "1.3.6",
"escher.js": "0.1.15",
"glsl-editor": "1.0.0",
"iterator-result": "1.0.0",
"jshint": "2.12.0",
"jszip": "3.7.1",
"math-ds": "1.2.1",
"sparse-octree": "6.1.0",
"tern": "0.24.3",
"three": "0.119.0",
"three-bmfont-text": "3.0.1",
"three-to-cannon": "3.1.0",
"troika-three-text": "0.44.0"
},
"devDependencies": {
"ajv": "8.12.0",
"@babel/core": "7.21.3",
"@babel/plugin-transform-classes": "7.21.0",
"@babel/preset-env": "7.20.2",
"@shoutem/webpack-prepend-append": "1.0.1",
"@types/node": "18.15.5",
"@types/webpack": "5.28.0",
"acorn": "7.4.0",
"babel-loader": "9.1.2",
"babel-polyfill": "6.26.0",
"copy-webpack-plugin": "11.0.0",
"cordova": "9.0.0",
"css-loader": "6.7.3",
"eslint": "7.7.0",
"eslint-plugin-import": "2.22.0",
"eslint-plugin-jsdoc": "30.2.4",
"git-revision-webpack-plugin": "5.0.0",
"html-webpack-plugin": "5.5.0",
"http-server": "14.1.1",
"jsdoc": "3.6.6",
"nwjs-builder-phoenix": "1.15.0",
"raw-loader": "4.0.2",
"style-loader": "3.3.2",
"uglifyjs-webpack-plugin": "2.2.0",
"webpack": "5.76.2",
"webpack-cleanup-plugin": "0.5.1",
"webpack-cli": "5.0.1",
"webpack-dev-server": "4.13.1",
"webpack-merge": "5.8.0",
"webpack-merge-and-include-globally": "2.3.4",
"webpack-node-externals": "3.0.0",
"yuidocjs": "0.10.2"
},
"js-flags": "--stack-size 65500",
"chromium-args": "--ignore-gpu-blacklist --disable-raf-throttling --enable-gpu-async-worker-context",
"window": {
"icon": "files/icon.ico",
"frame": true,
"width": 1280,
"height": 720,
"min_width": 800,
"min_height": 600,
"show_in_taskbar": true
},
"webkit": {
"plugin": false,
"double_tap_to_zoom_enabled": false
},
"build": {
"nwVersion": "0.51.2",
"appId": "io.tentone.nunustudio",
"output": "./build/desktop/",
"outputPattern": "${NAME}_${VERSION}_${PLATFORM}_${ARCH}",
"ffmpegIntegration": false,
"packed": false,
"nwFlavor": "sdk",
"targets": [
"zip"
],
"excludes": [
"node_modules",
"package-lock.json"
],
"strippedProperties": [
"scripts",
"dependencies",
"devDependencies",
"build"
],
"win": {
"productName": "nunuStudio",
"companyName": "tentone",
"copyright": "MIT",
"icon": "files/icon.ico",
"versionStrings": {}
},
"mac": {
"name": "nunuStudio",
"displayName": "nunuStudio",
"companyName": "tentone",
"copyright": "MIT"
}
}
}