-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (86 loc) · 2.01 KB
/
package.json
File metadata and controls
86 lines (86 loc) · 2.01 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
81
82
83
84
85
86
{
"name": "dataset-repo",
"author": "Václav Ostrožlík <ostrovac@fit.cvut.cz>",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node src/server",
"test": "gulp test"
},
"engines": {
"node": ">= 6.0.0"
},
"dependencies": {
"async": "1.5.2",
"autoprefixer-loader": "2.0.0",
"babel": "5.8.21",
"babel-core": "5.8.21",
"babel-eslint": "4.0.5",
"babel-loader": "5.3.2",
"body-parser": "1.13.3",
"classnames": "2.2.5",
"compression": "1.6.2",
"cors": "2.8.3",
"css-loader": "0.28.4",
"d3": "3.5.6",
"del": "1.2.0",
"eslint": "1.1.0",
"eslint-plugin-react": "3.2.1",
"eventemitter3": "1.1.1",
"express": "4.15.3",
"extract-text-webpack-plugin": "0.8.2",
"file-loader": "0.11.2",
"flux": "2.0.3",
"gulp": "3.9.0",
"gulp-bg": "0.0.7",
"gulp-eslint": "1.0.0",
"gulp-rename": "1.2.2",
"gulp-util": "3.0.6",
"immutable": "3.8.1",
"knex": "0.13.0",
"ladda": "1.0.0",
"less": "2.5.1",
"less-loader": "2.2.0",
"mysql": "2.13.0",
"node-notifier": "4.2.3",
"nodemailer": "4.0.1",
"normalize.css": "7.0.0",
"nunjucks": "3.0.1",
"piping": "0.2.0",
"react": "0.13.3",
"react-d3": "0.3.1",
"react-document-title": "1.0.2",
"react-hot-loader": "1.2.8",
"react-ladda": "3.0.0",
"react-pure-render": "1.0.2",
"react-router": "0.13.5",
"serve-favicon": "2.3.0",
"style-loader": "0.12.3",
"stylus-loader": "1.2.1",
"superagent": "1.3.0",
"underscore": "1.8.3",
"url-loader": "0.5.9",
"validator": "4.0.2",
"webpack": "1.11.0",
"webpack-dev-server": "1.10.1",
"yargs": "8.0.2"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.23.7"
},
"plugins": [
[
"@babel/plugin-proposal-decorators",
{
"legacy": true
}
],
[
"@babel/plugin-proposal-class-properties",
{
"loose": true
}
]
]
}