-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·36 lines (36 loc) · 879 Bytes
/
package.json
File metadata and controls
executable file
·36 lines (36 loc) · 879 Bytes
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
{
"name": "vue-calculator",
"version": "1.0.0",
"description": "Make calculator with VueJS",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack --config webpack.config.js"
},
"repository": {
"type": "git",
"url": "github.com/ridwanpandi/vue-calculator"
},
"keywords": [
"calculator",
"vuejs"
],
"author": "Ridwan Pandi",
"license": "ISC",
"dependencies": {
"axios": "^0.18.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"bootstrap": "^4.1.3",
"bootstrap-vue": "^2.0.0-rc.11",
"css-loader": "^0.28.9",
"style-loader": "^0.20.1",
"vue": "^2.5.13",
"vue-loader": "^13.7.0",
"vue-router": "^3.0.1",
"vue-template-compiler": "^2.5.13",
"vuex": "^3.0.1",
"webpack": "^3.10.0"
}
}