-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.43 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
{
"name": "ispy",
"version": "0.0.3",
"description": "A chrome extension for easy access and management of localStorage Edit",
"dependencies": {
"react": "16.9.0",
"react-ace": "7.0.4",
"react-dom": "16.9.0",
"react-scripts": "3.1.2",
"react-syntax-highlighter": "11.0.2",
"uuid": "3.3.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rossedfort/ispy.git"
},
"keywords": [
"localstorage",
"google",
"chrome",
"extension"
],
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "tslint -p ./tsconfig.json --fix",
"lint:ci": "tslint -p ./tsconfig.json"
},
"eslintConfig": {
"extends": "react-app"
},
"author": "Ross Edfort <rossedfort>",
"license": "MIT",
"bugs": {
"url": "https://github.com/rossedfort/ispy/issues"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@types/chrome": "0.0.88",
"@types/jest": "24.0.18",
"@types/node": "12.7.11",
"@types/react": "16.8.7",
"@types/react-dom": "16.8.2",
"@types/react-syntax-highlighter": "11.0.0",
"@types/uuid": "3.4.5",
"@typescript-eslint/eslint-plugin": "2.3.2",
"@typescript-eslint/parser": "2.3.2",
"eslint": "6.5.1",
"tslint": "5.20.0",
"typescript": "3.5.3"
}
}