-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.75 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.75 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
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
{
"name": "2018-ts-module",
"version": "1.0.0",
"description": "TGRStack TS-Module w/ Declarations, WebPack, and Opinions.",
"main": "dist/index.js",
"typings": "./dist/index",
"dependencies": {
"react": "16.4.1"
},
"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",
"@types/react": "16.3.17",
"@types/react-dom": "16.0.6",
"babel-loader": "8.0.0-beta.3",
"commitizen": "2.10.1",
"copy-webpack-plugin": "4.5.1",
"css-loader": "0.28.11",
"cz-emoji": "1.1.1",
"dotenv-webpack": "1.5.7",
"html-webpack-plugin": "3.2.0",
"node-sass": "4.9.0",
"nps": "5.9.0",
"nps-utils": "1.5.0",
"react-dom": "16.4.1",
"sass-loader": "7.0.3",
"standard-version": "4.4.0",
"style-loader": "0.21.0",
"ts-loader": "4.4.1",
"ts-node": "6.0.5",
"typescript": "2.9.1",
"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"
},
"config": {
"cz-emoji": {
"scopes": [
"$user",
"$dev",
"$ops"
]
},
"commitizen": {
"path": "./node_modules/cz-emoji"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/Falieson/2018-typescript-module.git"
},
"keywords": [],
"author": "Florian Mettetal <florian.mettetal@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Falieson/2018-typescript-module/issues"
},
"homepage": "https://github.com/Falieson/2018-typescript-module#readme"
}