forked from dataform-co/dataform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
84 lines (84 loc) · 2.35 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
{
"dependencies": {
"@babel/runtime": "^7.2.0",
"@bazel/ibazel": "^0.9.1",
"@bazel/typescript": "^0.32.2",
"@blueprintjs/core": "^3.15.1",
"@blueprintjs/select": "^3.8.1",
"@google-cloud/bigquery": "^4.1.1",
"@mapbox/rehype-prism": "^0.3.1",
"@types/chai": "^4.1.7",
"@types/es6-shim": "^0.31.37",
"@types/glob": "^7.1.1",
"@types/long": "^4.0.0",
"@types/mocha": "^5.2.5",
"@types/moo": "^0.5.0",
"@types/mssql": "^4.0.15",
"@types/next": "^7.0.5",
"@types/node": "^9.6.47",
"@types/react": "^16.7.17",
"@types/readline-sync": "^1.4.3",
"@types/rimraf": "^2.0.2",
"@types/stack-trace": "^0.0.29",
"@types/yargs": "^11.1.1",
"@zeit/next-css": "^1.0.1",
"@zeit/next-mdx": "^1.2.0",
"@zeit/next-typescript": "^1.1.1",
"algoliasearch": "^3.32.1",
"chai": "^4.2.0",
"chalk": "^2.4.2",
"chokidar": "^2.0.4",
"cron-parser": "^2.11.0",
"css-loader": "^1.0.1",
"escodegen": "^1.11.0",
"espree": "^3.5.4",
"estraverse": "^4.2.0",
"glob": "^7.1.3",
"jsdoc": "^3.5.5",
"minimist": "^1.2.0",
"mocha": "^5.2.0",
"moo": "^0.5.0",
"mssql": "^5.1.0",
"next": "^8.0.4",
"next-images": "^1.0.4",
"node-redshift": "^0.1.5",
"pegjs": "^0.10.0",
"prettier": "^1.14.2",
"pretty-ms": "^4.0.0",
"promise-pool-executor": "^1.1.1",
"protobufjs": "^6.8.8",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"react-instantsearch-dom": "^5.5.0",
"react-is": "^16.8.6",
"react-media": "^1.9.2",
"react-transition-group": "^2.5.3",
"readline-sync": "^1.4.9",
"remark": "^10.0.1",
"remark-highlight.js": "^5.1.0",
"remark-react": "^5.0.1",
"remark-slug": "^5.1.1",
"rimraf": "^2.6.2",
"semver": "^5.6.0",
"snowflake-sdk": "^1.1.11",
"source-map-loader": "^0.2.0",
"style-loader": "^0.13.1",
"tmp": "0.0.33",
"ts-loader": "^5.3.1",
"ts-mockito": "^2.3.1",
"tsconfig-paths-webpack-plugin": "^3.2.0",
"tslint": "^5.14.0",
"tslint-config-prettier": "^1.18.0",
"tslint-react": "^3.6.0",
"typed-css-modules": "^0.3.7",
"typedoc": "^0.14.2",
"typescript": "^3.5.1",
"uglify-es": "^3.3.9",
"uglify-js": "^3.4.9",
"umd-compat-loader": "^2.1.1",
"untildify": "^4.0.0",
"vm2": "^3.8.1",
"webpack": "4.20.2",
"yargs": "^12.0.1"
}
}