-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1019 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": "@blockmason/deployment-tracker",
"version": "1.0.0",
"main": "index.js",
"author": {
"email": "[email protected]",
"name": "Devin Canterberry"
},
"license": "MIT",
"scripts": {
"build": "parcel build --no-autoinstall --no-source-maps --out-dir=lib src/index.html",
"lint": "eslint src",
"start": "parcel serve --no-autoinstall --no-hmr --https --out-dir=lib src/index.html"
},
"dependencies": {
"@blockmason/link-sdk": "0.1.4",
"prop-types": "15.7.2",
"react": "16.8.6",
"react-dom": "16.8.6",
"react-redux": "7.1.0",
"redux": "4.0.4",
"redux-thunk": "2.3.0",
"styled-components": "4.3.2"
},
"devDependencies": {
"@babel/cli": "7.5.0",
"@babel/core": "7.5.4",
"@babel/preset-env": "7.5.4",
"@babel/preset-react": "7.0.0",
"@babel/register": "7.4.4",
"babel-eslint": "10.0.2",
"eslint": "6.0.1",
"eslint-plugin-ante": "1.0.2",
"eslint-plugin-react": "7.14.2",
"parcel-bundler": "1.12.3"
}
}