-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
53 lines (53 loc) · 1.55 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
{
"dependencies": {
"autoprefixer": "^8.0.0",
"babel-core": "^6.26.0",
"babel-loader": "7.x",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"coffee-loader": "^0.9.0",
"coffee-script": "^1.12.7",
"compression-webpack-plugin": "^1.1.7",
"crowdai-music-evaluation-interface": "^0.1.10",
"css-loader": "^0.28.9",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.6",
"flatpickr": "^4.5.0",
"glob": "^7.1.2",
"jquery": "^3.2.1",
"js-yaml": "^3.10.0",
"midi-player-js": "^2.0.3",
"node-sass": "^4.7.2",
"notebookjs": "^0.3.0",
"path-complete-extname": "^0.1.0",
"postcss-loader": "^2.1.0",
"postcss-smart-import": "^0.7.6",
"precss": "^3.1.0",
"prop-types": "^15.6.0",
"rails-erb-loader": "^5.2.1",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"requirejs": "^2.3.5",
"resolve-url-loader": "^2.2.1",
"sass-loader": "^6.0.6",
"stimulus": "^1.0.1",
"stimulus-flatpickr": "^0.4.1",
"style-loader": "^0.20.2",
"upath": "^1.1.0",
"webpack": "^3.11.0",
"webpack-manifest-plugin": "^1.3.2",
"webpack-merge": "^4.1.1"
},
"devDependencies": {
"webpack-dev-server": "3.1.11"
},
"name": "crowdai",
"version": "1.0.0",
"main": "index.js",
"repository": "git@github.com:crowdai/crowdai.git",
"author": "Sean Carroll <sfcarroll@gmail.com>",
"license": "MIT"
}