-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 877 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
{
"name": "wealthsim",
"version": "1.0.0",
"description": "Experimental economy simulation",
"main": "src/app.js",
"dependencies": {
"babel-polyfill": "^6.26.0",
"chart.js": "^2.7.1",
"css-loader": "^0.28.9",
"json-loader": "^0.5.7",
"style-loader": "^0.20.1",
"vue": "^2.5.13",
"vue-chartjs": "^3.1.0",
"vue-resource": "^1.3.5",
"vue-router": "^3.0.1",
"vuetify": "^0.17.6",
"vuex": "^3.0.1",
"webpack": "^3.10.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"presets": [
"env"
],
"author": "Aaron Meier",
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"vue-loader": "^13.7.0",
"vue-template-compiler": "^2.5.13",
"webpack": "^3.10.0"
}
}