This repository has been archived by the owner on Sep 29, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.47 KB
/
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
38
39
40
41
42
{
"name": "project-manager-wa",
"version": "1.0.0",
"description": "Project manages web app",
"main": "server.js",
"scripts": {
"start": "node server.js",
"build": "parcel build ./public/index.html",
"dev": "parcel ./public/index.html --port 3061"
},
"repository": "https://github.com/voidpumpkin/project-manager-wa.git",
"author": "voidpumpkin <[email protected]>",
"license": "MIT",
"dependencies": {
"@babel/core": "^7.7.2",
"@babel/plugin-proposal-optional-chaining": "^7.7.4",
"@babel/plugin-transform-runtime": "^7.6.2",
"@material-ui/core": "^4.7.0",
"@material-ui/icons": "^4.5.1",
"@material-ui/lab": "^4.0.0-alpha.33",
"@material-ui/system": "^4.5.2",
"babel-eslint": "^10.0.3",
"dotenv": "^8.2.0",
"eslint": "^6.6.0",
"eslint-config-voidpumpkin": "https://github.com/voidpumpkin/eslint-config-voidpumpkin.git",
"eslint-plugin-react": "^7.16.0",
"koa": "^2.11.0",
"koa-static": "^5.0.0",
"notistack": "^0.9.6",
"parcel": "^1.12.4",
"postcss-modules": "^1.4.1",
"prettier": "^1.19.1",
"randomcolor": "^0.5.4",
"react": "^16.8.0",
"react-dom": "^16.8.0",
"react-router-dom": "^5.1.2",
"semantic-ui-css": "^2.4.1",
"tinycolor2": "^1.4.1",
"underscore.string": "^3.3.5",
"validate.js": "^0.13.1"
}
}