-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.44 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.44 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
{
"name": "csgo-demo-recorder",
"version": "1.0.0",
"main": "src/index.js",
"scripts": {
"dev-start": "npm run dev && npm run debug",
"dev": "npm run development",
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"prod-start": "npm run prod && npm run start",
"prod": "npm run prod",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"start": "node -r dotenv/config build/index.js",
"debug": "node --trace-warnings -r dotenv/config build/index.js"
},
"dependencies": {
"axios": "^0.19.2",
"chalk": "^4.0.0",
"cli-progress": "^2.1.1",
"demofile": "^1.3.1",
"dotenv": "^8.2.0",
"ejs": "^3.1.2",
"fluent-ffmpeg": "^2.1.2",
"lodash": "^4.17.15",
"log-update": "^4.0.0",
"minio": "^7.0.16",
"pretty-error": "2.2.0-rc.1",
"rimraf": "^2.7.1"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.0",
"@babel/plugin-transform-runtime": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"laravel-mix": "^5.0.4",
"vue-template-compiler": "^2.6.11",
"webpack-node-externals": "^1.7.2"
}
}