-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·110 lines (110 loc) · 5.18 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"name": "tola-activity",
"version": "1.0.0",
"license": "Apache-2.0",
"description": "Frontend framework for Mercy Corps’ TolaActivity web app",
"author": "Paul Souders <psouders@mercycorps.org>",
"config": {
"css": "tola/static/css",
"js": "tola/static/js"
},
"repository": {
"type": "git",
"url": "https://github.com/mercycorps/toladata"
},
"scripts": {
"install:prod": "npm install --no-optional --only=production",
"install:dev": "npm install",
"cpx-bootstrap-css": "cpx \"node_modules/bootstrap/dist/css/bootstrap.min.{css,css.map}\" $npm_package_config_css",
"cpx-bootstrap-js": "cpx \"node_modules/bootstrap/dist/js/bootstrap.min.{js,js.map}\" $npm_package_config_js",
"cpx-jquery-js": "cpx node_modules/jquery/dist/jquery.min.js $npm_package_config_js",
"cpx-jquery-ui-js": "cpx node_modules/jquery-ui-dist/jquery-ui.min.js $npm_package_config_js",
"cpx-jquery-ui-css": "cpx node_modules/jquery-ui-dist/jquery-ui.min.css $npm_package_config_css",
"cpx-popper-js": "cpx \"node_modules/popper.js/dist/umd/popper.min.{js,js.map}\" $npm_package_config_js",
"cpx-bootstrap-multiselect-js": "cpx node_modules/bootstrap-multiselect/dist/js/bootstrap-multiselect.js $npm_package_config_js",
"cpx-bootstrap-multiselect-css": "cpx node_modules/bootstrap-multiselect/dist/css/bootstrap-multiselect.css $npm_package_config_css",
"cpx-select2-js": "cpx node_modules/select2/dist/js/select2.min.js $npm_package_config_js",
"cpx-select2-css": "cpx node_modules/select2/dist/css/select2.min.css $npm_package_config_css",
"cpx-pnotify-core-js": "cpx \"node_modules/pnotify/dist/iife/PNotify.{js,js.map}\" $npm_package_config_js",
"cpx-pnotify-buttons-js": "cpx \"node_modules/pnotify/dist/iife/PNotifyButtons.{js,js.map}\" $npm_package_config_js",
"cpx-pnotify-confirm-js": "cpx \"node_modules/pnotify/dist/iife/PNotifyConfirm.{js,js.map}\" $npm_package_config_js",
"cpx-pnotify-callbacks-js": "cpx \"node_modules/pnotify/dist/iife/PNotifyCallbacks.{js,js.map}\" $npm_package_config_js",
"copy": "npm-run-all cpx-*",
"build": "npm run build:prod; npm run build:dev",
"build:prod": "./node_modules/.bin/webpack --config webpack.prod.js --mode production",
"build:dev": "./node_modules/.bin/webpack --config webpack.dev.js --mode development",
"watch": "./node_modules/.bin/webpack-dev-server --config webpack.local.js --mode development",
"test": "./node_modules/.bin/jest --config jest.config.js ./js",
"test:watch": "npm test -- --watch"
},
"devDependencies": {
"babel-jest": "^26.6.3",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"cpx": "^1.5.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.6",
"jest": "^26.6.3",
"nodemon": "^2.0.19",
"npm-run-all": "*",
"react-test-renderer": "^17.0.2"
},
"dependencies": {
"@babel/core": "^7.18.9",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.18.9",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.18.9",
"@babel/preset-react": "^7.18.6",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.19",
"axios": "^0.21.4",
"babel-core": "^7.0.0-bridge.0",
"babel-loader": "^8.2.5",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"bootstrap": "^4.6.2",
"bootstrap-multiselect": "github:davidstutz/bootstrap-multiselect",
"classnames": "^2.3.1",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^5.2.7",
"file-loader": "^6.2.0",
"jquery": "^3.6.0",
"jquery-ui-dist": "1.12.1",
"leaflet": "^1.8.0",
"mini-css-extract-plugin": "^1.6.2",
"mobx": "^5.15.7",
"mobx-react": "^5.4.4",
"nanobus": "^4.5.0",
"node-addon-api": "^1.7.1",
"node-sass": "^7.0.1",
"pnotify": "^4.0.1",
"popper.js": "^1.16.1",
"qs": "^6.11.0",
"react": "^16.14.0",
"react-autosize-textarea": "^7.1.0",
"react-beautiful-dnd": "^12.2.0",
"react-bootstrap-table-next": "^2.2.0",
"react-bootstrap-table2-paginator": "^2.1.2",
"react-dom": "^16.14.0",
"react-fast-compare": "^2.0.4",
"react-icons": "^3.11.0",
"react-multiselect-checkboxes": "^0.1.1",
"react-paginate": "^6.5.0",
"react-select": "^3.2.0",
"react-sortable-hoc": "^1.11.0",
"react-virtualized": "^9.22.3",
"router5": "^7.0.2",
"router5-plugin-browser": "^7.0.2",
"sass-loader": "^10.3.1",
"select2": "^4.0.13",
"style-loader": "^2.0.0",
"topojson-client": "^3.1.0",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.46.0",
"webpack-bundle-tracker": "^0.4.3",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.3",
"webpack-merge": "^5.8.0"
}
}