-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 976 Bytes
/
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": "turbine-starter",
"version": "0.0.1",
"description": "Boiler plate starter kit for Turbine",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --open",
"build-prod": "webpack -mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/funkia/turbine-starter.git"
},
"keywords": [
"turbine",
"starter",
"boilerplate"
],
"author": "Funkia",
"license": "MIT",
"bugs": {
"url": "https://github.com/funkia/turbine-starter/issues"
},
"homepage": "https://github.com/funkia/turbine-starter#readme",
"dependencies": {
"@funkia/hareactive": "^0.2.3",
"@funkia/jabz": "0.0.24",
"@funkia/turbine": "0.2.0"
},
"devDependencies": {
"awesome-typescript-loader": "^5.2.1",
"typescript": "^3.2.1",
"webpack": "^4.27.0",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.10"
}
}