generated from cwlsn/axiomatic-next
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.87 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
{
"name": "axiomatic",
"license": "MIT",
"workspaces": [
"packages/*"
],
"scripts": {
"clean": "lerna run clean --stream --parallel",
"build": "lerna run build --stream --parallel",
"publish": "lerna publish",
"lint": "eslint . -f codeframe",
"lint:fix": "eslint . --fix",
"pretest": "yarn typecheck && yarn lint",
"test": "echo \"yum\"",
"start": "yarn start:playground",
"start:playground": "yarn workspace @axiomatic/component-playground start",
"typecheck": "tsc --skipLibCheck --noEmit",
"format": "prettier \"./**/*.{js,ts,tsx}\" --write"
},
"lint-staged": {
"**/*.+(js|ts|tsx|json|md|mdx)": [
"yarn format"
]
},
"devDependencies": {
"@babel/core": "^7.11.1",
"@emotion/react": "^11.1.4",
"@emotion/styled": "^11.0.0",
"@ts-tools/build": "^1.2.6",
"@ts-tools/webpack-loader": "^1.1.4",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/styled-system": "^5.1.10",
"@typescript-eslint/eslint-plugin": "^3.6.0",
"@typescript-eslint/parser": "^3.6.0",
"babel-loader": "^8.1.0",
"css-loader": "^3.6.0",
"eslint": "^7.4.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-no-only-tests": "^2.4.0",
"eslint-plugin-react": "^7.20.3",
"eslint-plugin-react-hooks": "^4.0.6",
"file-loader": "^6.0.0",
"html-webpack-plugin": "^4.3.0",
"lerna": "^3.22.1",
"mini-css-extract-plugin": "^0.10.0",
"prettier": "^2.0.5",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"rimraf": "^3.0.2",
"styled-system": "^5.1.5",
"tsconfig-paths": "^3.9.0",
"tsconfig-paths-webpack-plugin": "^3.2.0",
"typescript": "^4.0.2",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
},
"dependencies": {},
"private": true,
"version": "0.1.1"
}