forked from PrestaShop/prestashop-ui-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 2.04 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
67
68
69
{
"name": "prestakit",
"version": "1.2.3",
"description": "Prestashop UI Kit integration",
"repository": {
"type": "git",
"url": "https://github.com/PrestaShop/prestashop-ui-kit.git"
},
"keywords": [
"prestashop",
"uikit"
],
"scripts": {
"watch": "webpack -w --progress --debug",
"build": "NODE_ENV=production webpack --progress --debug",
"scss-lint": "stylelint \"**/*.scss\"",
"scss-fix": "stylelint \"**/*.scss\" --fix",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"author": "PrestaShop",
"license": "OSL-3.0",
"bugs": {
"url": "https://github.com/PrestaShop/prestashop-ui-kit/issues"
},
"dependencies": {
"jquery.growl": "^1.3.5",
"bootstrap": "^4.4.1",
"material-design-icons-iconfont": "^6.1.0",
"select2": "^4.0.5",
"select2-bootstrap-theme": "0.1.0-beta.10",
"open-sans-fonts": "^1.6.2"
},
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.12.3",
"@babel/preset-env": "^7.12.1",
"@storybook/addon-a11y": "^6.2.8",
"@storybook/addon-essentials": "^6.2.8",
"@storybook/addon-links": "^6.2.8",
"@storybook/html": "^6.2.8",
"babel-loader": "^8.1.0",
"babel-plugin-transform-es2015-modules-strip": "^0.1.1",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"chromatic": "^5.2.0",
"core-js": "^2.6.11",
"css-loader": "^0.28.11",
"expose-loader": "^0.7.5",
"file-loader": "^6.0.0",
"jquery": "^3.5.0",
"jquery-migrate": "^3.3.2",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.14.1",
"popper.js": "^1.14.1",
"postcss-cssnext": "^2.11.0",
"postcss-loader": "^2.1.3",
"postcss-preset-env": "^6.7.0",
"pstagger": "git+https://github.com/PrestaShop/pstagger.git",
"sass-loader": "^6.0.7",
"style-loader": "^0.18.2",
"stylelint": "^12.0.0",
"stylelint-config-prestashop": "^1.0.5",
"tether": "^1.4.3",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11"
}
}