-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 808 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 808 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
{
"name": "bojagi-tutorial-setup-full",
"version": "1.0.0",
"main": "index.js",
"repository": "git@github.com:Bojagi/bojagi-tutorial-setup-full.git",
"author": "Simon Jentsch <simon@bojagi.io>",
"license": "BSD-3",
"private": true,
"scripts": {
"start": "webpack-dev-server --open --mode development"
},
"dependencies": {
"react": "^16.14.0",
"react-dom": "^16.14.0"
},
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"@babel/preset-react": "^7.9.4",
"babel-loader": "^8.1.0",
"css-loader": "^5.0.1",
"html-loader": "^1.1.0",
"html-webpack-plugin": "^4.3.0",
"react-is": "^16.13.1",
"style-loader": "^2.0.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0"
}
}