-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.98 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "tb_megamenu",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"webpack": "webpack --watch --config ./webpack/webpack.dev.js",
"build": "webpack --config ./webpack/webpack.prod.js",
"develop": "concurrently --raw \"npm run webpack\"",
"format": "prettier --write \"**/*.{js,yml,scss,md}\"",
"lint-staged": "lint-staged",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@babel/core": "^7.12.3",
"@babel/preset-env": "^7.12.1",
"autoprefixer": "^10.0.2",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.2.1",
"babel-preset-minify": "^0.5.0",
"breakpoint-sass": "^2.7.1",
"clean-webpack-plugin": "^3.0.0",
"concurrently": "^5.3.0",
"css-loader": "^5.0.1",
"eslint": "^7.13.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"file-loader": "^6.2.0",
"fs": "^0.0.1-security",
"glob": "^7.1.4",
"imagemin-webpack-plugin": "^2.4.2",
"js-yaml-loader": "^1.2.2",
"mini-css-extract-plugin": "^1.3.0",
"node-sass": "^5.0.0",
"node-sass-glob-importer": "^5.3.2",
"normalize.css": "^8.0.1",
"postcss": "^8.1.7",
"postcss-custom-properties": "^10.0.0",
"postcss-loader": "^4.0.4",
"ramda": "^0.27.1",
"remove-files-webpack-plugin": "^1.4.5",
"sass-loader": "^10.1.0",
"style-loader": "^2.0.0",
"stylelint": "^13.7.2",
"stylelint-config-prettier": "^8.0.1",
"stylelint-config-standard": "^20.0.0",
"stylelint-webpack-plugin": "^2.1.1",
"webpack": "4.44.2",
"webpack-cli": "^4.2.0",
"webpack-merge": "^5.3.0"
},
"devDependencies": {
"core-js": "3.7.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.1.3",
"husky": "^4.2.5",
"jest": "^26.6.3",
"lint-staged": "^10.5.1",
"open-cli": "^6.0.1",
"prettier": "2.1.2"
}
}