forked from AppStateESS/InternshipInventory
-
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": "InternshipInventory",
"version": "0.1.8",
"description": "Web app for tracking and approving student internships.",
"main": "index.php",
"directories": {
"doc": "docs",
"test": "tests"
},
"dependencies": {
"classnames": "^2.2.5",
"corejs-typeahead": "^1.1.1",
"react": "~15.6.1",
"react-addons-css-transition-group": "~15.6.0",
"react-calendar": "^2.19.0",
"react-dom": "~15.6.1",
"react-dropzone": "~3.13.3",
"react-input-calendar": "^0.5.4"
},
"devDependencies": {
"assets-webpack-plugin": "^3.9.10",
"babel-core": "^6.26.3",
"babel-eslint": "7.2.3",
"babel-loader": "^7.1.5",
"babel-preset-es2015": "^6.16.0",
"babel-preset-react": "~6.24.1",
"css-loader": "^1.0.1",
"es6-promise": "~4.1.1",
"eslint": "4.18.2",
"eslint-loader": "1.8.0",
"eslint-plugin-flowtype": "2.34.1",
"eslint-plugin-import": "2.6.1",
"eslint-plugin-react": "7.1.0",
"json-loader": "0.5.4",
"react-a11y": "^0.3.3",
"react-bootstrap": "^0.31.0",
"strip-loader": "~0.1.2",
"style-loader": "~0.18.2",
"webpack": "^3.0.0"
},
"scripts": {
"dev": "webpack --config webpack.config.dev.js -d --watch",
"build": "webpack --config webpack.config.prod.js"
},
"repository": {
"type": "git",
"url": "git://github.com/AppStateESS/InternshipInventory.git"
},
"keywords": [
"internship"
],
"author": "Jeremy Booker, et al.",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/AppStateESS/InternshipInventory/issues"
}
}