-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 927 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
36
37
38
{
"name": "bakadux",
"version": "1.1.1",
"description": "A dispatcher setup similar to Flux or Redux for React",
"main": "dispatcher.js",
"scripts": {
"start": "webpack-serve",
"build": "webpack --config webpack.build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Bob620/bakadux.git"
},
"keywords": [
"react"
],
"author": "Bob620",
"license": "MIT",
"bugs": {
"url": "https://github.com/Bob620/bakadux/issues"
},
"homepage": "https://github.com/Bob620/bakadux#readme",
"peerDependencies": {
"react": "^16.4.1",
"react-dom": "^16.4.1"
},
"devDependencies": {
"@babel/core": "^7.13.10",
"@babel/preset-env": "^7.13.10",
"@babel/preset-react": "^7.12.13",
"babel-loader": "^8.2.2",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"webpack": "4.46.0",
"webpack-cli": "^4.5.0",
"webpack-serve": "0.3.2"
}
}