-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
84 lines (84 loc) · 2.63 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
{
"name": "react-made-with",
"version": "0.0.0-development",
"description": "Component to display made with",
"main": "build/index.js",
"scripts": {
"codecov": "codecov",
"commitmsg": "commitlint -e $GIT_PARAMS",
"compile": "babel -d build/ src/ --copy-files --ignore node_modules,*.test.js,setupTest.js",
"deploy-storybook-ci": "storybook-to-ghpages --ci",
"lint": "eslint --ext .js .",
"test": "jest --coverage --passWithNoTests",
"prepublishOnly": "npm run compile",
"gc": "commit",
"semantic-release": "semantic-release",
"start": "start-storybook -p 6006",
"travis-deploy-once": "travis-deploy-once"
},
"repository": {
"type": "git",
"url": "https://github.com/jaebradley/react-made-with.git"
},
"keywords": [
"github",
"react",
"made with"
],
"author": "jae.b.bradley@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/jaebradley/react-made-with/issues"
},
"homepage": "https://github.com/jaebradley/react-made-with#readme",
"jest": {
"testEnvironment": "node"
},
"devDependencies": {
"@commitlint/cli": "^6.1.0",
"@commitlint/config-angular": "^6.1.0",
"@commitlint/prompt": "^6.1.0",
"@commitlint/prompt-cli": "^6.1.0",
"@storybook/addon-a11y": "^3.3.13",
"@storybook/addon-actions": "^3.3.13",
"@storybook/addon-centered": "^3.3.13",
"@storybook/addon-console": "^1.0.0",
"@storybook/addon-info": "^3.3.13",
"@storybook/addon-options": "^3.3.13",
"@storybook/addon-storyshots": "^3.3.13",
"@storybook/channels": "^3.3.13",
"@storybook/react": "^3.3.13",
"@storybook/storybook-deployer": "^2.3.0",
"babel-cli": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"codecov": "^3.0.0",
"eslint": "^4.18.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-react": "^7.6.1",
"husky": "^0.14.3",
"jest": "^22.3.0",
"semantic-release": "^15.0.0",
"source-map-loader": "^0.2.3",
"travis-deploy-once": "^5.0.0",
"webpack": "^4.0.1",
"webpack-build-notifier": "^0.1.22",
"webpack-dev-server": "^3.1.0"
},
"dependencies": {
"@fortawesome/fontawesome": "^1.1.3",
"@fortawesome/fontawesome-free-brands": "^5.0.6",
"@fortawesome/fontawesome-free-solid": "^5.0.6",
"@fortawesome/react-fontawesome": "0.0.17",
"classnames": "^2.2.5",
"email-prop-type": "^1.1.3",
"isemail": "^3.1.1",
"parse-github-url": "^1.0.2",
"prop-types": "^15.6.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"url": "^0.11.0"
}
}