-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.06 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.06 KB
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
{
"name": "cdp-puchov",
"version": "1.0.0",
"description": "Kolajisko",
"main": "index.ts",
"repository": "https://github.com/cevro/cdp-puchov",
"scripts": {
"prod": "webpack --watch --color --mode=\"production\"",
"dev": "webpack --watch --color --mode=\"development\""
},
"author": "Mišo",
"license": "ISC",
"dependencies": {
"react": "latest",
"react-dom": "latest",
"react-redux": "latest",
"redux-logger": "latest",
"react-router": "latest",
"react-router-dom": "latest",
"redux": "latest",
"typescript": "latest",
"awesome-typescript-loader": "~5.2.1",
"source-map-loader": "~0.2.4",
"style-loader": "^2.0.0",
"css-loader": "^4.3.0",
"sass-loader": "^10.1.0",
"sass": "^1.30.0"
},
"devDependencies": {
"tslint": "^6.1.3",
"webpack": "4.37.0",
"webpack-cli": "3.3.6",
"tslint-loader": "~3.5.4",
"@types/react": "~16.8.17",
"@types/react-redux": "~7.0.8",
"@types/redux": "~3.6.0",
"@types/react-router": "latest",
"@types/react-router-dom": "latest"
}
}