-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.53 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "ktodzisiajpisze",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js",
"react": "webpack --watch",
"sync": "browser-sync start --proxy localhost:4000 --files public/**/*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/david03h/ktodzisiajpisze.git"
},
"keywords": [
"react",
"express"
],
"author": "Dawid Harat (PEPE)",
"license": "ISC",
"bugs": {
"url": "https://github.com/david03h/ktodzisiajpisze/issues"
},
"homepage": "https://github.com/david03h/ktodzisiajpisze#readme",
"dependencies": {
"@types/node": "12.7.11",
"@types/react": "16.9.16",
"@types/react-dom": "16.9.4",
"@types/react-router-dom": "5.1.3",
"browser-sync": "2.26.7",
"colors": "1.4.0",
"ejs": "3.0.1",
"express": "4.17.1",
"express-ejs-extend": "0.0.1",
"fs": "0.0.1-security",
"moment": "2.24.0",
"react": "16.10.1",
"react-dom": "16.10.1",
"react-router-dom": "5.1.2",
"typescript": "3.6.3"
},
"devDependencies": {
"autoprefixer": "9.6.4",
"css-loader": "3.3.2",
"gulp": "4.0.2",
"gulp-clean-css": "4.2.0",
"gulp-postcss": "8.0.0",
"gulp-sass": "4.0.2",
"gulp-sourcemaps": "2.6.5",
"merge-stream": "2.0.0",
"node-sass": "4.13.0",
"node-sass-middleware": "0.11.0",
"style-loader": "1.0.1",
"ts-loader": "6.2.1",
"webpack": "4.41.0",
"webpack-cli": "3.3.9",
"webpack-node-externals": "1.7.2"
}
}