-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.13 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
{
"name": "llama-power",
"version": "1.0.0",
"description": "The Power of Llama.",
"main": "index.js",
"scripts": {
"build": "webpack",
"watch": "webpack -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vishaldodiya/llama-power.git"
},
"author": "Vishal Dodiya",
"license": "ISC",
"bugs": {
"url": "https://github.com/vishaldodiya/llama-power/issues"
},
"homepage": "https://github.com/vishaldodiya/llama-power#readme",
"dependencies": {
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2"
},
"devDependencies": {
"@babel/runtime": "^7.8.3",
"@types/react": "^16.9.19",
"@types/react-dom": "^16.9.5",
"@types/react-router": "^5.1.4",
"@types/react-router-dom": "^5.1.3",
"autoprefixer": "^9.7.4",
"css-loader": "^3.4.2",
"node-sass": "^4.13.1",
"postcss-loader": "^3.0.0",
"sass-loader": "^8.0.2",
"source-map-loader": "^0.2.4",
"style-loader": "^1.1.3",
"ts-loader": "^6.2.1",
"typescript": "^3.7.5",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10"
}
}