-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
56 lines (56 loc) · 1.6 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
{
"name": "@FannieMaeOpenSource/metrostop",
"version": "0.1.0",
"description": "A visualization csv to graph framework to visualizae a life cycle process",
"main": "index.js",
"scripts": {
"test": "jest --config=jest.config.json",
"dev": "webpack serve --config ./bundler/webpack.dev.js",
"build": "npx webpack --config ./bundler/webpack.prod.js"
},
"author": "andre barajas",
"license": "ISC",
"dependencies": {
"d3": "^7.4.4",
"fs": "0.0.1-security",
"papaparse": "^5.3.2",
"traceur": "^0.0.49"
},
"repository": {
"type": "git",
"url": "https: //github.com/FannieMaeOpenSource/metrostop"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"babel-loader": "^9.1.3",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^6.10.0",
"csv-loader": "^3.0.5",
"eslint": "^9.15.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.9.0",
"file-loader": "^6.2.0",
"html-loader": "^5.0.0",
"html-webpack-plugin": "^5.6.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.2.2",
"json5": "^2.2.3",
"mini-css-extract-plugin": "^2.6.1",
"portfinder-sync": "0.0.2",
"prettier": "3.2.5",
"prettier-eslint": "16.3.0",
"raw-loader": "^4.0.2",
"style-loader": "^3.3.4",
"webpack": "^5.70.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.2",
"webpack-merge": "^5.8.0"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/",
"access": "public"
}
}