-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.24 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
{
"name": "material_base",
"version": "2.0.0",
"description": "Drupal theme.",
"author": "iamdroid",
"license": "ISC",
"devDependencies": {
"eslint": "^8.20.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^2.7.1"
},
"scripts": {
"build": "NODE_ENV=production webpack",
"develop": "webpack --watch"
},
"dependencies": {
"@babel/core": "^7.18.9",
"@babel/preset-env": "^7.18.9",
"@material-icons/svg": "^1.0.31",
"autoprefixer": "^10.4.8",
"babel-loader": "^8.2.5",
"css-loader": "^6.7.1",
"extract-loader": "^5.1.0",
"file-loader": "^6.2.0",
"flexboxgrid-sass": "github:i-amdroid/flexboxgrid-sass",
"image-webpack-loader": "^8.1.0",
"material-components-web": "^14.0.0",
"mini-css-extract-plugin": "^2.6.1",
"postcss-loader": "^7.0.1",
"sass": "^1.54.0",
"sass-loader": "^13.0.2",
"suppress-chunks-webpack-plugin": "^1.0.6",
"svg-sprite-loader": "^6.0.11",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
}
}