-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
79 lines (79 loc) · 2.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "frog-package",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "nps -s",
"test": "nps -s test",
"create-package": "node createPackage.js",
"storybook": "start-storybook"
},
"workspaces": [
"frog"
],
"devDependencies": {
"@babel/cli": "7.8.4",
"@babel/core": "^7.8.4",
"@babel/plugin-proposal-class-properties": "7.8.3",
"@babel/plugin-proposal-decorators": "7.8.3",
"@babel/plugin-proposal-json-strings": "7.8.3",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.8.3",
"@babel/plugin-proposal-object-rest-spread": "7.8.3",
"@babel/plugin-proposal-optional-chaining": "7.8.3",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/plugin-syntax-import-meta": "7.8.3",
"@babel/plugin-transform-flow-strip-types": "7.8.3",
"@babel/plugin-transform-runtime": "^7.8.3",
"@babel/preset-env": "7.8.4",
"@babel/preset-react": "7.8.3",
"@babel/runtime": "7.8.4",
"@storybook/addon-actions": "^5.3.13",
"@storybook/addon-links": "^5.3.13",
"@storybook/addons": "^5.3.13",
"@storybook/react": "^5.3.13",
"@testing-library/cypress": "^5.3.0",
"assert": "^2.0.0",
"babel-bridge": "^1.12.11",
"babel-core": "^7.0.0-0",
"babel-eslint": "10.0.3",
"babel-loader": "^8.0.6",
"babel-plugin-captains-log": "^1.1.0",
"babel-plugin-transform-imports": "^2.0.0",
"chokidar": "^3.3.1",
"cypress": "^4.0.2",
"enzyme": "^3.11.0",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-flowtype": "^4.6.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.18.3",
"eslint-plugin-react-hooks": "^2.4.0",
"fastlint": "^1.1.0",
"flow-bin": "^0.119.0",
"flow-classy-type-wrapper": "^1.0.2",
"flow-copy-source": "^2.0.9",
"flow-typed": "^3.0.0",
"husky": "^4.2.3",
"jest": "^25.1.0",
"jest-cli": "^25.1.0",
"jest-config": "^25.1.0",
"jest-runner": "^25.1.0",
"jest-runtime": "^25.1.0",
"json-stringify-pretty-compact": "^2.0.0",
"nps": "^5.9.12",
"ot-json0": "^1.1.0",
"prettier": "^1.19.1",
"react-test-renderer": "^16.12.0",
"regenerator-runtime": "^0.13.1",
"rich-text": "^4.0.0",
"rimraf": "^3.0.2"
},
"license": "ISC",
"dependencies": {
"eslint-plugin-jest": "^23.8.0",
"yarn": "^1.22.0"
}
}