-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.17 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
42
{
"name": "whispering-liatris",
"description": "wip - typing application",
"version": "1.0.0",
"author": "Wahid Rahim <[email protected]>",
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot",
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules",
"svg": "vsvg -s ./svg -t ./src/assets/icons"
},
"dependencies": {
"axios": "^0.16.2",
"lodash": "^4.17.4",
"moment": "^2.18.1",
"vue": "^2.3.3",
"vue-property-decorator": "^5.1.0",
"vue-router": "^2.6.0",
"vuex": "^2.3.1",
"vuex-class": "^0.2.0"
},
"devDependencies": {
"vue-resource": "^1.3.3",
"babel-core": "^6.0.0",
"babel-loader": "^6.0.0",
"babel-preset-env": "^1.5.1",
"cross-env": "^3.0.0",
"css-loader": "^0.25.0",
"file-loader": "^0.9.0",
"firebase": "^4.1.2",
"node-sass": "^4.5.0",
"sass-loader": "^5.0.1",
"ts-loader": "^2.1.0",
"typescript": "^2.3.4",
"vue-class-component": "^5.0.1",
"vue-loader": "^12.1.0",
"vue-svgicon": "^1.1.9",
"vue-template-compiler": "^2.3.3",
"webpack": "^2.6.1",
"webpack-dev-server": "^2.4.5"
}
}