-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 962 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": "azul",
"version": "1.0.0",
"description": "",
"main": "index.tsx",
"scripts": {
"dev": "webpack serve --mode=development",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/joanagmaia/azul.git"
},
"author": "joanagmaia",
"license": "ISC",
"bugs": {
"url": "https://github.com/joanagmaia/azul/issues"
},
"homepage": "https://github.com/joanagmaia/azul#readme",
"dependencies": {
"react": "17.0.2",
"react-dom": "17.0.2"
},
"devDependencies": {
"@babel/preset-env": "^7.15.8",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.15.0",
"@types/react": "^17.0.31",
"@types/react-dom": "^17.0.10",
"awesome-typescript-loader": "^5.2.1",
"babel-loader": "8.2.2",
"html-webpack-plugin": "5.3.2",
"typescript": "^4.4.4",
"webpack": "5.51.1",
"webpack-cli": "4.8.0",
"webpack-dev-server": "4.0.0"
}
}