-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 2.27 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
{
"name": "ldp",
"version": "1.1.0",
"description": "Baseline Prototype Kit using Webpack and FSA Style as a dependency.",
"main": "index.js",
"scripts": {
"dev": "npm run build && npm run start",
"start": "webpack-dev-server --mode development --config webpack.dev.js",
"build": "webpack --mode production --optimize-minimize --config webpack.prod.js --prodExt html",
"sharepoint": "webpack --mode production --optimize-minimize --config webpack.prod.js --prodExt aspx",
"gh-pages": "gh-pages -d dist",
"watch": "webpack --watch",
"stats": "webpack --mode production --optimize-minimize --config webpack.prod.js --json > stats.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/usda-fsa/fsa-style.git"
},
"author": "USDA FSA Enterprise Architecture",
"contributors": [
"Casey Hill <[email protected]> (https://github.com/bignamehere)",
"Francis Rupert <[email protected]> (https://github.com/francisrupert)"
],
"devDependencies": {
"autoprefixer": "^8.6.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.7.0",
"clean-webpack-plugin": "^0.1.19",
"copy-webpack-plugin": "^4.5.1",
"css-loader": "^0.28.11",
"file-loader": "^1.1.11",
"fsa-style": "^2.5.3",
"gh-pages": "^2.1.1",
"handlebars": "^4.7.6",
"handlebars-loader": "^1.7.1",
"handlebars-webpack-plugin": "^1.5.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"html-webpack-string-replace-plugin": "^1.1.0",
"imports-loader": "^0.8.0",
"jquery": "^3.5.1",
"lodash": "^4.17.20",
"mini-css-extract-plugin": "^0.4.0",
"node-sass": "^4.14.1",
"path": "^0.12.7",
"postcss-import": "^11.1.0",
"postcss-loader": "^2.1.5",
"recursive-readdir": "^2.2.2",
"sass-loader": "^7.0.1",
"style-loader": "^0.21.0",
"stylelint": "^9.2.1",
"stylelint-webpack-plugin": "^0.10.5",
"url-loader": "^1.0.1",
"webpack": "^4.35.3",
"webpack-cli": "^3.3.5",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^4.2.1"
},
"dependencies": {
"@epegzz/sass-vars-loader": "^4.3.0",
"axios": "^0.21.1",
"html-beautify-webpack-plugin": "^1.0.5",
"pixrem": "^4.0.1",
"sass-resources-loader": "^2.0.0"
}
}