-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.03 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
{
"name": "webpack-starter-kit",
"version": "1.0.0",
"description": "Project starter kit using webpack, mocha, chai, and SCSS/SASS enabled",
"main": "src/index.js",
"scripts": {
"start": "webpack-dev-server",
"build": "webpack",
"test": "mochapack 'test/**/*.js'",
"lint": "./node_modules/.bin/eslint 'src/**.js' 'test/**.js'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/turingschool-examples/webpack-starter-kit.git"
},
"author": "Turing School of Software and Design",
"license": "MIT",
"devDependencies": {
"chai": "^4.2.0",
"chai-spies": "^1.0.0",
"css-loader": "^2.1.0",
"eslint": "^6.8.0",
"file-loader": "^3.0.1",
"html-webpack-plugin": "^3.2.0",
"mocha": "^5.2.0",
"mochapack": "^1.0.0",
"node-sass": "^4.14.1",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"webpack": "^4.31.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0"
},
"dependencies": {
"moment": "^2.26.0",
"spies": "^0.1.6"
}
}