-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
59 lines (59 loc) · 2.12 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
{
"name": "small-ct",
"version": "1.8.5",
"title": "Blocksy",
"browserslist": "> 1%, not opera > 0, not op_mini all",
"devDependencies": {
"@babel/plugin-transform-parameters": "^7.13.0",
"@octokit/core": "^3.2.5",
"babel-plugin-lodash": "^3.3.4",
"ct-build-process": "^5.3.6",
"gulp-remove-code": "^3.0.4",
"negotiator": "^0.6.2",
"webpack-bundle-analyzer": "^3.8.0"
},
"scripts": {
"dev": "gulp dev",
"build": "NODE_ENV=production gulp build",
"gettext-generate": "gulp gettext-generate",
"deploy:staging": "scripts/deploy-staging.sh demo.creativethemes.com staging/wp-content",
"deploy:speed-test": "scripts/deploy-staging.sh demo.creativethemes.com speed-test/wp-content",
"deploy:tutorial": "NODE_ENV=production gulp build_zips && scp build_tmp/*-production.zip root@demo.creativethemes.com:/var/www/html && ssh root@demo.creativethemes.com 'cd /var/www/html && mv *-production.zip tutorial/wp-content/themes/ && cd tutorial/wp-content/themes && rm -rf blocksy && unzip *-production.zip && rm *-production.zip'",
"changelogs": "node scripts/get-changelog.js",
"set-version": "node scripts/set-version.js",
"make-nightly": "scripts/make-nightly.sh"
},
"dependencies": {
"@reach/dialog": "^0.1.2",
"@reach/router": "^1.1.1",
"@react-spring/web": "^9.0.0-rc.2",
"@wordpress/date": "^3.2.0",
"@wordpress/i18n": "^3.0.1",
"array-move": "^2.1.0",
"bezier-easing": "^2.1.0",
"body-scroll-lock": "^2.6.4",
"classnames": "^2.2.6",
"ct-log": "^1.0.0",
"ct-wp-js-log": "^1.0.4",
"customizer-sync-helpers": "^0.0.34",
"deep-equal": "^1.0.1",
"dom-chef": "^3.3.0",
"dom-focus-lock": "^1.0.4",
"downshift": "^6.0.6",
"file-saver": "^2.0.0-rc.4",
"flexy": "git+ssh://git@github.com:sergiu-radu/flexy.git",
"infinite-scroll": "^4.0.1",
"match-conditions": "^1.0.9",
"md5": "^2.2.1",
"nanoid": "^2.0.0",
"react-sortable-hoc": "^1.8.3",
"react-spring": "^8.0.1",
"react-virtualized-auto-sizer": "^1.0.2",
"react-window": "^1.8.2",
"scriptjs": "^2.5.9",
"simple-linear-scale": "^1.0.1",
"use-force-update": "^1.0.4",
"vanilla-lazyload": "^17.4.0",
"webfontloader": "^1.6.28"
}
}