-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 981 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
35
36
37
38
39
40
41
{
"name": "@pp-spaces/laravel-mix-graphql",
"description": "A Laravel Mix extension for GraphQL support for Webpack.",
"version": "0.0.3",
"main": "index.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/pp-spaces/laravel-mix-graphql"
},
"author": {
"name": "Socheat",
"email": "socheatsok78@gmail.com",
"homepage": "https://socheat.net",
"role": "Developer"
},
"bugs": {
"url": "https://github.com/pp-spaces/laravel-mix-graphql/issues"
},
"homepage": "https://github.com/pp-spaces/laravel-mix-graphql#readme",
"keywords": [
"laravel",
"laravel mix",
"mix",
"webpack",
"graphql",
"graphql-loader",
"graphql-tag"
],
"peerDependencies": {
"graphql": "^14.2.1",
"laravel-mix": ">=3.0.0"
},
"dependencies": {
"graphql-tag": "^2.10.3"
},
"scripts": {
"release": "npm publish --access public",
"release-tag": "npm run release -- --tag"
}
}