ruffle/web/package.json

45 lines
1.6 KiB
JSON

{
"name": "ruffle",
"version": "0.1.0",
"description": "Root project of ruffle web",
"license": "(MIT OR Apache-2.0)",
"private": true,
"devDependencies": {
"@wasm-tool/wasm-pack-plugin": "^1.3.1",
"@wdio/local-runner": "^6.1.12",
"@wdio/mocha-framework": "^6.1.8",
"@wdio/spec-reporter": "^6.1.12",
"@wdio/static-server-service": "^6.0.16",
"@wdio/sync": "^6.1.8",
"@wdio/cli": "^6.1.12",
"archiver": "^5.0.0",
"babel-eslint": "^10.1.0",
"chai": "^4.2.0",
"chai-html": "^1.3.0",
"chromedriver": "^85.0.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^6.0.1",
"eslint": "^7.0.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.3",
"html-webpack-plugin": "^4.3.0",
"lerna": "^3.22.1",
"mocha": "^8.0.1",
"prettier": "^2.0.5",
"sign-addon": "^3.0.0",
"temp-dir": "^2.0.0",
"wdio-chromedriver-service": "^6.0.3",
"webpack": "^5.1.3"
},
"scripts": {
"bootstrap": "npm install && lerna bootstrap --hoist",
"build": "lerna run build --stream",
"buildProduction": "lerna run build --stream -- --mode=production",
"build:avm_debug": "lerna run build --stream -- -- --env.features=avm_debug",
"demo": "lerna run --scope ruffle-demo serve --stream",
"test": "lerna run test --stream",
"format": "eslint . --fix && prettier . --write",
"format:check": "eslint ."
}
}