-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.36 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
{
"name": "specters.io",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"@geckos.io/client": "^1.7.1",
"@geckos.io/server": "^1.7.1",
"@geckos.io/snapshot-interpolation": "^1.0.2",
"@geckos.io/typed-array-buffer-schema": "^1.0.2",
"concurrently": "^8.2.2",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"howler": "^2.2.1",
"nanoid": "^3.1.20",
"nodemon": "^3.1.4"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/preset-env": "^7.12.7",
"babel-loader": "^8.2.2",
"css-minimizer-webpack-plugin": "^1.2.0",
"html-webpack-plugin": "^5.0.0-alpha.14",
"mini-css-extract-plugin": "^1.3.4",
"optimize-css-assets-webpack-plugin": "^5.0.4",
"webpack": "^5.9.0",
"webpack-cli": "^4.2.0",
"webpack-dev-server": "^3.11.0"
},
"scripts": {
"build": "npx webpack --config webpack.prod.js",
"deploy": "npm run build && pm2 reload app",
"dev": "concurrently \"npx webpack --watch --config webpack.dev.js\" \"npm start\"",
"start": "nodemon ./server/app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Briuor/specters.io.git"
},
"author": "Briuor",
"license": "ISC",
"bugs": {
"url": "https://github.com/Briuor/specters.io/issues"
},
"homepage": "https://github.com/Briuor/specters.io#readme"
}