UNPKG

1.6 kBJSONView Raw
1{
2 "name": "@25sprout/react-starter",
3 "description": "25sprout web starter with React",
4 "version": "0.14.0",
5 "keywords": [
6 "react",
7 "25sprout",
8 "starter"
9 ],
10 "contributor": [
11 {
12 "name": "25sprout Front-End Team",
13 "email": "hey@25sprout.com"
14 }
15 ],
16 "repository": {
17 "type": "url",
18 "url": "https://fox.25sprout.com/frontend/react-starter"
19 },
20 "bugs": {
21 "url": "http://fox.25sprout.com/frontend/react-starter/issues"
22 },
23 "license": "MIT",
24 "scripts": {
25 "lint": "eslint . && stylelint .",
26 "commit": "git-cz",
27 "release": "standard-version",
28 "format": "prettier --config ./.prettierrc --write \"./{,**/}/*.{js,json}\""
29 },
30 "bin": {
31 "react-starter": "./command.js"
32 },
33 "engines": {
34 "node": ">=14"
35 },
36 "main": "index.js",
37 "dependencies": {
38 "commander": "^4.1.1",
39 "fs-extra": "^8.1.0"
40 },
41 "devDependencies": {
42 "@typescript-eslint/eslint-plugin": "^5.3.0",
43 "@typescript-eslint/parser": "^5.3.0",
44 "babel-eslint": "^10.1.0",
45 "commitizen": "^4.0.3",
46 "cz-conventional-changelog": "^3.1.0",
47 "eslint": "^7.32.0",
48 "eslint-config-airbnb": "^18.2.1",
49 "eslint-config-prettier": "^8.3.0",
50 "eslint-plugin-import": "^2.25.2",
51 "eslint-plugin-jsx-a11y": "^6.4.1",
52 "eslint-plugin-prettier": "^4.0.0",
53 "eslint-plugin-react": "^7.26.1",
54 "eslint-plugin-react-hooks": "^4.2.0",
55 "prettier": "^2.4.1",
56 "standard-version": "^7.1.0",
57 "stylelint": "^14.0.1",
58 "stylelint-config-standard": "^23.0.0",
59 "stylelint-order": "^5.0.0",
60 "typescript": "^3.8.3"
61 },
62 "config": {
63 "commitizen": {
64 "path": "./node_modules/cz-conventional-changelog"
65 }
66 }
67}