-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
41 lines (41 loc) · 1.04 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
{
"name": "webpack.typescript.jasmine",
"version": "1.2.0",
"description": "Webpack, TypeScript & Jasmine",
"main": "dev-build.js",
"author": "Leon Grave",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/SierraNL/webpack-typescript-jasmine"
},
"scripts": {
"start": "node dev-build",
"test": "node ./node_modules/karma/bin/karma start"
},
"dependencies": {
"bootstrap": "^5.3.3",
"lodash": "^4.17.21"
},
"devDependencies": {
"@types/jasmine": "^5.1.5",
"@types/lodash": "^4.17.13",
"browser-sync": "^3.0.3",
"css-loader": "^7.1.2",
"jasmine": "^5.4.0",
"jquery": "^3.7.1",
"karma": "^6.4.4",
"karma-chrome-launcher": "^3.2.0",
"karma-jasmine": "^5.1.0",
"karma-webpack": "^5.0.1",
"node-sass": "^9.0.0",
"puppeteer": "23.9.0",
"sass-loader": "^16.0.3",
"style-loader": "^4.0.0",
"ts-loader": "^9.5.1",
"typescript": "^5.7.2",
"url-loader": "^4.1.1",
"webpack": "^5.96.1",
"webpack-dev-middleware": "^7.4.2"
}
}