-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
115 lines (115 loc) · 3.42 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
{
"name": "ithoughts-tooltip-glossary",
"version": "4.0.0",
"description": "Create beautiful tooltips for descriptions or glosses, easily",
"main": "index.js",
"scripts": {
"test:prepare:drop-db": "mysql -u root -proot -e 'DROP DATABASE `wp-test`;'",
"test:prepare:init-db": "./bin/install-wp-tests.sh wp-test root root",
"test:prepare": "npm run test:prepare:drop-db; npm run test:prepare:init-db",
"test": "grunt test",
"build:assets:watch": "grunt watch:assets",
"build:assets": "grunt rebuildAssets",
"build:rollup": "rm -rf ./assets/dist/* && npx rollup -c rollup.config.js",
"build:rollup:watch": "rm -rf ./assets/dist/* && npx rollup -c rollup.config.js -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iThoughts-Informatique/iThoughts-Tooltip-Glossary.git"
},
"keywords": [
"wordpress",
"tooltip",
"dictionary",
"glossary",
"appendix",
"technical",
"terms",
"popup",
"tooltips",
"infobulle",
"definition",
"definitions",
"définition",
"définitions",
"dictionnaire",
"dictionnaires",
"dictionnaries",
"precision",
"information",
"informations",
"widget",
"widgets",
"shortocde",
"shortcodes",
"images",
"image",
"comment",
"comments"
],
"author": {
"name": "Alexandre Germain",
"homepage": "http://www.gerkindevelopment.net/",
"email": "agermain@gerkindevelopment.net",
"role": "Developer"
},
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/iThoughts-Informatique/iThoughts-Tooltip-Glossary/issues"
},
"homepage": "https://github.com/iThoughts-Informatique/iThoughts-Tooltip-Glossary#readme",
"devDependencies": {
"@babel/core": "^7.4.0",
"@babel/preset-env": "^7.4.2",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.3.3",
"@types/md5-file": "^4.0.0",
"@types/react": "^16.8.10",
"@types/underscore": "^1.8.14",
"core-js": "^3.0.0",
"dotenv": "^7.0.0",
"grunt": "^1.0.4",
"grunt-contrib-htmlmin": "^3.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-phpcbf": "^0.1.1",
"grunt-phpdoc": "^1.0.0",
"grunt-phplint": "^0.1.0",
"grunt-phpunit": "^0.3.6",
"grunt-prompt": "^1.3.3",
"grunt-sh": "^0.2.0",
"grunt-tslint": "^5.0.2",
"grunt-wp-readme-to-markdown": "^2.0.1",
"jit-grunt": "^0.10.0",
"load-grunt-config": "^1.0.1",
"md5-file": "^4.0.0",
"rollup": "^1.7.0",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-commonjs": "^9.2.1",
"rollup-plugin-imagemin": "git+https://github.com/GerkinDev/rollup-plugin-imagemin.git",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-resolve": "^4.0.1",
"rollup-plugin-postcss": "^2.0.3",
"rollup-plugin-scss": "^1.0.1",
"rollup-plugin-string": "^3.0.0",
"rollup-plugin-terser": "^4.0.4",
"rollup-plugin-virtual": "^1.0.1",
"ts-node": "^8.0.3",
"typescript": "^3.4.2"
},
"dependencies": {
"@wordpress/blocks": "6.2.0",
"@wordpress/components": "^7.2.0",
"@wordpress/compose": "^3.2.0",
"@wordpress/edit-post": "^3.3.0",
"@wordpress/editor": "^9.2.2",
"@wordpress/element": "^2.3.0",
"@wordpress/i18n": "^3.3.0",
"@wordpress/plugins": "^2.2.0",
"@wordpress/rich-text": "^3.2.2",
"moment": "2.22.2",
"qtip2": "^3.0.3",
"react": "^16.6.3",
"react-dom": "16.6.3",
"underscore": "^1.9.1"
}
}