-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.24 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
{
"name": "pen-case",
"version": "0.0.0",
"description": "local CodePen development set up",
"devDependencies": {
"@babel/core": "^7.14.8",
"@babel/preset-env": "^7.14.8",
"@typescript-eslint/eslint-plugin": "2.x",
"@typescript-eslint/parser": "2.x",
"autoprefixer": "^9.6.1",
"browser-sync": "^2.26.7",
"eslint-plugin-flowtype": "3.x",
"eslint-plugin-import": "2.x",
"eslint-plugin-jsx-a11y": "6.x",
"eslint-plugin-react-hooks": "1.x",
"postcss-cli": "^2.3.2",
"pug-cli": "^1.0.0-alpha6",
"stylus": "^0.54.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jh3y/pen-case.git"
},
"author": "jh3y <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jh3y/pen-case/issues"
},
"homepage": "https://github.com/jh3y/pen-case",
"dependencies": {
"@babel/cli": "^7.14.8",
"@babel/preset-react": "^7.14.5",
"eslint": "6.x",
"eslint-config-prettier": "^6.0.0",
"eslint-config-react-app": "^5.1.0",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "7.x",
"husky": "^3.0.0",
"lint-staged": "^9.2.0",
"prettier": "^1.13.7",
"prettier-eslint": "^9.0.0",
"typescript": "^4.4.4"
}
}