forked from sulu/sulu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
117 lines (117 loc) · 4.68 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"name": "sulu-sulu",
"license": "MIT",
"repository": "https://github.com/sulu/sulu.git",
"scripts": {
"preinstall": "node preinstall.js",
"lint:js": "eslint . --cache",
"lint:scss": "stylelint src/Sulu/Bundle/*/Resources/js/**/*.scss",
"flow": "flow",
"test": "jest",
"depcruise": "depcruise src/Sulu/Bundle/*/Resources/js -c dependency-cruiser.json",
"styleguide": "styleguidist server",
"styleguide:build": "styleguidist build",
"build": "webpack -p",
"watch": "webpack -d -w"
},
"dependencies": {
"sulu-admin-bundle": "file:src/Sulu/Bundle/AdminBundle/Resources/js",
"sulu-audience-targeting-bundle": "file:src/Sulu/Bundle/AudienceTargetingBundle/Resources/js",
"sulu-category-bundle": "file:src/Sulu/Bundle/CategoryBundle/Resources/js",
"sulu-contact-bundle": "file:src/Sulu/Bundle/ContactBundle/Resources/js",
"sulu-custom-url-bundle": "file:src/Sulu/Bundle/CustomUrlBundle/Resources/js",
"sulu-location-bundle": "file:src/Sulu/Bundle/LocationBundle/Resources/js",
"sulu-media-bundle": "file:src/Sulu/Bundle/MediaBundle/Resources/js",
"sulu-page-bundle": "file:src/Sulu/Bundle/PageBundle/Resources/js",
"sulu-preview-bundle": "file:src/Sulu/Bundle/PreviewBundle/Resources/js",
"sulu-route-bundle": "file:src/Sulu/Bundle/RouteBundle/Resources/js",
"sulu-search-bundle": "file:src/Sulu/Bundle/SearchBundle/Resources/js",
"sulu-security-bundle": "file:src/Sulu/Bundle/SecurityBundle/Resources/js",
"sulu-snippet-bundle": "file:src/Sulu/Bundle/SnippetBundle/Resources/js",
"sulu-website-bundle": "file:src/Sulu/Bundle/WebsiteBundle/Resources/js"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/plugin-proposal-decorators": "^7.4.4",
"@babel/plugin-transform-flow-strip-types": "^7.4.4",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"@ckeditor/ckeditor5-dev-utils": "^23.5.1",
"@ckeditor/ckeditor5-theme-lark": "^23.0.0",
"autoprefixer": "^9.6.1",
"babel-eslint": "^10.0.2",
"babel-jest": "^26.3.0",
"babel-loader": "^8.0.6",
"clean-webpack-plugin": "^3.0.0",
"core-js": "^3.18.0",
"css-loader": "^3.2.0",
"dependency-cruiser": "^8.1.0",
"empty": "^0.10.1",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"enzyme-to-json": "^3.3.1",
"eslint": "^7.10.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-flowtype": "^5.2.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.19.0",
"file-loader": "^6.0.0",
"flow-bin": "^0.122.0",
"glob": "^7.1.2",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.4.2",
"jest-canvas-mock": "^2.1.1",
"mini-css-extract-plugin": "^0.9.0",
"mobx": "^4.0.0",
"mobx-react": "^5.0.0",
"moment-timezone": "^0.5.14",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"postcss-calc": "^7.0.1",
"postcss-hexrgba": "^2.0.0",
"postcss-import": "^12.0.1",
"postcss-loader": "^3.0.0",
"postcss-nested": "^4.1.2",
"postcss-simple-vars": "^5.0.2",
"raw-loader": "^4.0.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-styleguidist": "^11.0.5",
"react-test-renderer": "^16.2.0",
"regenerator-runtime": "^0.13.3",
"style-loader": "^1.0.0",
"stylelint": "^13.2.1",
"stylelint-config-standard": "^20.0.0",
"url-search-params-polyfill": "^8.0.0",
"webpack": "^4.20.2",
"webpack-clean-obsolete-chunks": "^0.4.0",
"webpack-cli": "^3.1.1",
"webpack-manifest-plugin": "^2.0.2"
},
"jest": {
"moduleNameMapper": {
"\\.(scss|css)$": "identity-obj-proxy",
"\\.svg$": "<rootDir>/tests/js/mocks/svg.js",
"fos-jsrouting/router": "<rootDir>/tests/js/mocks/fos-jsrouting-router.js"
},
"setupFiles": [
"jest-canvas-mock",
"regenerator-runtime/runtime",
"core-js/features/string/replace-all"
],
"setupFilesAfterEnv": [
"./tests/js/testSetup.config.js"
],
"snapshotSerializers": [
"enzyme-to-json/serializer"
],
"clearMocks": true,
"transformIgnorePatterns": [
"node_modules/(?!(@ckeditor|lodash-es)/)"
],
"testPathIgnorePatterns": [
"vendor/friendsofsymfony"
],
"testURL": "http://localhost"
}
}