This repository has been archived by the owner on Sep 21, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
126 lines (126 loc) · 3.96 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"name": "@xstyled-theme/cli",
"version": "2.3.2",
"description": "A CLI that builds Xstyled themes from assets, and helpers to use them in your project",
"homepage": "https://github.com/La-Javaness/xstyled-theme-cli#readme",
"license": "MIT",
"author": "Steve Dodier-Lazaro <steve@lajavaness.com>",
"main": "src/index.js",
"bin": {
"xstyled-theme": "bin/xstyled-theme"
},
"repository": {
"type": "git",
"url": "git@github.com:La-Javaness/xstyled-theme-cli.git"
},
"keywords": [
"xstyled-theme",
"xstyled",
"theme",
"styled-components",
"designops",
"cli"
],
"bugs": {
"url": "https://github.com/La-Javaness/xstyled-theme-cli/issues"
},
"scripts": {
"cli": "node --unhandled-rejections=strict bin/xstyled-theme",
"cli:dev": "cross-env NODE_ENV=development yarn cli",
"cli:prod": "cross-env NODE_ENV=production yarn cli",
"lint": "yarn eslint --ext .js,.jsx src",
"lint:fix": "yarn lint --fix",
"prepublishOnly": "yarn test:ci",
"prettier": "scripts/precommitHookPrettier.sh",
"prettier:check": "npx prettier \"*/**/*.{js,jsx,ts,tsx,json,rc}\" --check",
"prettier:fix": "npx prettier \"*/**/*.{js,jsx,ts,tsx,json,rc}\" --write",
"test": "node scripts/test.js -u",
"test:ci": "cross-env CI=true yarn test --watchAll=false --verbose --bail",
"test:ci:coverage": "yarn test:ci --coverage",
"test:coverage": "yarn test --coverage --watchAll=false"
},
"dependencies": {
"@babel/core": "^7.11.0",
"@babel/generator": "^7.11.0",
"@babel/parser": "^7.11.0",
"@babel/plugin-transform-modules-commonjs": "^7.10.4",
"@babel/preset-react": "^7.10.4",
"@babel/runtime": "^7.9.2",
"@hapi/joi": "^17.1.1",
"@xstyled-theme/system": "^1.2.1",
"@xstyled/styled-components": "^1.17.2",
"@xstyled/system": "^1.17.2",
"chalk": "^4.0.0",
"dotenv": "^8.2.0",
"fontface-styled-components": "^1.0.0",
"git-config-path": "^2.0.0",
"inquirer": "^7.0.0",
"js-levenshtein": "^1.1.6",
"lodash": "^4.17.15",
"minimist": "^1.2.0",
"mkdirp": "^1.0.4",
"npm": "^6.14.8",
"parse-git-config": "^3.0.0",
"react": "^16.13.1",
"rimraf": "^3.0.0",
"sort-package-json": "^1.42.0",
"source-map-support": "^0.5.19",
"styled-components": "^5.1.1",
"svg-sprite": "^1.5.0",
"svgo": "^1.3.2",
"typescript": "^3.9.3"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-export-default-from": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.11.0",
"@babel/polyfill": "^7.8.7",
"@babel/preset-env": "^7.11.0",
"@commitlint/cli": "^9.0.1",
"@commitlint/config-conventional": "^9.0.1",
"@commitlint/prompt-cli": "^8.2.0",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/commit-analyzer": "^8.0.1",
"@semantic-release/git": "^9.0.0",
"@semantic-release/github": "semantic-release/github",
"@semantic-release/npm": "^7.0.5",
"@semantic-release/release-notes-generator": "^9.0.1",
"babel-eslint": "^10.1.0",
"babel-jest": "^25.3.0",
"babel-loader": "^8.1.0",
"cross-env": "^7.0.2",
"dotenv-expand": "^5.1.0",
"env-cmd": "^10.1.0",
"eslint": "6.8.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-config-react-app": "^5.2.1",
"eslint-loader": "^4.0.0",
"eslint-plugin-flowtype": "^4.7.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jest": "^23.17.1",
"eslint-plugin-jsdoc": "^28.6.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^3.0.0",
"eslint-plugin-sort-imports-es6-autofix": "^0.5.0",
"file-loader": "^6.0.0",
"husky": "^4.2.5",
"jest": "^26.1.0",
"jest-environment-jsdom-sixteen": "^1.0.3",
"jest-extended": "^0.11.5",
"jest-watch-typeahead": "^0.6.0",
"pnp-webpack-plugin": "^1.6.4",
"prettier": "^2.0.5",
"react-dev-utils": "^10.2.1",
"semantic-release": "^17.1.1",
"speed-measure-webpack-plugin": "^1.3.3"
},
"engines": {
"node": ">=8"
},
"publishConfig": {
"access": "public"
}
}