-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 1.93 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
70
71
{
"name": "shoptet",
"version": "0.0.0",
"main": "Gruntfile.js",
"repository": {
"type": "git",
"url": "[email protected]:wevesco/shoptet.git"
},
"author": "Jakub Kolář",
"license": "",
"bugs": {
"url": "https://gitlab.com/wevesco/shoptet/issues"
},
"homepage": "https://doporucuje.shoptet.cz/",
"engines": {
"node": ">=6.x",
"yarn": ">=1.0.2"
},
"dependencies": {
"@splidejs/splide": "^4.0.11",
"bootstrap": "4.0.0-beta",
"favicons-webpack-plugin": "^0.0.7",
"font-awesome-svg-png": "^1.2.2",
"jquery": "^3.5.0",
"popper.js": "^1.12.5",
"svg-injector-2": "^2.0.35"
},
"devDependencies": {
"autoprefixer": "^7.1.4",
"babel-core": "^6.22.1",
"babel-es6-polyfill": "^1.1.0",
"babel-eslint": "^8.0.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-class-properties": "^6.22.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-object-rest-spread": "^6.22.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-stage-0": "^6.22.0",
"css-loader": "^0.28.7",
"eslint": "^4.6.1",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "^3.0.1",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^0.11.2",
"image-webpack-loader": "^3.4.2",
"node-sass": "^4.14.1",
"postcss": "^6.0.11",
"postcss-loader": "^2.0.6",
"sass-loader": "^6.0.6",
"webpack": "^3.5.6",
"webpack-bundle-tracker": "0.2.0",
"webpack-dev-server": "^3.1.11"
},
"babel": {
"presets": [
"stage-0",
"es2015"
],
"plugins": [
"transform-decorators-legacy",
"transform-class-properties",
"transform-object-rest-spread"
]
},
"scripts": {
"build-assets": "node ./node_modules/webpack/bin/webpack.js -p",
"clean": "rm -rf ./assets/*",
"start": "node ./node_modules/webpack/bin/webpack.js -d --watch"
}
}