-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.55 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
{
"name": "fintech-demo-site",
"version": "1.0.0",
"engines": {
"node": "10.16.x"
},
"description": "",
"main": "index.js",
"scripts": {
"dev": "cross-env NODE_ENV=local&& ts-node --files server.ts",
"build": "next build",
"start": "ts-node --files server.ts",
"tslint": "tslint --project tsconfig.json -e \"./node_modules/**\" \"./**/*.ts?(x)\""
},
"repository": {
"type": "git",
"url": "[email protected]:KenticoInternal/fintech-demo-site.git"
},
"author": "Vilém Jeniš",
"license": "MIT",
"bugs": {
"url": "https://github.com/KenticoInternal/fintech-demo-site/issues"
},
"homepage": "https://github.com/KenticoInternal/fintech-demo-site#readme",
"dependencies": {
"@kentico/kontent-delivery": "^9.1.1",
"@kentico/kontent-recommendations": "0.0.5",
"@types/classnames": "2.2.7",
"@types/next": "8.0.1",
"@types/react": "16.8.3",
"@types/react-dom": "16.8.1",
"@types/react-router": "5.0.1",
"@zeit/next-css": "1.0.1",
"@zeit/next-sass": "1.0.1",
"@zeit/next-stylus": "1.0.1",
"@zeit/next-typescript": "1.1.1",
"classnames": "2.2.6",
"cross-fetch": "3.0.3",
"isomorphic-unfetch": "3.0.0",
"kentico-cloud-delivery": "5.7.2",
"next": "8.0.1",
"next-compose": "0.0.2",
"node-sass": "4.11.0",
"path-to-regexp": "3.0.0",
"react": "16.8.2",
"react-dom": "16.8.2",
"react-router": "5.0.1",
"react-set-state-usage": "2.0.1",
"rxjs": "^6.6.0",
"stylus": "0.54.5",
"ts-node": "8.2.0",
"tslint": "5.12.1",
"tslint-react": "3.6.0",
"typescript": "3.5.1"
},
"devDependencies": {
"cross-env": "^5.2.0"
}
}