-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.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
{
"dependencies": {
"@types/requirejs": "^2.1.29",
"@types/source-map": "^0.5.0",
"fp-ts": "^0.4.0",
"object.entries": "^1.0.4",
"object.values": "^1.0.4",
"requestidlecallback": "^0.3.0",
"requirejs": "^2.3.3",
"source-map": "^0.5.6",
"vex-js": "^4.0.0",
"whatwg-fetch": "^2.0.3"
},
"devDependencies": {
"@types/extract-text-webpack-plugin": "^2.1.0",
"@types/js-yaml": "^3.9.0",
"@types/node": "^8.0.5",
"@types/webpack": "^3.0.4",
"awesome-typescript-loader": "^3.2.1",
"broken-link-checker": "^0.7.6",
"css-loader": "^0.28.4",
"eslint": "^4.2.0",
"eslint-plugin-compat": "^1.0.4",
"extract-text-webpack-plugin": "^3.0.0",
"glob-fs": "^0.1.6",
"js-yaml": "^3.9.0",
"lodash-match-pattern": "^2.0.1",
"painless": "^0.9.5",
"style-loader": "^0.18.2",
"tern": "^0.21.0",
"ts-node": "^3.1.0",
"typescript": "^2.4.1",
"uglify-es": "^3.0.26",
"webpack": "^3.2.0"
},
"name": "gettyped",
"version": "0.1.0",
"description": "Library and motivation for static types",
"main": "index.js",
"repository": "[email protected]:jedahu/gettyped.git",
"author": "Jeremy Hughes <[email protected]>",
"license": "MIT"
}