UNPKG

1.5 kBJSONView Raw
1{
2 "name": "@25sprout/react-starter",
3 "description": "25sprout web starter with React",
4 "version": "0.12.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": "git",
18 "url": "ssh://git@fox.25sprout.com/frontend/react-starter.git"
19 },
20 "bugs": {
21 "url": "http://fox.25sprout.com:10088/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": ">=8"
35 },
36 "main": "index.js",
37 "dependencies": {
38 "commander": "^2.9.0",
39 "fs-extra": "^3.0.1"
40 },
41 "devDependencies": {
42 "babel-eslint": "^10.0.1",
43 "commitizen": "^3.0.7",
44 "cz-conventional-changelog": "^2.0.0",
45 "eslint": "^5.15.3",
46 "eslint-config-airbnb": "^17.1.0",
47 "eslint-config-prettier": "^4.1.0",
48 "eslint-plugin-import": "^2.16.0",
49 "eslint-plugin-jsx-a11y": "^6.2.1",
50 "eslint-plugin-prettier": "^3.0.1",
51 "eslint-plugin-react": "^7.12.4",
52 "eslint-plugin-react-hooks": "^1.6.0",
53 "prettier": "^1.16.4",
54 "standard-version": "^5.0.2",
55 "stylelint": "^9.10.1",
56 "stylelint-config-standard": "^18.2.0",
57 "stylelint-order": "^2.1.0"
58 },
59 "config": {
60 "commitizen": {
61 "path": "./node_modules/cz-conventional-changelog"
62 }
63 }
64}