This repository was archived by the owner on Jan 9, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 53
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.22 KB
/
package.json
File metadata and controls
80 lines (80 loc) · 2.22 KB
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
{
"name": "ulterius-client",
"version": "1.0.0",
"description": "Client for Ulterius task manager server.",
"main": "public/index.html",
"scripts": {
"dev": "node ./webpack/dev-server.js",
"build": "node ./webpack/build.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Frob the Builder",
"license": "ISC",
"dependencies": {
"@types/chai": "3.4.34",
"alt": "0.18.1",
"asmcrypto.js": "0.0.11",
"babel-runtime": "6.18.0",
"bluebird": "3.3.5",
"change-case": "3.0.0",
"chartist": "0.9.5",
"classnames": "2.2.5",
"cronstrue": "0.8.0",
"crypto-js": "3.1.6",
"css-loader": "0.23.1",
"flux": "2.1.1",
"history": "1.17.0",
"jdataview": "2.5.0",
"jsencrypt": "2.1.0",
"justgage": "1.2.2",
"lodash": "4.15.0",
"node-sass": "3.8.0",
"novnc-node": "0.5.3",
"pako": "1.0.1",
"public-encrypt": "4.0.0",
"react": "15.2.1",
"react-addons-css-transition-group": "15.2.1",
"react-chartist": "0.10.2",
"react-codemirror": "0.2.6",
"react-dom": "15.2.1",
"react-grid-layout": "0.12.3",
"react-json-tree": "0.10.0",
"react-markdown": "2.4.2",
"react-motion": "0.4.4",
"react-overlays": "0.6.5",
"react-responsive": "1.1.2",
"react-router": "2.6.0",
"react-sortable-pane": "0.2.5",
"react-svg-gauge": "1.0.0",
"react-tap-event-plugin": "1.0.0",
"resolve-url-loader": "1.4.3",
"text-encoding": "0.6.0",
"ts-events": "3.1.1"
},
"devDependencies": {
"@types/node": "6.0.52",
"awesome-typescript-loader": "3.0.0-beta.17",
"copy-webpack-plugin": "4.0.1",
"eslint-plugin-react": "4.2.3",
"extract-loader": "0.0.2",
"file-loader": "0.9.0",
"fs-extra": "0.30.0",
"grunt": "0.4.5",
"grunt-webpack": "1.0.11",
"html-loader": "0.4.3",
"html-webpack-plugin": "2.22.0",
"jasmine": "2.4.1",
"jasmine-core": "2.4.1",
"json-loader": "0.5.4",
"react-hot-loader": "1.3.0",
"sass-loader": "3.2.0",
"style-loader": "0.13.0",
"ts-loader": "0.7.2",
"typescript": "2.1.4",
"webpack": "1.13.3",
"webpack-dev-server": "1.14.1",
"webpack-merge": "0.14.1",
"webpack-validator": "2.2.7",
"worker-loader": "0.7.0"
}
}