-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.49 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": "traktivity",
"version": "2.3.2",
"description": "Log your activity on Trakt.tv",
"main": "traktivity.php",
"directories": {
"doc": "docs"
},
"scripts": {
"dev": "webpack --progress --watch",
"build": "NODE_ENV=production webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jeherve/traktivity.git"
},
"keywords": [
"wordpress",
"plugin",
"trakt.tv",
"TMDb",
"log"
],
"author": "Jeremy Herve",
"license": "GPL-2.0+",
"bugs": {
"url": "https://github.com/jeherve/traktivity/issues"
},
"homepage": "https://wordpress.org/plugins/traktivity/",
"devDependencies": {
"babel-core": "6.26.3",
"babel-loader": "9.2.1",
"babel-preset-env": "1.7.0",
"babel-preset-es2015": "6.24.1",
"babel-preset-react": "6.24.1",
"babel-preset-stage-1": "6.24.1",
"browser-sync": "3.0.3",
"browser-sync-webpack-plugin": "2.3.0",
"eslint": "9.17.0",
"eslint-config-wpcalypso": "6.1.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-wpcalypso": "8.0.0",
"file-loader": "6.2.0",
"webpack": "5.97.1",
"webpack-dashboard": "3.3.8",
"webpack-dev-middleware": "7.4.2",
"webpack-dev-server": "5.2.0"
},
"dependencies": {
"extract-text-webpack-plugin": "^3.0.0",
"gridicons": "^3.0.0",
"prop-types": "^15.5.10",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router-dom": "^7.0.0",
"wpapi": "^1.1.2"
}
}