-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.01 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.01 KB
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
{
"name": "sc-recipe-staticresources",
"version": "1.0.7",
"main": "config.js",
"license": "GPL-2.0",
"dependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.7.0",
"chai": "^4.1.2",
"copy-webpack-plugin": "^4.5.1",
"css-loader": "^3.2.0",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.11",
"hard-source-webpack-plugin": "^0.12.0",
"html-webpack-plugin": "^3.2.0",
"image-webpack-loader": "^4.3.1",
"inject-loader": "^4.0.1",
"karma": "^3.0.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-mocha": "^1.3.0",
"karma-sinon": "^1.0.5",
"karma-webpack": "^3.0.0",
"mocha": "^5.2.0",
"node-sass": "^4.9.0",
"postcss": "^6.0.22",
"postcss-loader": "^2.1.5",
"postcss-preset-env": "^6.0.10",
"sass-loader": "^7.0.3",
"sinon": "^6.0.0",
"style-loader": "^0.21.0",
"svg-url-loader": "^2.3.2",
"webpack": "^3",
"webpack-spritesmith": "^0.5.2"
}
}