-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.5 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.5 KB
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
{
"name": "graphql-en-devtools",
"version": "1.0.0",
"description": "GraphQL en Devtools :wrench:",
"main": "index.js",
"scripts": {
"build": "webpack --config webpack.prod.js && npm run pack",
"dev": "webpack -w --config webpack.dev.js",
"lint": "npx tsdx lint src",
"lint:fix": "npm run lint -- --fix",
"pack": "zip -r extension.zip dist",
"postinstall": "npx install-types"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maddhruv/graphql-en-devtools.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/maddhruv/graphql-en-devtools/issues"
},
"homepage": "https://github.com/maddhruv/graphql-en-devtools#readme",
"dependencies": {
"css-loader": "^4.3.0",
"json-beautify": "^1.1.1",
"prismjs": "^1.21.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-icons": "^3.11.0",
"style-loader": "^2.0.0",
"styled-components": "^5.2.0"
},
"devDependencies": {
"@types/chrome": "0.0.124",
"@types/node": "^14.11.8",
"@types/prismjs": "^1.16.1",
"@types/react": "^16.9.51",
"@types/react-dom": "^16.9.8",
"@types/styled-components": "^5.1.3",
"@types/webpack": "^4.41.22",
"@types/webpack-merge": "^4.1.5",
"babel-plugin-prismjs": "^2.0.1",
"install-types": "^2.0.1",
"ts-loader": "^8.0.4",
"tsdx": "^0.14.1",
"typescript": "^4.0.3",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12",
"webpack-merge": "^5.2.0"
}
}