-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 1017 Bytes
/
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
{
"name": "dino-game",
"version": "1.0.0",
"description": "",
"main": "block.js",
"repository": {
"type": "git",
"url": "git+https://github.com/tahmid-ul/dino-game.git"
},
"author": "Tahmid ul Karim",
"license": "GPL-2.0-or-later",
"devDependencies": {
"@babel/core": "^7.4.4",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-syntax-jsx": "^7.18.6",
"@babel/preset-env": "^7.4.4",
"@babel/preset-react": "^7.18.6",
"babel-loader": "^8.0.5",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.7.0",
"cross-env": "^5.0.1",
"file-loader": "^3.0.1",
"url-loader": "^0.5.7",
"webpack": "^3.12.0"
},
"scripts": {
"build": "cross-env BABEL_ENV=default NODE_ENV=production webpack",
"dev": "cross-env BABEL_ENV=default webpack --watch"
},
"dependencies": {
"@wordpress/plugins": "^2.2.0",
"react-dinosaur-game": "^1.0.0"
}
}