-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.4 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
{
"name": "wcm-styles",
"version": "0.4.13",
"description": "Styles for Weill Cornell Medicine",
"homepage": "https://github.com/wcmc-its/wcm-styles",
"main": "index.js",
"scripts": {
"build": "webpack",
"serve": "http-server",
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "webpack --watch"
},
"keywords": [],
"author": "Kevin McCormack",
"license": "ISC",
"devDependencies": {
"css-loader": "^3.2.0",
"cssnano": "^4.1.10",
"eslint": "^4.19.1",
"eslint-config-standard": "^10.2.1",
"eslint-loader": "^1.9.0",
"eslint-plugin-import": "^2.10.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-standard": "^3.0.1",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.11",
"http-server": "^0.10.0",
"mem": ">=4.0.0",
"node-sass": "^4.12.0",
"postcss-loader": "^3.0.0",
"postcss-scss": "^2.0.0",
"sass-loader": "^7.3.1",
"style-loader": "^0.19.1",
"stylelint": "^11.0.0",
"stylelint-config-standard": "^17.0.0",
"stylelint-webpack-plugin": "^0.9.0",
"uglifyjs-webpack-plugin": "^1.2.5",
"webpack": "^3.12.0"
},
"dependencies": {
"bootstrap": "^4.3.1",
"expose-loader": "^0.7.5",
"font-awesome": "^4.7.0",
"inputmask": "^3.3.11",
"jquery": "^3.5.0",
"popper.js": "^1.15.0",
"webpack-polyfills-plugin": "^0.2.0"
}
}