-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
89 lines (89 loc) · 2.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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "flow-playground",
"private": true,
"scripts": {
"start": "webpack-dev-server -d --config webpack.config.js --inline ",
"build": "webpack --mode=production",
"graphql:codegen": "npx graphql-codegen --config codegen.yml",
"test": "echo Tests command not implemented.",
"start-docker": "docker run -e FLOW_DEBUG=true -e FLOW_SESSIONCOOKIESSECURE=false -p 8080:8080 gcr.io/dl-flow/playground-api:latest ?",
"snyk-protect": "snyk protect"
},
"dependencies": {
"@emotion/core": "^10.0.35",
"@emotion/styled": "^10.0.27",
"@onflow/fcl": "^1.1.0",
"@onflow/transport-http": "^1.3.1-alpha.1",
"@reach/router": "^1.3.4",
"@sentry/react": "^6.19.7",
"@sentry/tracing": "^6.19.7",
"@sifrr/storage": "^0.0.9",
"@types/file-saver": "^2.0.1",
"@welldone-software/why-did-you-render": "^7.0.1",
"detect-browser": "^5.1.1",
"easymde": "^2.15.0",
"file-saver": "^2.0.5",
"framer-motion": "^2.6.6",
"handlebars-loader": "^1.7.1",
"idb-keyval": "^6.2.0",
"isomorphic-fetch": "^3.0.0",
"jszip": "^3.5.0",
"localstoragedb": "^2.3.2",
"markdown-to-jsx": "^7.1.3",
"mergebounce": "^0.1.1",
"monaco-editor": "^0.33.0",
"monaco-languageclient": "^0.18.1",
"random-word-slugs": "^0.1.6",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-ga": "^3.1.2",
"react-helmet": "^6.1.0",
"react-icons": "^4.3.1",
"react-simplemde-editor": "^5.0.2",
"react-use-clipboard": "^1.0.0",
"reset-css": "^5.0.1",
"styled-components": "^5.2.0",
"theme-ui": "^0.3.1",
"unique-names-generator": "^4.3.1",
"unreset-css": "^1.0.1",
"vscode-jsonrpc": "^6.0.0"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/preset-typescript": "^7.12.7",
"@types/isomorphic-fetch": "0.0.35",
"@types/mixpanel-browser": "^2.35.3",
"@types/reach__router": "^1.3.5",
"@types/react": "^16.9.49",
"@types/react-dom": "^16.9.8",
"@types/react-helmet": "^6.1.0",
"@types/react-icons": "^3.0.0",
"@types/styled-components": "^5.1.3",
"@types/theme-ui": "^0.3.6",
"@types/vscode": "^1.52.0",
"babel-jest": "^26.6.3",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^6.1.0",
"css-loader": "^5.2.5",
"dotenv-webpack": "^2.0.0",
"eslint": "^8.19.0",
"file-loader": "^6.1.0",
"handlebars": "^4.7.6",
"html-webpack-plugin": "^4.4.1",
"jest": "^26.6.3",
"monaco-editor-webpack-plugin": "^7.0.1",
"prettier": "^2.2.1",
"style-loader": "^1.2.1",
"ts-loader": "^8.0.3",
"typescript": "^4.4.3",
"webpack": "^4.44.1",
"webpack-bundle-analyzer": "^4.4.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
},
"resolutions": {
"property-expr": "2.0.3"
},
"snyk": true
}