-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.46 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": "fish-tacos",
"version": "0.0.0-development",
"description": "A responsive resize system for CSS px values",
"keywords": [
"css",
"styled-components",
"react",
"responsive",
"utility",
"javascript",
"helper",
"fluid",
"measurements"
],
"main": "index.js",
"scripts": {
"commit": "git-cz",
"build:development": "webpack",
"build:production": "webpack -p",
"test": "jest",
"deploy": "semantic-release",
"semantic-release": "semantic-release",
"travis-deploy-once": "travis-deploy-once"
},
"repository": {
"type": "git",
"url": "https://github.com/devonChurch/fish-tacos.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/devonChurch/fish-tacos/issues"
},
"homepage": "https://github.com/devonChurch/fish-tacos#readme",
"peerDependencies": {
"styled-components": "^3.3.2"
},
"devDependencies": {
"@semantic-release/npm": "^3.2.5",
"@types/jest": "^22.2.3",
"clean-webpack-plugin": "^0.1.19",
"commitizen": "^2.9.6",
"cz-conventional-changelog": "^2.1.0",
"jest": "^23.0.1",
"semantic-release": "^15.4.1",
"semantic-release-cli": "^4.0.1",
"travis-deploy-once": "^5.0.0",
"ts-jest": "^22.4.6",
"ts-loader": "^4.3.0",
"typescript": "^2.8.3",
"webpack": "^4.8.3",
"webpack-cli": "^2.1.3"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}