-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
34 lines (34 loc) · 911 Bytes
/
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
{
"name": "is-this-graphql",
"version": "1.5.1",
"description": "Check whether a website is using GraphQL or not at a glance!",
"main": "index.js",
"scripts": {
"dev": "nodemon --watch src -e ts,tsx,js,jsx,json,css --exec \"npm run build\"",
"build": "webpack",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "BSD-3-Clause",
"devDependencies": {
"@types/chrome": "0.0.75",
"@types/react": "^16.7.8",
"@types/react-dom": "^16.0.11",
"css-loader": "^1.0.1",
"nodemon": "^2.0.7",
"style-loader": "^0.23.1",
"ts-loader": "^5.3.1",
"typescript": "^3.1.6",
"webpack": "^4.26.1",
"webpack-cli": "^3.1.2"
},
"dependencies": {
"@types/psl": "^1.1.0",
"@use-it/interval": "^1.0.0",
"graphql": "^16.8.1",
"psl": "^1.8.0",
"react": "^16.6.3",
"react-dom": "^16.6.3"
}
}