-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
43 lines (43 loc) · 1.16 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
{
"name": "NetKAN-Status",
"private": true,
"scripts": {
"watch": "webpack",
"build": "webpack --config webpack.build.config.js --mode=development",
"build-prod": "webpack --config webpack.build.config.js --mode=production"
},
"version": "0.0.0",
"description": "Simple static site to display NetKAN indexing status",
"keywords": [],
"dependencies": {
"@babel/preset-react": "^7.6.3",
"ajv": "^5.5.2",
"bootstrap": "^3.4.1",
"css-loader": "^0.28.11",
"file-loader": "^6.0.0",
"fixed-data-table": "^0.6.5",
"jquery": "^3.4.1",
"moment": "~2.18.1",
"rc-menu": "^7.5.3",
"react": "^15.6.2",
"react-dom": "^15.6.2",
"require": "~2",
"style-loader": "^0.18.2",
"url-loader": "^4.1.0"
},
"repository": {
"type": "git",
"url": "git://github.com/KSP-CKAN/NetKAN-status.git"
},
"author": "Leon Wright",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/plugin-proposal-object-rest-spread": "^7.6.2",
"@babel/preset-env": "^7.6.3",
"babel-loader": "^8.0.6",
"html-webpack-plugin": "^5.5.0",
"webpack": "^5.65.0",
"webpack-cli": "^4.9.1"
}
}