-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
52 lines (52 loc) · 3.02 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
{
"name": "ezplatform-admin-ui-assets",
"scripts": {
"create-folder": "rm -rf Resources; mkdir Resources; mkdir Resources/public; mkdir Resources/public/vendors",
"move-bootstrap": "cp -r node_modules/bootstrap Resources/public/vendors/bootstrap",
"move-jquery": "cp -r node_modules/jquery Resources/public/vendors/jquery",
"move-alloyeditor": "cp -r node_modules/alloyeditor Resources/public/vendors/alloyeditor",
"move-leaflet": "cp -r node_modules/leaflet Resources/public/vendors/leaflet",
"move-react": "cp -r node_modules/react Resources/public/vendors/react",
"move-react-dom": "cp -r node_modules/react-dom Resources/public/vendors/react-dom",
"move-taggify": "cp -r node_modules/taggify Resources/public/vendors/taggify",
"move-popper.js": "cp -r node_modules/popper.js Resources/public/vendors/popper.js",
"move-flatpickr": "cp -r node_modules/flatpickr Resources/public/vendors/flatpickr",
"move-create-react-class": "cp -r node_modules/create-react-class Resources/public/vendors/create-react-class",
"move-prop-types": "cp -r node_modules/prop-types Resources/public/vendors/prop-types",
"move-moment": "cp -r node_modules/moment Resources/public/vendors/moment",
"move-moment-timezone": "cp -r node_modules/moment-timezone Resources/public/vendors/moment-timezone",
"move-d3": "cp -r node_modules/d3 Resources/public/vendors/d3",
"move-dagre-d3": "cp -r node_modules/dagre-d3 Resources/public/vendors/dagre-d3",
"move-chart-js": "cp -r node_modules/chart.js Resources/public/vendors/chart-js",
"move-js-md5": "cp -r node_modules/js-md5 Resources/public/vendors/js-md5",
"prepare-release": "npm run create-folder; npm run move-bootstrap; npm run move-jquery; npm run move-alloyeditor; npm run move-leaflet; npm run move-react; npm run move-react-dom; npm run move-taggify; npm run move-popper.js; npm run move-flatpickr; npm run move-create-react-class; npm run move-prop-types; npm run move-moment; npm run move-moment-timezone; npm run move-d3; npm run move-dagre-d3; npm run move-chart-js; npm run move-js-md5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ezsystems/ezplatform-admin-ui-assets.git"
},
"author": "eZ Systems",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/ezsystems/ezplatform-admin-ui-assets/issues"
},
"homepage": "https://github.com/ezsystems/ezplatform-admin-ui-assets#readme",
"dependencies": {
"alloyeditor": "^1.5.28",
"bootstrap": "^4.5.3",
"chart.js": "^2.9.4",
"create-react-class": "^15.7.0",
"d3": "^5.16.0",
"dagre-d3": "^0.6.4",
"flatpickr": "^4.6.6",
"jquery": "^3.5.1",
"js-md5": "0.7.3",
"leaflet": "^1.7.1",
"moment-timezone": "^0.5.32",
"popper.js": "^1.16.1",
"prop-types": "^15.7.2",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"taggify": "^1.2.1"
}
}