-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1.49 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
{
"name": "tzkt-pro",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "git+https://github.com/baking-bad/tzkt-pro.git"
},
"keywords": [],
"author": "Neil Russell, Michael Zaikin <[email protected]>",
"bugs": {
"url": "https://github.com/baking-bad/tzkt-pro/issues"
},
"homepage": "https://github.com/baking-bad/tzkt-pro#readme",
"scripts": {
"test": "jest --ci --config jest.node.config.js --verbose",
"test:watch": "npm run test -- --watch",
"start": "NODE_ENV=development webpack --watch",
"build": "NODE_ENV=production webpack"
},
"engines": {
"npm": "^6.14.8"
},
"dependencies": {
"@babel/core": "^7.7.5",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/plugin-syntax-dynamic-import": "^7.7.4",
"@babel/preset-env": "^7.7.6",
"@babel/preset-react": "^7.7.4",
"babel-loader": "^8.0.6",
"babel-plugin-syntax-async-functions": "^6.13.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-regenerator": "^6.26.0",
"css-loader": "^5.0.1",
"graphiql-explorer": "^0.6.2",
"graphql": "^15.4.0",
"path": "^0.12.7",
"style-loader": "^2.0.0",
"webpack": "^5.13.0",
"webpack-cli": "^4.3.1"
},
"devDependencies": {
"react": "^16.4.1",
"react-dom": "^16.4.1",
"redoc-cli": "^0.9.12",
"bluebird": "^3.7.2",
"dotenv-cli": "^4.0.0",
"handlebars": "^4.7.6",
"jest": "^26.5.3",
"shelljs": "^0.8.4",
"graphiql": "^1.3.2"
}
}