-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.54 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
{
"name": "gardner-charts",
"version": "0.0.1",
"description": "Mo betta way of looking at Navy Records",
"main": "scripts.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/twgardner2/navy_psr.git"
},
"author": "Tom Gardner",
"license": "ISC",
"bugs": {
"url": "https://github.com/twgardner2/navy_psr/issues"
},
"homepage": "https://github.com/twgardner2/navy_psr#readme",
"dependencies": {
"@karmaniverous/serify-deserify": "^1.2.9",
"@reduxjs/toolkit": "^1.9.1",
"d3": "^7.1.1",
"flatpickr": "^4.6.10"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/plugin-transform-runtime": "^7.16.7",
"@babel/preset-env": "^7.16.0",
"@babel/runtime": "^7.16.7",
"@babel/runtime-corejs3": "^7.16.7",
"arraybuffer-to-buffer": "0.0.7",
"assert": "^2.0.0",
"babel-loader": "^8.2.3",
"browserify-fs": "^1.0.0",
"buffer": "^6.0.3",
"constants-browserify": "^1.0.0",
"css-loader": "^6.5.1",
"expose-loader": "^3.1.0",
"graceful-fs": "^4.2.9",
"html-loader": "^3.1.0",
"mini-css-extract-plugin": "^2.4.5",
"path-browserify": "^1.0.1",
"pdfreader": "^1.2.14",
"postcss-loader": "^6.2.0",
"postcss-preset-env": "^6.7.0",
"process": "^0.11.10",
"sass": "^1.57.1",
"sass-loader": "^12.3.0",
"stream-browserify": "^3.0.0",
"util": "^0.12.4",
"webpack": "^5.64.0",
"webpack-cli": "^4.10.0"
}
}