-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 2.03 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
{
"name": "ps-log-management",
"version": "0.0.1",
"description": "A log management tool for PowerSchool",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IronCountySchoolDistrict/ps-plugin-boilerplate.git"
},
"keywords": [
"powerschool"
],
"author": "Issac Gable",
"license": "ISC",
"bugs": {
"url": "https://github.com/IronCountySchoolDistrict/ps-plugin-boilerplate/issues"
},
"homepage": "https://github.com/IronCountySchoolDistrict/ps-plugin-boilerplate#readme",
"devDependencies": {
"@babel/cli": "^7.0.0-beta.52",
"@babel/core": "^7.0.0-beta.52",
"@babel/plugin-transform-modules-amd": "^7.0.0-beta.52",
"@babel/plugin-transform-regenerator": "^7.0.0-beta.52",
"@babel/plugin-transform-runtime": "^7.0.0-beta.52",
"@babel/polyfill": "^7.0.0-beta.52",
"@babel/preset-env": "^7.0.0-beta.52",
"@babel/preset-es2015": "^7.0.0-beta.52",
"@babel/preset-stage-0": "^7.0.0-beta.52",
"@babel/register": "^7.0.0-beta.52",
"@babel/runtime": "^7.0.0-beta.52",
"autoprefixer": "^8.6.5",
"babel-loader": "^8.0.0-beta.4",
"clean-webpack-plugin": "^0.1.19",
"css-loader": "^1.0.0",
"eslint": "^5.1.0",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0",
"file-loader": "^1.1.11",
"gulp": "gulpjs/gulp#4.0",
"gulp4-ps-tasks": "^0.1.5",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.4.1",
"pkginfo": "^0.4.1",
"postcss": "^6.0.23",
"postcss-autoreset": "^2.0.2",
"postcss-loader": "^2.1.5",
"postcss-modules": "^1.1.0",
"sass-loader": "^7.0.3",
"style-loader": "^0.21.0",
"webpack": "^4.15.1",
"webpack-cli": "^3.0.8",
"webpack-merge": "^4.1.3",
"write-file-webpack-plugin": "^4.3.2"
},
"dependencies": {}
}