-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.39 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
{
"name": "graphql-arrows",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "webpack --config webpack.config.js",
"dev": "webpack serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/danstarns/graphql-arrows.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/danstarns/graphql-arrows/issues"
},
"homepage": "https://github.com/danstarns/graphql-arrows#readme",
"dependencies": {
"ace-builds": "^1.4.12",
"graphql": "^15.4.0",
"react": "^17.0.1",
"react-ace": "^9.2.1",
"react-bootstrap": "^1.4.0",
"react-dom": "^17.0.1"
},
"devDependencies": {
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-router-dom": "^5.1.6",
"@types/webpack": "^4.41.25",
"@typescript-eslint/eslint-plugin": "^4.10.0",
"css-loader": "^5.0.1",
"dotenv-webpack": "^6.0.0",
"eslint-config-prettier": "^7.0.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^4.5.0",
"prettier": "^2.2.1",
"style-loader": "^2.0.0",
"ts-loader": "^8.0.12",
"typescript": "^4.1.3",
"webpack": "^5.10.3",
"webpack-cli": "^4.2.0",
"webpack-dev-server": "^3.11.0"
}
}