This repository has been archived by the owner on Oct 19, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
75 lines (75 loc) · 2.14 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "atlasparcel",
"version": "1.0.0",
"description": "Start your project with Atlaskit and Parcel.",
"scripts": {
"start": "parcel src/index.html",
"build": "parcel build src/index.html --public-url ./",
"lint": "./node_modules/.bin/standard",
"lint-fix": "./node_modules/.bin/standard --fix"
},
"standard": {
"parser": "babel-eslint",
"ignore": [
"dist/*"
]
},
"keywords": [],
"author": "cutemachine",
"license": "ISC",
"dependencies": {
"@atlaskit/avatar": "latest",
"@atlaskit/banner": "^4.2.2",
"@atlaskit/button": "latest",
"@atlaskit/checkbox": "^1.4.0",
"@atlaskit/css-reset": "latest",
"@atlaskit/dropdown-menu": "latest",
"@atlaskit/field-base": "^8.2.1",
"@atlaskit/field-text": "^4.3.0",
"@atlaskit/flag": "latest",
"@atlaskit/icon": "latest",
"@atlaskit/inline-edit": "latest",
"@atlaskit/input": "^1.7.1",
"@atlaskit/modal-dialog": "latest",
"@atlaskit/navigation": "latest",
"@atlaskit/page": "latest",
"@atlaskit/page-header": "^2.4.1",
"@atlaskit/single-select": "^3.3.4",
"@atlaskit/spinner": "^4.2.1",
"@atlaskit/theme": "latest",
"babel-polyfill": "^6.26.0",
"babel-runtime": "^6.26.0",
"formik": "^0.11.11",
"history": "^4.7.2",
"lodash.foreach": "^4.5.0",
"lodash.forown": "^4.4.0",
"lodash.has": "^4.5.2",
"lodash.head": "^4.0.1",
"lodash.isempty": "^4.4.0",
"lodash.last": "^3.0.0",
"lodash.pull": "^4.1.0",
"lodash.snakecase": "^4.1.1",
"lodash.startcase": "^4.4.0",
"moment": "^2.22.0",
"polished": "^1.9.2",
"prop-types": "^15.6.1",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-redux": "^5.0.7",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-router-redux": "^5.0.0-alpha.9",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"reselect": "^3.0.1",
"steem": "^0.7.1",
"yup": "^0.24.1"
},
"devDependencies": {
"babel-eslint": "^8.2.2",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-react-app": "^3.1.1",
"parcel-bundler": "latest",
"standard": "^11.0.1"
}
}