forked from SU-SWS/decanter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.79 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
{
"name": "decanter",
"description": "Pattern Library and CSS Framework.",
"author": "",
"version": "6.0.4-dev",
"homepage": "https://github.com/SU-SWS/decanter",
"license": "MIT",
"scripts": {
"build": "webpack --mode=development",
"publish": "webpack --mode=production",
"watch": "webpack --mode=development --watch",
"start": "webpack-dev-server --mode=development --open",
"eslint": "eslint -c .eslintrc 'core/src/'",
"sasslint": "sass-lint -c .sass-lint.yml '**/*.scss' -v -q -i 'vendor/**/*.scss, node_modules/**/*.scss, kss/builder/decanter/**/*.scss'"
},
"keywords": [
"css",
"scss",
"styleguide",
"Stanford"
],
"repository": {
"type": "git",
"url": "git+https://github.com/SU-SWS/decanter.git"
},
"bugs": {
"url": "https://github.com/SU-SWS/decanter/issues"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.12.1",
"bourbon": "^5.1"
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/preset-env": "^7.8.4",
"autoprefixer": "^9.7.4",
"babel-loader": "^8.0.6",
"css-loader": "^2.1",
"custom-event-polyfill": "^1.0",
"eslint": "^5.16",
"extra-watch-webpack-plugin": "^1.0",
"file-loader": "^3.0",
"filemanager-webpack-plugin": "^2.0",
"jsdoc": "^3.6.3",
"mini-css-extract-plugin": "^0.5",
"node-sass": "~4.12",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"postcss-loader": "^3.0",
"sass-lint": "^1.13",
"sass-loader": "^7.3",
"style-loader": "^0.23",
"uglifyjs-webpack-plugin": "^2.2",
"url-loader": "^1.1",
"webpack": "^4.41.5",
"webpack-assets-manifest": "^3.1",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.10.3",
"webpack-fix-style-only-entries": "^0.4.0",
"webpack-manifest-plugin": "^2.2"
}
}