-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
40 lines (40 loc) · 1.14 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
38
39
40
{
"name": "root",
"private": true,
"devDependencies": {
"@babel/core": "^7.19.6",
"@babel/polyfill": "^7.8.7",
"@babel/preset-env": "^7.19.4",
"babel-cli": "^6.26.0",
"babel-loader": "^8.2.5",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^3.5.3",
"del": "^5.1.0",
"editorconfig": "^0.15.3",
"eslint": "^7.1.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.20.0",
"extract-loader": "^5.0.1",
"file-loader": "^6.0.0",
"html-loader": "^0.5.5",
"lerna": "^3.22.1",
"node-polyfill-webpack-plugin": "^2.0.1",
"node-sass": "^7.0.3",
"npm-check-updates": "^6.0.1",
"ramda": "^0.27.0",
"sass-loader": "^13.1.0",
"style-loader": "^1.2.1",
"url-loader": "^4.1.0",
"webpack": "^5.74.0",
"webpack-bundle-analyzer": "^4.7.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.11.1"
},
"scripts": {
"bootstrap": "lerna bootstrap",
"watch:standalone": "lerna run watch:standalone --stream",
"watch:server": "lerna run watch:server --stream"
}
}