-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.64 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
{
"name": "tastin",
"version": "0.1.0",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/marcelorl/tastin-front.git"
},
"author": "marcelorl",
"license": "ISC",
"bugs": {
"url": "https://github.com/marcelorl/tastin-front/issues"
},
"dependencies": {
"auth0-lock": "^10.14.0",
"axios": "^0.16.1",
"babel-polyfill": "^6.23.0",
"bem-classnames": "^1.0.7",
"google-map-react": "^0.24.0",
"lodash": "^4.17.4",
"material-ui": "0.16.7",
"prop-types": "^15.5.8",
"react": "15.3.2",
"react-addons-test-utils": "15.3.2",
"react-dom": "15.3.2",
"react-redux": "^5.0.4",
"react-router": "^4.1.1",
"react-router-dom": "^4.1.1",
"react-router-redux": "next",
"react-tap-event-plugin": "1.0.0",
"react-test-renderer": "15.3.2",
"redux": "^3.6.0",
"redux-logger": "^3.0.1",
"redux-thunk": "^2.2.0"
},
"devDependencies": {
"enzyme": "^2.8.2",
"express": "^4.15.2",
"node-sass": "^4.5.2",
"npm-run-all": "^4.0.2",
"path": "^0.12.7",
"react-devtools": "^2.0.12",
"react-scripts": "0.9.5"
},
"scripts": {
"devtools": "react-devtools",
"coverage": "npm test -- --coverage",
"build-css": "node-sass src/ -o src/",
"watch-css": "npm run build-css && node-sass src/ -o src/ --watch --recursive",
"start-js": "react-scripts start",
"start": "npm-run-all -p watch-css start-js",
"build": "npm run build-css && react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build -b deploy"
}
}