forked from tamino-martinius/tamino.dev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 916 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
{
"name": "www.taminomartinius.de",
"private": true,
"scripts": {
"watch": "scripts/watch.sh",
"build": "scripts/build.sh",
"start": "scripts/start.sh",
"deploy": "scripts/deploy.sh"
},
"devDependencies": {
"@types/node": "^8.5.2",
"@types/webpack": "^3.8.1",
"clean-webpack-plugin": "^0.1.17",
"copy-webpack-plugin": "^4.3.1",
"css-loader": "^0.28.7",
"file-loader": "^1.1.6",
"html-webpack-plugin": "^2.30.1",
"offline-plugin": "^4.9.0",
"raw-loader": "^0.5.1",
"style-loader": "^0.19.1",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
"ts-loader": "^3.2.0",
"ts-node": "^4.1.0",
"typescript": "^2.6.2",
"uglifyjs-webpack-plugin": "^1.1.6",
"vue-loader": "^13.6.1",
"vue-template-compiler": "^2.5.13",
"webpack": "^3.10.0",
"webpack-dev-server": "^2.9.7"
},
"dependencies": {
"vue": "^2.5.13"
}
}