-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
34 lines (34 loc) · 1022 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
{
"version": "1.0.0",
"name": "days-in-tulsa",
"description": "A Pen created on CodePen.io. Original URL: [https://codepen.io/ThatGuySam/pen/xxgMyer](https://codepen.io/ThatGuySam/pen/xxgMyer).",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "npx @hyrious/esbuild-serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ThatGuySam/days-in-tulsa.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ThatGuySam/days-in-tulsa/issues"
},
"homepage": "https://github.com/ThatGuySam/days-in-tulsa#readme",
"dependencies": {
"@babel/core": "7.x.x",
"@babel/preset-env": "7.x.x",
"babel-loader": "8.x.x",
"css-loader": "^3.2.0",
"express": "4.16.x",
"file-loader": "^4.2.0",
"vue": "^2.6.10",
"vue-loader": "^15.7.1",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.10",
"webpack": "4.15.*",
"webpack-dev-middleware": "3.7.x"
}
}