-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.1 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
{
"name": "progrem-viewer",
"version": "0.0.1",
"description": "Progrem viewer",
"main": "index.ts",
"sideEffects": false,
"scripts": {
"build": "webpack",
"test": "jasmine-ts"
},
"author": "Maxime Bossard",
"license": "ISC",
"devDependencies": {
"@types/escodegen": "0.0.6",
"@types/esprima": "^4.0.2",
"@types/esprima-walk": "^0.1.1",
"@types/jasmine": "^3.3.13",
"@types/jasmine-ajax": "^3.1.40",
"@types/js-md5": "^0.4.2",
"@types/jsdom": "^12.2.3",
"css-loader": "^3.1.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"html-webpack-plugin": "^3.2.0",
"jasmine": "^3.4.0",
"jasmine-ajax": "^4.0.0",
"jasmine-core": "^3.4.0",
"jasmine-ts": "^0.3.0",
"jsdom": "^15.1.1",
"ts-loader": "^6.0.2",
"ts-node": "^8.2.0",
"typescript": "^3.5.1",
"webpack": "^4.32.2",
"webpack-cli": "^3.3.2",
"webpack-visualizer-plugin": "^0.1.11"
},
"dependencies": {
"escodegen": "^1.11.1",
"esprima": "^4.0.1",
"esprima-walk": "^0.1.0",
"js-md5": "^0.7.3",
"rxjs": "^6.5.2",
"rxjs-compat": "^6.5.2"
}
}