-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.26 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
41
42
43
44
45
{
"scripts": {
"start": "webpack server"
},
"dependencies": {
"classnames": "^2.2.6",
"dateformat": "^5.0.0",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@babel/core": "^7.7.7",
"@babel/preset-env": "^7.7.7",
"@babel/preset-react": "^7.7.4",
"babel-loader": "^9.0.0",
"bulma": "^1.0.0",
"css-loader": "^7.0.0",
"eslint": "^8.0.0",
"eslint-config-airbnb": "^19.0.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.17.0",
"eslint-plugin-react-hooks": "^5.0.0",
"html-loader": "^5.0.0",
"html-webpack-plugin": "^5.3.2",
"js-yaml-loader": "^1.2.2",
"mini-css-extract-plugin": "^2.2.0",
"postcss": "^8.4.39",
"prettier": "^3.0.0",
"sass": "^1.38.1",
"sass-loader": "^16.0.0",
"style-loader": "^4.0.0",
"stylelint": "^16.0.0",
"stylelint-config-recommended-scss": "^14.0.0",
"stylelint-config-sass-guidelines": "^12.0.0",
"stylelint-order": "^6.0.0",
"stylelint-prettier": "^5.0.0",
"stylelint-scss": "^6.0.0",
"webpack": "^5.51.1",
"webpack-cli": "^6.0.0",
"webpack-dev-server": "^5.0.0"
},
"packageManager": "[email protected]"
}