-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
92 lines (92 loc) · 2.9 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
{
"name": "jalgoarena-admin",
"version": "2.4.0",
"description": "JAlgoArena Admin",
"main": "build/server.js",
"scripts": {
"installRequiredGlobalDependencies": "npm install webpack-cli -g",
"pretest": "./node_modules/.bin/flow check",
"build": "webpack --config webpack.server.config.js --mode=production && webpack --config webpack.client.config.js --mode=production",
"prestart": "npm run build",
"start": "node build/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jalgoarena/JAlgoArena-Admin.git"
},
"keywords": [
"JAlgoArena"
],
"author": "Jacek Spólnik",
"license": "MIT",
"bugs": {
"url": "https://github.com/jalgoarena/JAlgoArena-Admin/issues"
},
"homepage": "https://github.com/jalgoarena/JAlgoArena-Admin#readme",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.1.0-10",
"@fortawesome/fontawesome-free-webfonts": "^1.0.8",
"ajv": "^6.4.0",
"bootstrap": "^3.3.7",
"brace": "^0.11.1",
"connected-react-router": "^4.3.0",
"enzyme": "^3.3.0",
"history": "^4.7.2",
"isomorphic-fetch": "^2.2.1",
"jquery": "^3.3.1",
"lodash": "^4.17.10",
"moment": "^2.22.2",
"popper.js": "^1.14.3",
"react": "^16.3.2",
"react-ace": "^5.10.0",
"react-addons-create-fragment": "^15.6.2",
"react-bootstrap": "^0.32.1",
"react-datetime-bootstrap": "^1.4.5",
"react-dom": "^16.3.2",
"react-json-tree": "^0.11.0",
"react-mixins": "^0.1.6",
"react-redux": "^5.0.7",
"react-router": "^4.2.0",
"react-router-bootstrap": "^0.24.4",
"react-router-dom": "^4.2.2",
"react-transition-group": "^2.3.1",
"redbox-react": "^1.6.0",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"remarkable": "^1.7.1",
"s": "^0.1.1",
"spin.js": "^3.1.0",
"typeface-roboto": "0.0.54",
"serve-static": "^1.13.2",
"express": "^4.16.3",
"morgan": "^1.9.0",
"http-proxy-middleware": "^0.18.0"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-jest": "^23.0.1",
"babel-loader": "^7.1.4",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"clean-webpack-plugin": "^0.1.19",
"concurrently": "^3.5.1",
"css-loader": "^0.28.11",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^1.1.11",
"flow-bin": "^0.69.0",
"html-webpack-plugin": "^3.2.0",
"html-webpack-root-element-plugin": "^0.1.3",
"mini-css-extract-plugin": "^0.4.0",
"react-transform-catch-errors": "^1.0.2",
"react-transform-hmr": "^1.0.4",
"style-loader": "^0.21.0",
"uglifyjs-webpack-plugin": "^1.2.5",
"url-parse": "latest",
"webpack": "^4.8.0",
"webpack-cli": "^2.1.3"
}
}