-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 854 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 854 Bytes
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
{
"dependencies": {
"concurrently": "^7.2.2",
"framer-motion": "^5.6.0",
"html-webpack-plugin": "^5.5.0",
"serve": "^13.0.2",
"update": "^0.7.4"
},
"name": "tesi-mf",
"devDependencies": {
"prettier": "^2.7.1",
"prettier-eslint": "^15.0.1",
"@typescript-eslint/eslint-plugin": "^5.30.0",
"@typescript-eslint/parser": "^5.30.0",
"eslint": "^8.18.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.0",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"lerna": "^5.0.0",
"ts-loader": "^8.0.11",
"webpack": "^5.70.0",
"webpack-cli": "^4.2.0",
"webpack-dev-server": "^4.7.4"
},
"scripts": {
"start-modules": "npx lerna run start --parallel",
"start": "npm run start-modules"
}
}