-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.01 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 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
38
39
40
41
42
{
"name": "conbo-example-typescript",
"version": "1.1.0",
"description": "A simple ConboJS framework example using TypeScript, SASS and Webpack",
"main": "./dist/index.html",
"scripts": {
"build": "webpack",
"serve": "webpack-dev-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/neilrackett/conbo-example-typescript.git"
},
"keywords": [
"conbo",
"typescript",
"webpack"
],
"author": "Neil Rackett",
"license": "MIT",
"bugs": {
"url": "https://github.com/neilrackett/conbo-example-typescript/issues"
},
"homepage": "https://github.com/neilrackett/conbo-example-typescript#readme",
"dependencies": {
"conbo": "^4.3.27"
},
"devDependencies": {
"copy-webpack-plugin": "^4.6.0",
"css-loader": "^0.28.11",
"node-sass": "^4.14.1",
"path": "^0.12.7",
"raw-loader": "^3.1.0",
"sass-loader": "^6.0.7",
"style-loader": "^0.19.1",
"ts-loader": "^7.0.4",
"typescript": "^3.9.2",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0"
}
}