forked from younes-dro/wp-plugin-reactjs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 984 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 984 Bytes
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
{
"name": "wp-plugin-reactjs",
"version": "1.0.0",
"description": "A WordPress starter plugin for those who want to use ReactJs in the development of WordPress Plugins.",
"main": "app.js",
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.6",
"bable-loader": "^0.0.1-security",
"react": "^16.9.0",
"react-dom": "^16.9.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/younes-dro/wp-plugin-reactjs.git"
},
"keywords": [
"wordpress",
"ReactJs",
"Plugin"
],
"author": "Younes DRO",
"license": "MIT",
"bugs": {
"url": "https://github.com/younes-dro/wp-plugin-reactjs/issues"
},
"homepage": "https://github.com/younes-dro/wp-plugin-reactjs#readme"
}