-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.41 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.41 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
{
"name": "aarau",
"description": "https://scrolliris.com/",
"version": "0.0.1",
"private": true,
"engines": {
"node": "8.11.3",
"npm": "6.4.0"
},
"scripts": {
"test": "node --version",
"postinstall": "gulp"
},
"dependencies": {
"crossfilter2": "1.4.6",
"d3": "5.7.0",
"inferno": "5.6.1",
"inferno-hyperscript": "5.6.1",
"inferno-tree-select": "0.0.5",
"moment": "~> 2.19.3",
"npm": "^6.4.0",
"styr": "0.0.32",
"vergil": "0.0.7"
},
"devDependencies": {
"babel-core": "6.26.3",
"babel-loader": "6.4.1",
"babel-preset-es2015": "6.24.1",
"css-loader": "0.28.7",
"eslint": "3.16.1",
"extract-text-webpack-plugin": "1.0.1",
"file-loader": "0.11.2",
"gulp": "4.0.0",
"gulp-clean": "0.3.2",
"gulp-cli": "2.0.1",
"gulp-env": "0.4.0",
"i18next": "10.5.0",
"i18next-browser-languagedetector": "2.1.0",
"i18next-conv": "6.0.0",
"i18next-xhr-backend": "1.5.1",
"json-loader": "0.5.7",
"karma": "3.0.0",
"karma-firefox-launcher": "1.1.0",
"karma-qunit": "2.1.0",
"karma-webpack": "3.0.0",
"qunit": "2.6.1",
"style-loader": "0.19.0",
"stylus": "0.54.5",
"stylus-loader": "3.0.1",
"url-loader": "0.6.2",
"vinyl-named": "1.1.0",
"webpack": "1.14.0",
"webpack-manifest-plugin": "1.1.0",
"webpack-stream": "3.2.0"
},
"cacheDirectories": [
"node_modules"
]
}