-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
56 lines (56 loc) · 1.62 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
{
"name": "mit-tab",
"version": "1.0.0",
"description": "Front-end assets for the new version of mit-tab",
"main": "webpack.config.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint assets -c .eslintrc --ext js",
"fixlint": "eslint assets -c .eslintrc --ext js --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MIT-Tab/mit-tab.git"
},
"author": "Ben Muschol",
"license": "MIT",
"bugs": {
"url": "https://github.com/MIT-Tab/mit-tab/issues"
},
"homepage": "https://github.com/MIT-Tab/mit-tab#readme",
"devDependencies": {
"@babel/core": ">=7.4.4",
"@babel/preset-env": ">=7.4.4",
"babel": ">=6.23.0",
"babel-loader": ">=8.0.5",
"css-loader": ">=2.1.1",
"css-minimizer-webpack-plugin": "^5.0.1",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-config-prettier": "^4.2.0",
"eslint-import-resolver-webpack": "^0.11.1",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-prettier": "^3.1.0",
"file-loader": ">=3.0.1",
"mini-css-extract-plugin": ">=0.6.0",
"node-sass": "^8.0.0",
"prettier": "^1.17.1",
"sass-loader": ">=7.1.0",
"style-loader": ">=0.23.1",
"terser-webpack-plugin": "^5.3.9",
"webpack": ">=5.0.0",
"webpack-bundle-tracker": ">=0.4.2-beta",
"webpack-cli": ">=3.3.2"
},
"dependencies": {
"@ttskch/select2-bootstrap4-theme": "^1.2.2",
"bootstrap": "^4.3.1",
"bs-custom-file-input": "^1.3.2",
"jquery": "^1.9.1",
"popper.js": "^1.15.0",
"select2": "^4.0.7-rc.0"
}
}