-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.26 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
{
"name": "llscanner",
"repository": {
"type": "git",
"url": "[email protected]:ETBlue/llscanner.git"
},
"version": "0.1.0",
"private": false,
"license": "MIT",
"dependencies": {
"firebase": "^3.7.0",
"firebaseui": "^1.0.0",
"history": "^4.7.2",
"prop-types": "^15.6.0",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-redux": "^5.0.6",
"react-router": "^4.0.0",
"react-router-dom": "^4.0.0",
"react-router-hash-link": "^1.1.0",
"react-router-redux": "^5.0.0-alpha.9",
"react-sortablejs": "^1.3.4",
"reactfire": "^1.0.0",
"redux": "^3.7.2",
"semantic-ui-css": "^2.2.9",
"semantic-ui-react": "^0.67.0",
"sortablejs": "^1.6.0"
},
"devDependencies": {
"babel-preset-env": "^1.2.1",
"gh-pages": "^0.12.0",
"jest": "^21.2.1",
"react-scripts": "0.9.4",
"redux-devtools": "^3.4.0",
"standard": "^9.0.2",
"validator": "^7.0.0"
},
"scripts": {
"start": "react-scripts start",
"clean": "rm -rf node_modules/gh-pages/.cache",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"homepage": "https://etblue.github.io/llscanner"
}