forked from teddykoker/bookflip
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 743 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 743 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
{
"name": "bookflip",
"version": "0.0.1",
"description": "Buy and Sell textbooks at your school",
"author": "Tom Koker <me@tomkoker.com>",
"license": "AGPL-3.0+",
"repository": {
"type": "git",
"url": "https://github.com/tomkoker/bookflip.git"
},
"scripts": {},
"dependencies": {
"axios": "^0.16.1",
"vue": "^2.2.1",
"vue-router": "^2.4.0"
},
"devDependencies": {
"babel-core": "^6.0.0",
"babel-loader": "^6.0.0",
"babel-preset-latest": "^6.0.0",
"cross-env": "^3.0.0",
"css-loader": "^0.25.0",
"file-loader": "^0.9.0",
"style-loader": "^0.16.1",
"url-loader": "^0.5.8",
"vue-loader": "^11.1.4",
"vue-template-compiler": "^2.2.1",
"webpack": "^2.2.0"
}
}