-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
105 lines (105 loc) · 2.88 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"name": "tgr-example-games",
"version": "1.0.0",
"description": "tr-games module examples for the TGRStack starterkit",
"main": "build/index.html",
"typings": "./build/index",
"dependencies": {
"@tgrx/gx": "1.0.0-rc4",
"apollo-cache-inmemory": "1.2.4",
"apollo-client": "2.3.4",
"apollo-link": "1.2.2",
"apollo-link-error": "1.1.0",
"apollo-link-http": "1.5.4",
"apollo-link-state": "0.4.1",
"classnames": "2.2.6",
"graphql": "0.13.2",
"graphql-tag": "2.9.2",
"lodash.clonedeep": "4.5.0",
"lodash.isequal": "4.5.0",
"react": "16.4.1",
"react-apollo": "2.1.5",
"react-dom": "16.4.2",
"react-helmet": "5.2.0",
"react-router-dom": "4.3.1",
"url-search-params": "1.0.2"
},
"devDependencies": {
"@babel/cli": "7.0.0-beta.51",
"@babel/core": "7.0.0-beta.51",
"@babel/preset-env": "7.0.0-beta.51",
"@babel/preset-react": "7.0.0-beta.51",
"@trust/webcrypto": "0.9.2",
"@types/classnames": "2.2.6",
"@types/enzyme": "3.1.11",
"@types/jest": "23.1.1",
"@types/lodash.clonedeep": "4.5.4",
"@types/lodash.isequal": "4.5.3",
"@types/react": "16.3.17",
"@types/react-dom": "16.0.6",
"@types/react-helmet": "5.0.6",
"@types/react-router-dom": "4.3.0",
"babel-loader": "8.0.0-beta.3",
"chokidar": "2.0.3",
"chokidar-cli": "1.2.0",
"commitizen": "2.10.1",
"copy-webpack-plugin": "4.5.1",
"css-loader": "1.0.0",
"cz-emoji": "1.1.1",
"dotenv-webpack": "1.5.7",
"enzyme": "3.3.0",
"enzyme-adapter-react-16": "1.1.1",
"file-loader": "1.1.11",
"html-webpack-plugin": "3.2.0",
"identity-obj-proxy": "3.0.0",
"jest": "23.1.0",
"node-sass": "4.9.0",
"nps": "5.9.0",
"nps-utils": "1.5.0",
"react-testing-library": "4.0.2",
"sass-loader": "7.0.3",
"standard-version": "4.4.0",
"style-loader": "0.21.0",
"ts-jest": "22.4.6",
"ts-loader": "4.4.1",
"ts-node": "6.0.5",
"tslint": "5.10.0",
"tslint-react": "3.6.0",
"typescript": "3.0.1",
"typings-for-css-modules-loader": "1.7.0",
"webpack": "4.12.0",
"webpack-cli": "3.0.7",
"webpack-dev-server": "3.1.4",
"webpack-merge": "4.1.3",
"webpack-node-externals": "1.7.2",
"write-file-webpack-plugin": "4.3.2"
},
"scripts": {
"start": "nps",
"test": "nps test",
"help": "nps help"
},
"config": {
"cz-emoji": {
"scopes": [
"$user",
"$dev",
"$ops"
]
},
"commitizen": {
"path": "./node_modules/cz-emoji"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/Falieson/tgr-example-wizards.git"
},
"keywords": [],
"author": "Florian Mettetal <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Falieson/tgr-example-wizards/issues"
},
"homepage": "https://github.com/Falieson/tgr-example-wizards#readme"
}