-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
57 lines (57 loc) · 1.61 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": "experientiallearninginventory",
"version": "0.1.8",
"description": "Web app for tracking and approving student internships.",
"main": "index.php",
"directories": {
"doc": "docs",
"test": "tests"
},
"dependencies": {
"classnames": "^2.3.3",
"react": "^18.3.1",
"react-bootstrap": "^2.10.4",
"corejs-typeahead": "^1.3.4",
"react-calendar": "^2.15.2",
"react-dom": "^18.3.1",
"react-dropzone": "~3.13.3",
"react-transition-group": "^4.4.5"
},
"devDependencies": {
"@axe-core/react": "^4.5.2",
"@babel/core": "^7.19.6",
"@babel/preset-env": "^7.19.4",
"@babel/preset-react": "^7.18.6",
"assets-webpack-plugin": "^7.1.1",
"babel-loader": "^9.0.0",
"css-loader": "^6.7.1",
"eslint": "^8.26.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.4.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.31.10",
"eslint-webpack-plugin": "^3.2.0",
"style-loader": "^3.3.1",
"webpack": "^5.94.0",
"webpack-cli": "^4.10.0"
},
"scripts": {
"dev": "webpack --config webpack.config.dev.js --watch",
"build": "webpack --config webpack.config.prod.js",
"lint": "eslint './javascript/**/*.jsx'",
"test": ""
},
"repository": {
"type": "git",
"url": "git://github.com:BrownBook/ExperientialLearningInventory.git"
},
"keywords": [
"internship ooslp highered stateauth"
],
"author": "Jeremy Booker, et al.",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/BrownBook/ExperientialLearningInventory/issues"
}
}