-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 863 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
{
"name": "t900_sky",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"npminstfront": "cd front && npm install",
"npminstback": "cd back && npm install",
"npminst": "npm install",
"clientdev": "cd front && npm run start",
"serverdev": "cd back && npm run dev",
"serverCompiled": "",
"dev": "concurrently \"npm run clientdev\" \"npm run serverdev\"",
"inst": "concurrently \"npm run npminstfront\" \"npm run npminstback\" \"npm run npminst\""
},
"author": "",
"license": "ISC",
"devDependencies": {
"@reduxjs/toolkit": "^2.0.1",
"concurrently": "8.2.0",
"eslint": "^8.2.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0"
}
}