generated from staticwebdev/mongoose-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.01 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
{
"dependencies": {
"@reduxjs/toolkit": "^1.8.1",
"ajv": "^8.11.0",
"axios": "^0.27.2",
"ci": "^2.2.0",
"playwright": "^1.23.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-redux": "^8.0.1",
"react-scripts": "^5.0.1",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "swa start http://localhost:3000 --api-location ./api --run 'react-scripts start'",
"dev": "swa start http://localhost:3000 --api-location ./api --run 'react-scripts start'",
"dev:install": "npm install && cd api && npm install && func init --language javascript --worker-runtime node",
"build": "react-scripts build",
"playwright_test": "playwright test"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@azure/static-web-apps-cli": "^1.0.1",
"@playwright/test": "^1.23.0"
}
}