-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.25 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
{
"name": "onepage-transformer",
"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": {
"classnames": "^2.2.6",
"primeicons": "^2.0.0",
"primereact": "^3.1.9"
},
"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",
"css-loader": "^3.2.0",
"file-loader": "^4.2.0",
"image-webpack-loader": "^5.0.0",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"style-loader": "^1.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack --mode development",
"prod": "webpack --mode production"
},
"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"
}