This repository has been archived by the owner on Apr 3, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
83 lines (83 loc) · 2.61 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
{
"name": "@mozilla-frontend-infra/components",
"version": "0.0.0-semantically-released",
"description": "Mozilla Front End Infra Shareable React Components",
"repository": "mozilla-frontend-infra/components",
"engines": {
"npm": "^6.12.0",
"yarn": "^1.17.3"
},
"publishConfig": {
"access": "public"
},
"license": "MPL-2.0",
"main": "./index.js",
"scripts": {
"start": "styleguidist server",
"build": "webpack --mode production && scripts/copyFiles",
"lint": "eslint --cache --format codeframe --ext js,jsx src",
"test": "jest",
"update:authors": "scripts/authors",
"styleguide:build": "styleguidist build",
"styleguide:deploy": "styleguidist build && gh-pages -d styleguide --remote upstream",
"semantic-release": "semantic-release"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/plugin-proposal-decorators": "^7.4.0",
"@material-ui/core": "^4.5.1",
"@mozilla-frontend-infra/react-lint": "^1.1.0",
"@neutrinojs/jest": "^9.0.0-rc.0",
"@neutrinojs/react-components": "^9.0.0-rc.0",
"@semantic-release/changelog": "^3.0.0",
"@semantic-release/git": "^7.0.4",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"conventional-changelog-eslint": "^3.0.0",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.15.1",
"enzyme-to-json": "^3.4.3",
"eslint": "^5.8.0",
"gh-pages": "^2.0.1",
"jest": "^24.9.0",
"jest-prop-type-error": "^1.1.0",
"neutrino": "^9.0.0-rc.0",
"prettier": "^1.14.3",
"react": "^16.10.2",
"react-addons-test-utils": "^15.6.2",
"react-dom": "^16.10.2",
"react-styleguidist": "^7.3.11",
"semantic-release": "^15.9.16",
"verdaccio": "^3.13.0",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "^3.2.1"
},
"peerDependencies": {
"@material-ui/core": "^4.0.0",
"react": "^16.8.0",
"react-dom": "^16.8.0"
},
"dependencies": {
"classnames": "^2.2.6",
"codemirror": "^5.39.0",
"error-stack-parser": "^2.0.2",
"highlight.js": "^9.12.0",
"is-absolute-url": "^2.1.0",
"js-yaml": "^3.13.1",
"jsonlint-mod": "^1.7.2",
"markdown-it": "^10.0.0",
"markdown-it-highlightjs": "^3.0.0",
"markdown-it-link-attributes": "^2.1.0",
"mdi-react": "^4.0.0",
"prop-types": "^15.6.2",
"ramda": "^0.26.1",
"react-codemirror2": "^5.1.0",
"react-fout-stager": "^3.0.0",
"react-router-dom": "^4.3.1",
"redbox-react": "^1.6.0",
"typeface-roboto": "^0.0.54"
},
"bugs": {
"url": "https://github.com/mozilla-frontend-infra/components/issues"
}
}