mirror of
https://github.com/w-okada/voice-changer.git
synced 2025-01-23 13:35:12 +03:00
Add some dev dependencies for win
This commit is contained in:
parent
80b9acc712
commit
2c881479ed
9455
client/demo/package-lock.json
generated
9455
client/demo/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -4,7 +4,7 @@
|
||||
"description": "",
|
||||
"main": ".eslintrc.js",
|
||||
"scripts": {
|
||||
"clean": "rimraf dist/*",
|
||||
"clean": "rimraf dist/",
|
||||
"webpack:prod": "npx webpack --config webpack.prod.js",
|
||||
"webpack:dev": "npx webpack --config webpack.dev.js",
|
||||
"build:prod": "npm-run-all clean webpack:prod",
|
||||
@ -19,6 +19,7 @@
|
||||
"author": "wataru.okada@flect.co.jp",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.21.8",
|
||||
"@babel/plugin-transform-runtime": "^7.21.4",
|
||||
"@babel/preset-env": "^7.21.5",
|
||||
"@babel/preset-react": "^7.18.6",
|
||||
|
6396
client/lib/package-lock.json
generated
6396
client/lib/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -7,12 +7,12 @@
|
||||
"lib": "lib"
|
||||
},
|
||||
"scripts": {
|
||||
"clean:worklet": "rimraf worklet/dist/*",
|
||||
"clean:worklet": "rimraf worklet/dist/",
|
||||
"webpack:worklet:dev": "webpack --config webpack.worklet.dev.js",
|
||||
"webpack:worklet:prod": "webpack --config webpack.worklet.prod.js",
|
||||
"build:worklet:dev": "npm-run-all clean:worklet webpack:worklet:dev",
|
||||
"build:worklet:prod": "npm-run-all clean:worklet webpack:worklet:prod",
|
||||
"clean": "rimraf dist/*",
|
||||
"clean": "rimraf dist/",
|
||||
"webpack:dev": "webpack --config webpack.dev.js",
|
||||
"webpack:prod": "webpack --config webpack.prod.js",
|
||||
"build:dev": "npm-run-all build:worklet:dev clean webpack:dev",
|
||||
|
Loading…
Reference in New Issue
Block a user