-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
56 lines (56 loc) · 1.58 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
{
"name": "ulauncher-extensions",
"version": "1.0.0",
"private": true,
"engines" : {
"node" : "8.x.x",
"yarn": "1.x.x"
},
"dependencies": {
"auth0-js": "^8.10.1",
"bootstrap": "3",
"classnames": "^2.2.5",
"copy-to-clipboard": "^3.0.8",
"enzyme": "^2.9.1",
"font-awesome": "^4.7.0",
"isomorphic-fetch": "^2.2.1",
"jest-enzyme": "^3.8.2",
"jwt-decode": "^2.2.0",
"react": "^15.6.1",
"react-bootstrap": "^0.31.3",
"react-dom": "^15.6.1",
"react-dropzone": "^4.1.2",
"react-ga": "^2.3.5",
"react-helmet": "^5.2.0",
"react-html-parser": "^2.0.2",
"react-redux": "^5.0.6",
"react-redux-toastr": "^7.1.5",
"react-router-bootstrap": "^0.24.4",
"react-router-dom": "^4.2.2",
"react-scripts": "1.0.13",
"react-slick": "^0.15.4",
"react-test-renderer": "^15.6.1",
"redux": "^3.7.2",
"redux-devtools-extension": "^2.13.2",
"redux-form": "^7.1.0",
"redux-logger": "^3.0.6",
"redux-promise-middleware": "^4.4.1",
"reselect": "^3.0.1",
"slick-carousel": "^1.7.1"
},
"scripts": {
"start": "HOST=0.0.0.0 BROWSER=none react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"analyze": "source-map-explorer build/static/js/main.*",
"prettier": "prettier --write 'src/**/*.js'",
"check-formatting": "prettier --list-different 'src/**/*.js'"
},
"devDependencies": {
"prettier": "^1.17.0",
"shelljs": "^0.8.3",
"source-map-explorer": "^1.4.0",
"xml2json": "^0.11.2"
}
}