This repository has been archived by the owner on Sep 29, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 2.05 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
{
"author": "Marina Miyaoka <[email protected]> (https://t.me/miyaokamarina)",
"repository": "anireact/themed",
"private": true,
"workspaces": [
"@anireact/*"
],
"scripts": {
"lint": "eslint --ext '.js,.ts' -f ./node_modules/eslint-codeframe-formatter . && prettier --list-different './**/*.{js,jsx,ts,tsx,css,less,scss,html,json,md}'",
"fix": "eslint --fix --ext '.js,.ts' -f ./node_modules/eslint-codeframe-formatter . && prettier --write './**/*.{js,jsx,ts,tsx,css,less,scss,html,json,md}'"
},
"devDependencies": {
"@anireact/babel-config": "^1.0.0-wip.21",
"@anireact/babel-preset": "^1.0.0-wip.21",
"@anireact/commitlint-config": "^1.0.0-wip.21",
"@anireact/eslint-config": "^1.0.0-wip.21",
"@anireact/husky-config": "^1.0.0-wip.21",
"@anireact/jest-config": "^1.0.0-wip.21",
"@anireact/lerna-config": "^1.0.0-wip.21",
"@anireact/new": "^1.0.0-wip.21",
"@anireact/prettier-config": "^1.0.0-wip.21",
"@anireact/typescript-config": "^1.0.0-wip.21",
"@babel/core": "^7.3.3",
"@babel/plugin-proposal-class-properties": "^7.3.3",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/preset-env": "^7.3.1",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.3.3",
"@commitlint/cli": "^7.5.2",
"@typescript-eslint/eslint-plugin": "^1.3.0",
"@typescript-eslint/parser": "^1.3.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.1.0",
"dedent": "^0.7.0",
"enquirer": "^2.3.0",
"eslint": "^5.14.0",
"eslint-codeframe-formatter": "^1.0.2",
"husky": "^1.3.1",
"jest": "^24.1.0",
"lerna": "^3.13.0",
"mkdirp": "^0.5.1",
"prettier": "^1.16.4",
"react": "^16.8.2",
"rollup": "^1.2.1",
"rollup-plugin-babel": "^4.3.2",
"styled-jsx": "^3.2.1",
"typescript": "^3.3.3",
"upath": "^1.1.0"
}
}