-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 2.56 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 2.56 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "graphql-modules-validate",
"sideEffects": false,
"version": "0.0.6",
"description": "",
"main": "./cjs/ValidateGraphql.js",
"dependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.18.2",
"@babel/node": "^7.0.0",
"@babel/plugin-proposal-async-generator-functions": "^7.12.12",
"@babel/plugin-proposal-class-properties": "^7.17.12",
"@babel/plugin-proposal-class-static-block": "^7.12.1",
"@babel/plugin-proposal-decorators": "^7.17.12",
"@babel/plugin-proposal-do-expressions": "^7.0.0",
"@babel/plugin-proposal-export-default-from": "^7.12.1",
"@babel/plugin-proposal-export-namespace-from": "^7.12.1",
"@babel/plugin-proposal-function-sent": "^7.0.0",
"@babel/plugin-proposal-json-strings": "^7.12.1",
"@babel/plugin-proposal-logical-assignment-operators": "^7.0.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0",
"@babel/plugin-proposal-numeric-separator": "^7.0.0",
"@babel/plugin-proposal-optional-chaining": "^7.12.7",
"@babel/plugin-proposal-pipeline-operator": "^7.12.1",
"@babel/plugin-proposal-throw-expressions": "^ 7.12.1",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/plugin-transform-dotall-regex": "^7.12.1",
"@babel/plugin-transform-regenerator": "^7.12.1",
"@babel/plugin-transform-runtime": "^7.1.0",
"@babel/plugin-transform-typescript": "^7.12.1",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.18.2",
"@babel/preset-typescript": "^7.12.7",
"@babel/register": "^7.17.7",
"@babel/runtime": "^7.1.2",
"@types/chai": "^4.3.1",
"@types/mocha": "^9.1.1",
"assert": "^2.0.0",
"awesome-typescript-loader": "^5.2.1",
"babel-loader": "^8.2.2",
"babel-plugin-named-asset-import": "^0.3.7",
"case-sensitive-paths-webpack-plugin": "^2.4.0",
"chai": "^4.3.6",
"cross-env": "^7.0.3",
"friendly-errors-webpack-plugin": "^1.7.0",
"graphql": "^15.4.0",
"graphql-modules": "^2.0.0",
"install": "^0.13.0",
"jsdom": "^19.0.0",
"mocha": "^10.0.0",
"mocha-dom": "^1.0.0",
"npm": "^8.12.1",
"nyc": "^15.1.0",
"sinon": "^14.0.0",
"ts-node": "^10.8.1",
"tsconfig-paths": "^4.0.0",
"webpack": "^5.72.1",
"webpackbar": "^5.0.2"
},
"devDependencies": {
"webpack-cli": "^4.9.2"
},
"scripts": {
"test": "mocha -r @babel/register ./test/**/*.js",
"cover": "nyc --reporter=html npm run test",
"postinstall": "cross-env NODE_ENV=development webpack"
},
"author": "",
"license": "ISC"
}