-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
59 lines (59 loc) · 1.85 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
{
"name": "ref-app-inspections",
"version": "2.0.0",
"description": "Reference Application",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --mode development --config webpack.dev.js",
"build": "webpack --mode production --optimize-minimize --config webpack.prod.js",
"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/ref-app-inspections.git"
},
"author": "USDA FSA Enterprise Architecture",
"contributors": [
"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.2.0",
"handlebars": "^4.0.11",
"handlebars-loader": "^1.7.0",
"handlebars-webpack-plugin": "^1.5.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"imports-loader": "^0.8.0",
"jquery": "^3.3.1",
"lodash": "^4.17.10",
"mini-css-extract-plugin": "^0.4.0",
"node-sass": "^4.9.0",
"path": "^0.12.7",
"postcss-import": "^11.1.0",
"postcss-loader": "^2.1.5",
"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.16.5",
"webpack-cli": "^2.1.3",
"webpack-dev-server": "^3.1.5",
"webpack-merge": "^4.1.2"
},
"dependencies": {
"@epegzz/sass-vars-loader": "^4.3.0",
"html-beautify-webpack-plugin": "^1.0.5",
"pixrem": "^4.0.1",
"sass-resources-loader": "^2.0.0"
}
}