-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2.42 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
{
"name": "student-profile",
"version": "0.4.0",
"description": "A student profile page for PowerSchool.",
"scripts": {
"test": "",
"start": "webpack-serve ./webpack.dev.babel.js --require @babel/register",
"build": "webpack --config webpack.prod.babel.js && gulp createPkgNoImage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IronCountySchoolDistrict/student-profile.git"
},
"author": "IronCountySchoolDistrict",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/IronCountySchoolDistrict/student-profile/issues"
},
"homepage": "https://github.com/IronCountySchoolDistrict/student-profile#readme",
"dependencies": {
"address-format": "^0.0.3",
"babel-preset-env": "^1.7.0",
"bootstrap": "^4.1.1",
"git": "^0.1.5",
"grep": "^0.1.0",
"he": "^1.1.1",
"iframe-resizer": "4.1.1",
"isomorphic-fetch": "^2.2.1",
"jquery": "^3.2.1",
"jquery.cookie": "^1.4.1",
"js-cookie": "^2.2.0",
"popper.js": "^1.14.3",
"postmate": "^1.4.2",
"prop-types": "^15.6.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-router": "5.0.0",
"react-router-dom": "5.0.0",
"underscore": "^1.9.1",
"urijs": "^1.19.0",
"version": "^0.1.2"
},
"devDependencies": {
"@babel/cli": "^7.0.0-beta.51",
"@babel/plugin-transform-modules-amd": "^7.0.0-beta.51",
"@babel/plugin-transform-modules-commonjs": "^7.0.0-beta.51",
"@babel/preset-env": "^7.0.0-beta.51",
"@babel/preset-es2015": "^7.0.0-beta.51",
"@babel/preset-react": "^7.0.0-beta.51",
"@babel/preset-stage-0": "^7.0.0-beta.51",
"@babel/register": "^7.0.0-beta.51",
"babel-eslint": "10.0.1",
"babel-loader": "8.0.5",
"clean-webpack-plugin": "2.0.2",
"css-hot-loader": "^1.3.9",
"css-loader": "2.1.1",
"eslint": "5.16.0",
"eslint-plugin-react": "^7.5.1",
"expose-loader": "^0.7.5",
"extract-text-webpack-plugin": "^3.0.2",
"gulp": "^4.0.2",
"gulp4-ps-tasks": "^0.1.8",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "0.6.0",
"pkginfo": "^0.4.1",
"react-hot-loader": "4.8.4",
"sass-loader": "7.1.0",
"style-loader": "0.23.1",
"webpack": "^4.5.0",
"webpack-cli": "^3.0.8",
"webpack-hot-client": "^4.0.4",
"webpack-merge": "^4.1.3",
"webpack-stream": "5.2.1",
"write-file-webpack-plugin": "^4.3.2",
"yargs": "13.2.2"
}
}