-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.63 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.63 KB
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
{
"name": "dark",
"version": "1.0.0",
"description": "Star Wars: Dark Forces remake",
"main": "index.js",
"scripts": {
"start": "cross-env NODE_ENV=development webpack-dev-server",
"build": "cross-env NODE_ENV=production webpack",
"neocities": "node neocities.js",
"docs": "jsdoc -c .jsdocrc.json",
"docs:serve": "serve dist/docs",
"test": "mocha --require chai/register-expect --require @babel/register --recursive 'src/**/*.spec.js'"
},
"keywords": [
"dark",
"forces",
"star",
"wars"
],
"author": "AzazelN28 <asakon28@gmail.com>",
"license": "GPL-3.0-or-later",
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-transform-runtime": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@babel/register": "^7.9.0",
"babel-loader": "^8.1.0",
"babel-plugin-groundskeeper-willie": "^1.3.2",
"babel-plugin-module-resolver": "^4.0.0",
"chai": "^4.2.0",
"commander": "^5.1.0",
"copy-webpack-plugin": "^6.0.1",
"cross-env": "^7.0.2",
"dotenv": "^8.2.0",
"eslint": "^6.8.0",
"file-loader": "^6.0.0",
"glob": "^7.1.6",
"glsl-shader-loader": "^0.1.6",
"html-webpack-plugin": "^4.3.0",
"jsdoc": "^3.6.4",
"minami": "^1.2.3",
"mocha": "^7.1.1",
"neocities": "0.0.3",
"serve": "^11.3.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0",
"worker-loader": "^2.0.0"
},
"dependencies": {
"@babel/runtime": "^7.9.2",
"earcut": "^2.2.2",
"freepats": "^1.0.2",
"gl-matrix": "^3.3.0",
"timidity": "^1.2.1",
"utils": "^0.3.1",
"xmlhttprequest": "^1.8.0"
}
}