-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
51 lines (51 loc) · 1.67 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
{
"name": "maps-app",
"version": "0.1.0",
"private": true,
"main": "exports.js",
"dependencies": {
"axios": "^0.18.0",
"firebase": "^4.11.0",
"google-map-react": "^0.32.0",
"material-ui": "^0.20.0",
"prop-types": "^15.6.1",
"react": "^16.2.0",
"react-add-to-calendar": "^0.1.5",
"react-controllables": "^0.6.0",
"react-dom": "^16.2.0",
"react-ga": "^2.4.1",
"react-input-mask": "^1.2.2",
"react-pure-render": "^1.0.2",
"react-redux": "^5.0.7",
"react-scripts": "^1.1.1",
"react-scroll": "^1.7.8",
"redux": "^3.7.2",
"redux-create-action-types": "^2.1.0",
"redux-devtools-extension": "^2.13.2",
"redux-thunk": "^2.2.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"export": "babel ./src --out-dir ./lib --presets=es2015,react --plugins transform-class-properties,transform-object-rest-spread && cp -r ./src/styles/javascript/svgs ./lib/styles/javascript/svgs && cp -r ./src/styles/css ./lib/styles/css",
"prepublish": "yarn export"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.3",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.5.1",
"babel-preset-es2015": "6",
"babel-preset-react": "^6.24.1",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"file-loader": "^1.1.11",
"html-webpack-plugin": "^3.0.4",
"webpack": "^4.0.1"
}
}