-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.5 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.5 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
{
"name": "goliath",
"version": "1.0.0",
"description": "A shared inventory.",
"main": "index.js",
"scripts": {
"dev": "webpack --config webpack.dev.config.js",
"prod": "webpack --config webpack.prod.config.js",
"watch": "webpack --config webpack.dev.config.js --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hereischen/goliath.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/hereischen/goliath/issues"
},
"homepage": "https://github.com/hereischen/goliath#readme",
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.2.3",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.5",
"babel-plugin-transform-class-properties": "^6.24.1",
"bootstrap": "^3.4.1",
"clean-webpack-plugin": "^2.0.1",
"css-loader": "^2.1.1",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^5.0.2",
"html-webpack-plugin": "^3.2.0",
"image-webpack-loader": "^6.0.0",
"jquery": "^3.4.1",
"less-loader": "^4.1.0",
"lodash": "^4.17.15",
"moment": "^2.23.0",
"prop-types": "^15.6.2",
"react": "^16.7.0",
"react-bootstrap": "^0.32.4",
"react-bootstrap-dialog": "^0.10.0",
"react-dom": "^16.7.0",
"react-select": "^2.2.0",
"react-table": "^6.11.5",
"style-loader": "^0.23.1",
"webpack": "^4.28.3",
"webpack-cli": "^3.2.0",
"webpack-merge": "^4.2.1"
},
"dependencies": {
"less": "^3.9.0"
}
}