forked from PrestaShop/hummingbird
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.96 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
{
"name": "prestashop-classic-dev-tools",
"version": "1.0.0",
"description": "Tools to help while developing the Classic theme",
"main": "index.js",
"scripts": {
"build": "NODE_ENV=production webpack --progress --colors --debug --display-chunks",
"watch": "webpack --progress --colors --debug --display-chunks --watch",
"scss-lint": "stylelint \"**/*.scss\" --formatter verbose",
"scss-fix": "stylelint \"**/*.scss\" --fix",
"lint": "eslint -c .eslintrc.js --ext .js,.vue ./js",
"lint-fix": "eslint -c .eslintrc.js --ext .js,.vue ./js --fix"
},
"author": "PrestaShop",
"license": "AFL-3.0",
"devDependencies": {
"@babel/core": "^7.14.5",
"@types/jquery": "^3.5.6",
"@types/swiper": "^5.4.2",
"autoprefixer": "^6.7.7",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.2.2",
"bootstrap": "5.0.1",
"bootstrap-touchspin": "^4.3.0",
"bourbon": "^7.0.0",
"css-loader": "^5.2.5",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-prestashop": "0.1.0",
"eslint-import-resolver-webpack": "^0.12.1",
"eslint-plugin-html": "^6.0.0",
"eslint-plugin-import": "^2.20.0",
"expose-loader": "^0.7.5",
"file-loader": "^6.2.0",
"flexibility": "^1.0.5",
"jquery": "^3.5.1",
"jquery-touchswipe": "^1.6",
"jquery.browser": "^0.1.0",
"manrope": "^2.0.0",
"material-design-icons-iconfont": "^5.0.1",
"mini-css-extract-plugin": "^1.6.0",
"node-sass": "^5.0.0",
"postcss-flexibility": "^1.0.2",
"postcss-loader": "^3.0.0",
"sass-loader": "^12.1.0",
"style-loader": "^0.14.0",
"stylelint": "^12.0.0",
"stylelint-config-prestashop": "^1.0.5",
"tether": "^1.1.1",
"ts-loader": "^9.2.3",
"typescript": "^4.3.3",
"uglifyjs-webpack-plugin": "^2.2.0",
"velocity-animate": "^1.2.3",
"webpack": "^5.36.2",
"webpack-cli": "^3.3.10",
"webpack-sources": "^0.1.0"
},
"dependencies": {
"@popperjs/core": "^2.9.2"
}
}