forked from frontarm/demoboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 2.23 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
{
"private": true,
"name": "demoboard",
"description": "Demoboard",
"license": "Apache 2.0",
"scripts": {
"build": "lerna run --stream build",
"build:watch": "lerna run --stream build:watch",
"publish": "lerna publish",
"test": "lerna run --stream test",
"test:watch": "lerna run --stream test:watch"
},
"dependencies": {
"@babel/core": "^7.6.4",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-react": "^7.6.3",
"@mdx-js/mdx": "^1.4.5",
"@svgr/rollup": "^4.3.3",
"@types/codemirror": "^0.0.79",
"@types/exenv": "^1.2.0",
"@types/jest": "^24.0.18",
"@types/jszip": "^3.1.6",
"@types/lru-cache": "^5.1.0",
"@types/node": "12.7.5",
"@types/react": "^16.9.2",
"@types/react-dom": "^16.9.0",
"@types/react-test-renderer": "^16.9.0",
"@types/semver": "^5.5.0",
"@types/styled-components": "4.1.8",
"@typescript-eslint/eslint-plugin": "2.3.0",
"@typescript-eslint/parser": "2.3.0",
"aws-sdk": "2.560.0",
"babel-plugin-styled-components": "^1.10.6",
"cross-env": "^6.0.0",
"env-cmd": "^10.0.1",
"eslint": "^6.4.0",
"eslint-config-react-app": "^5.0.1",
"eslint-import-resolver-typescript": "^1.1.1",
"eslint-plugin-flowtype": "^2.50.3",
"eslint-plugin-header": "^3.0.0",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-hooks": "^1.7.0",
"jest": "^24.9.0",
"lerna": "^3.15.0",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"react-test-renderer": "^16.11.0",
"rimraf": "^3.0.0",
"rollup": "^1.26.2",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-globals": "^1.4.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-terser": "^5.1.2",
"rollup-plugin-typescript2": "^0.24.3",
"styled-components": "^4.4.1",
"ts-jest": "^24.1.0",
"typescript": "^3.7.2",
"typescript-plugin-styled-components": "^1.4.3",
"universal-react-scripts": "3.2.1"
},
"workspaces": [
"examples",
"packages/*"
]
}