-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
61 lines (61 loc) · 1.82 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
60
61
{
"name": "nexus-website",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/graphql-nexus/website.git",
"author": "Flavian DESVERNE <[email protected]>",
"license": "MIT",
"dependencies": {
"@nexus/schema": "0.20.0-next.16",
"dedent": "^0.7.0",
"graphql": "^15.0.0",
"monaco-editor": "^0.21.2",
"react": "^16.7.0-alpha.2",
"react-dom": "^16.7.0-alpha.2"
},
"scripts": {
"dev": "ts-node-dev --respawn ./src/serve.ts",
"build": "webpack",
"format": "prettier --write ./src/**/*.ts"
},
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"@babel/preset-react": "^7.12.1",
"@babel/preset-typescript": "^7.12.1",
"@prisma-labs/prettier-config": "^0.1.0",
"@types/dedent": "^0.7.0",
"@types/express": "^4.17.8",
"@types/json5": "^0.0.30",
"@types/lodash.debounce": "^4.0.4",
"@types/node": "^14.14.2",
"@types/react": "^16.9.53",
"@types/react-dom": "^16.0.9",
"@types/serve-index": "^1.7.30",
"@types/webpack": "^4.4.19",
"babel-loader": "^8.0.4",
"css-loader": "^3.2.0",
"docusaurus": "^1.7.2",
"express": "^4.17.1",
"file-loader": "^6.1.0",
"fs-extra": "^8.1.0",
"json5": "^2.1.0",
"lodash.debounce": "^4.0.8",
"lodash.groupby": "^4.6.0",
"lz-string": "^1.4.4",
"monaco-editor-webpack-plugin": "^2.0.0",
"raw-loader": "^3.1.0",
"react-split-pane": "^0.1.84",
"serve-index": "^1.9.1",
"style-loader": "^1.0.0",
"transit-js": "^0.8.861",
"ts-node": "^9.0.0",
"ts-node-dev": "^1.0.0",
"typescript": "4.0.3",
"use-debounce": "^3.1.0",
"webpack": "^4.25.1",
"webpack-cli": "^3.1.2"
}
}