-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
33 lines (32 loc) · 998 Bytes
/
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
{
"scripts": {
"frontend:watch": "npx webpack --watch",
"frontend:watch:server": "npx webpack-dev-server",
"backend:php:debug": "cd backend/inewlegend/php; php -S localhost:8081",
"backend:nestjs:debug": "cd backend/underyourskin/nestjs; npm run start:debug",
"postinstall": "cd backend/underyourskin/nestjs; npm i"
},
"dependencies": {
"@appsflow/core": "^0.0.0-alpha.1",
"@appsflow/mvc": "0.0.0-alpha.7",
"@babel/plugin-transform-react-jsx": "^7.17.3",
"install": "^0.13.0",
"regenerator-runtime": "^0.13.9"
},
"devDependencies": {
"@babel/core": "^7.17.10",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/preset-env": "^7.17.10",
"@babel/preset-typescript": "^7.16.7",
"@webpack-cli/serve": "^1.6.1",
"babel-loader": "^8.2.5",
"css-loader": "^3.4.2",
"ssri": "^9.0.0",
"style-loader": "^1.1.3",
"ts-loader": "^9.3.0",
"typescript": "^4.6.4",
"webpack": "^5.76.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.10.0"
}
}