forked from jxom/fannypack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.62 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
{
"private": true,
"repository": "git@github.com:fannypackui/fannypack.git",
"author": "jxom <jakemoxey@gmail.com>",
"license": "MIT",
"scripts": {
"build": "lerna run build --stream",
"build:fab": "lerna run build:fab",
"clean": "lerna clean",
"develop": "lerna run develop --scope=fannypack --stream",
"docs": "lerna run start --scope=website --stream",
"prepare": "lerna run prepare",
"publish-packages": "lerna publish",
"lint": "lerna run lint",
"test": "exit 0",
"test-packages": "lerna run test --stream",
"type-check": "lerna run typecheck --stream"
},
"devDependencies": {
"@babel/cli": "7.2.0",
"@babel/core": "7.2.0",
"@babel/plugin-proposal-class-properties": "7.2.0",
"@babel/plugin-proposal-object-rest-spread": "7.2.0",
"@babel/plugin-syntax-dynamic-import": "7.2.0",
"@babel/preset-env": "7.2.0",
"@babel/preset-flow": "7.0.0",
"@babel/preset-react": "7.0.0",
"@babel/preset-typescript": "7.3.3",
"@medipass/eslint-config-react-medipass": "8.3.9",
"@types/jest": "23.3.10",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "10.0.1",
"babel-jest": "23.6.0",
"babel-loader": "8.0.5",
"babel-plugin-styled-components": "1.9.2",
"babel-polyfill": "6.26.0",
"eslint": "5.15.3",
"eslint-plugin-import": "2.16.0",
"eslint-plugin-prettier": "3.0.1",
"eslint-plugin-typescript": "0.14.0",
"jest": "23.6.0",
"jest-styled-components": "6.3.1",
"lerna": "3.13.1",
"typescript": "3.5.2",
"typescript-eslint-parser": "22.0.0"
},
"workspaces": {
"packages": [
"packages/*"
]
}
}