-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 829 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 829 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
{
"name": "mixtape",
"private": true,
"dependencies": {
"@babel/core": "^7.2.0",
"@babel/plugin-proposal-class-properties": "^7.2.1",
"@babel/preset-env": "^7.2.0",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.4",
"socket.io-client": "^2.3.0",
"url-pattern": "^1.0.3",
"webpack": "^4.27.1",
"webpack-cli": "^3.1.2"
},
"description": "This README would normally document whatever steps are necessary to get the application up and running.",
"version": "1.0.0",
"main": "react/index.js",
"directories": {
"lib": "lib",
"test": "test"
},
"engines": {
"node": "8.9.4",
"npm": "5.6.0"
},
"scripts": {
"start": "webpack --watch --mode=development",
"build": "webpack --mode=production",
"postinstall": "webpack --mode=production"
},
"author": "Andy Wynkoop",
"license": "ISC"
}