-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.26 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
{
"name": "project-scaffoldings",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --config ./webpack/webpack.dev.js --open",
"build": "webpack --mode production",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/front-camp-2018/project-scaffoldings.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/front-camp-2018/project-scaffoldings/issues"
},
"homepage": "https://github.com/front-camp-2018/project-scaffoldings#readme",
"devDependencies": {
"coveralls": "^3.0.2",
"css-loader": "^1.0.0",
"eslint": "^5.6.1",
"eslint-plugin-jest": "^21.25.1",
"eslint-watch": "^4.0.2",
"file-loader": "^2.0.0",
"html-webpack-plugin": "^3.2.0",
"husky": "^1.1.2",
"image-webpack-loader": "^4.5.0",
"jest": "^23.6.0",
"node-sass": "^4.9.4",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"stylelint": "^9.6.0",
"stylelint-config-standard": "^18.2.0",
"url-loader": "^1.1.2",
"webpack": "^4.22.0",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.9"
},
"dependencies": {
"fontface-loader": "0.0.8",
"stylelint-selector-bem-pattern": "^2.0.0"
}
}