-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 974 Bytes
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 974 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
34
35
36
37
38
39
40
41
{
"name": "make-dat-lunch",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "parcel src/index.html",
"test": "standard src"
},
"author": "",
"license": "ISC",
"devDependencies": {
"babel-eslint": "^8.2.3",
"parcel-bundler": "^1.7.1",
"standard": "^11.0.1"
},
"dependencies": {
"@beaker/webdb": "^4.1.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0",
"internal-nav-helper": "^1.0.2",
"moment": "^2.22.2",
"prop-types": "^15.6.1",
"react": "^16.4.0",
"react-dom": "^16.3.2",
"react-redux": "^5.0.7",
"redux": "^4.0.0",
"redux-bundler": "^21.2.1",
"redux-bundler-react": "^1.0.0",
"slugify": "^1.3.0",
"tachyons": "^4.9.1",
"window-or-global": "^1.0.1"
},
"browserslist": [
">5%"
],
"standard": {
"parser": "babel-eslint"
}
}