-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
100 lines (100 loc) · 3.39 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
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"name": "koe-frontend",
"version": "0.0.1",
"private": true,
"description": "koe frontend assets.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "babel-node server.js",
"build": "node build.js",
"build-prod": "node build.js production",
"build-prod-posix": "NODE_ENV=production && webpack -p --progress --colors --config webpack.prod.config.js --bail",
"lint": "flake8 && eslint assets"
},
"dependencies": {
"animate.css": "^3.5.2",
"audio-resampler": "^1.0.1",
"audiobuffer-to-wav": "^1.0.0",
"autoprefixer": "^6.5.1",
"babel-cli": "^6.18.0",
"babel-core": "^6.18.0",
"babel-loader": "^6.2.7",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"base64-arraybuffer": "^0.1.5",
"bluebird": "^3.5.1",
"bootstrap-datepicker": "^1.6.4",
"bootstrap-loader": "^1.2.1",
"bootstrap-sass": "3.3.7",
"bootstrap-slider": "^9.7.2",
"bootswatch": "^3.3.7",
"classnames": "^2.2.5",
"components-font-awesome": "^4.7.0",
"compute-euclidean-distance": "^1.0.0",
"config": "^1.29.2",
"css-element-queries": "^1.2.1",
"css-loader": "^0",
"d3": "5.2.0",
"dotenv-webpack": "^1.5.4",
"dropzone": "5.7.0",
"expose-loader": "^0.7.1",
"extract-text-webpack-plugin": "^1.0.1",
"fft.js": "^4.0.3",
"file-loader": "^0.9.0",
"file-saver": "^2.0.0",
"font-awesome": "^4.7.0",
"font-awesome-webpack": "0.0.5-beta.2",
"fs": "0.0.1-security",
"imports-loader": "^0.6.5",
"jquery": "^3.1.1",
"jquery-contextmenu": "^2.4.4",
"jquery-getscrollbarwidth": "^1.0.0",
"jquery.browser": "^0.1.0",
"jquery.event.drag": "^2.2.2",
"jquery.scrollintoview": "^1.9.4",
"jszip": "^3.1.5",
"keyboardjs": "2.5.0",
"less": "^2.7.2",
"lodash": "^4.16.6",
"marked": "^0.3.6",
"md5": "^2.2.1",
"node-fs": "^0.1.7",
"node-sass": "4.9.0",
"numjs": "^0.16.0",
"papaparse": "^4.6.2",
"plotly.js": "^1.41.3",
"postcss": "^5.2.5",
"postcss-loader": "^1.1.0",
"raven-js": "3.15.0",
"react": "~16.13.0",
"react-bootstrap": "0.33.1",
"react-dom": "~16.13.0",
"react-router": "^5.2.0",
"react-router-bootstrap": "^0.25.0",
"react-router-dom": "^5.2.0",
"redux": "^3.6.0",
"resolve-url-loader": "^1.6.0",
"sass-loader": "^4.0.2",
"script-loader": "^0.7.0",
"selectize": "git+https://[email protected]/fzyukio/selectize.js.git#v0.12.4.1",
"slick-carousel": "^1.8.1",
"slickgrid": "git+https://[email protected]/fzyukio/SlickGrid.git",
"source-map-loader": "^0.2.3",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"url-parse": "^1.4.3",
"webpack": "^1.15.0",
"webpack-bundle-tracker": "0.0.93",
"webpack-dev-server": "^1.16.2",
"yamljs": "^0.3.0",
"yarn": "^1.22.10"
},
"devDependencies": {
"react-hot-loader": "^1.3.0"
},
"resolutions": {
"//": "Very important: resolve must be 1.6.0 - there is a bug in 1.7.0",
"*/resolve": "1.6.0"
}
}