forked from molenzwiebel/Mimic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 832 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
{
"name": "mimic-web",
"version": "2.0.0",
"private": true,
"author": "Thijs Molendijk (molenzwiebel)",
"repository": "https://github.com/molenzwiebel/mimic",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build"
},
"dependencies": {
"node-rsa": "^1.0.5",
"register-service-worker": "^1.5.2",
"vue": "^2.6.6",
"vue-class-component": "^6.0.0",
"vue-property-decorator": "^7.0.0",
"vue2-animate": "^2.1.0"
},
"devDependencies": {
"@vue/cli-plugin-pwa": "^3.4.0",
"@vue/cli-plugin-typescript": "^3.4.0",
"@vue/cli-service": "^3.4.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"typescript": "^3.0.0",
"vue-template-compiler": "^2.5.21"
}
}