|
1 | 1 | {
|
2 |
| - "dependencies": { |
3 |
| - "babel-polyfill": "^6.26.0", |
4 |
| - "chart.js": "^2.9.3", |
5 |
| - "jquery": "^3.2.0", |
6 |
| - "jquery.dirtyforms": "^2.0.0", |
7 |
| - "lightbox2": "^2.9.0", |
8 |
| - "semantic-ui-css": "^2.2.0", |
9 |
| - "slick-carousel": "^1.8.1" |
10 |
| - }, |
11 |
| - "devDependencies": { |
12 |
| - "@symfony/webpack-encore": "^0.28.0", |
13 |
| - "babel-core": "^6.26.3", |
14 |
| - "babel-plugin-external-helpers": "^6.22.0", |
15 |
| - "babel-plugin-module-resolver": "^3.1.1", |
16 |
| - "babel-plugin-transform-object-rest-spread": "^6.26.0", |
17 |
| - "babel-preset-env": "^1.7.0", |
18 |
| - "babel-register": "^6.26.0", |
19 |
| - "dedent": "^0.7.0", |
20 |
| - "eslint": "^4.19.1", |
21 |
| - "eslint-config-airbnb-base": "^12.1.0", |
22 |
| - "eslint-import-resolver-babel-module": "^4.0.0", |
23 |
| - "eslint-plugin-import": "^2.12.0", |
24 |
| - "fast-async": "^6.3.7", |
25 |
| - "gulp": "^4.0.0", |
26 |
| - "gulp-chug": "^0.5", |
27 |
| - "gulp-concat": "^2.6.0", |
28 |
| - "gulp-debug": "^2.1.2", |
29 |
| - "gulp-if": "^2.0.0", |
30 |
| - "gulp-livereload": "^3.8.1", |
31 |
| - "gulp-order": "^1.1.1", |
32 |
| - "gulp-sass": "^4.0.1", |
33 |
| - "gulp-sourcemaps": "^1.6.0", |
34 |
| - "gulp-uglifycss": "^1.0.5", |
35 |
| - "merge-stream": "^1.0.0", |
36 |
| - "rollup": "^0.60.7", |
37 |
| - "rollup-plugin-babel": "^3.0.4", |
38 |
| - "rollup-plugin-commonjs": "^9.1.3", |
39 |
| - "rollup-plugin-inject": "^2.0.0", |
40 |
| - "rollup-plugin-node-resolve": "^3.3.0", |
41 |
| - "rollup-plugin-uglify": "^4.0.0", |
42 |
| - "sass-loader": "^7.0.1", |
43 |
| - "upath": "^1.1.0", |
44 |
| - "yargs": "^6.4.0" |
45 |
| - }, |
46 |
| - "scripts": { |
47 |
| - "build": "gulp build", |
48 |
| - "gulp": "gulp build", |
49 |
| - "lint": "yarn lint:js", |
50 |
| - "lint:js": "eslint gulpfile.babel.js" |
51 |
| - }, |
52 |
| - "repository": { |
53 |
| - "type": "git", |
54 |
| - "url": "git+https://github.com/Sylius/Sylius.git" |
55 |
| - }, |
56 |
| - "author": "Paweł Jędrzejewski", |
57 |
| - "license": "MIT" |
| 2 | + "dependencies": { |
| 3 | + "chart.js": "^2.9", |
| 4 | + "jquery": "^3.6", |
| 5 | + "jquery.dirtyforms": "^2.0", |
| 6 | + "lightbox2": "^2.9", |
| 7 | + "semantic-ui-css": "^2.2", |
| 8 | + "slick-carousel": "^1.8" |
| 9 | + }, |
| 10 | + "devDependencies": { |
| 11 | + "@symfony/webpack-encore": "^1.8", |
| 12 | + "eslint": "^8.18", |
| 13 | + "eslint-config-airbnb-base": "^15.0", |
| 14 | + "eslint-import-resolver-babel-module": "^5.3", |
| 15 | + "eslint-plugin-import": "^2.26", |
| 16 | + "node-sass": "^7.0", |
| 17 | + "sass-loader": "^12.0" |
| 18 | + }, |
| 19 | + "scripts": { |
| 20 | + "dev": "encore dev", |
| 21 | + "build": "encore production", |
| 22 | + "watch": "encore dev --watch" |
| 23 | + }, |
| 24 | + "repository": { |
| 25 | + "type": "git", |
| 26 | + "url": "git+https://github.com/Sylius/Sylius.git" |
| 27 | + }, |
| 28 | + "author": "Paweł Jędrzejewski", |
| 29 | + "license": "MIT" |
58 | 30 | }
|
0 commit comments