-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 934 Bytes
/
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
{
"name": "alfaui",
"version": "0.1.0",
"private": true,
"dependencies": {
"google-map-react": "^0.27.0",
"install": "^0.10.2",
"material-ui": "^1.0.0-beta.23",
"material-ui-icons": "^1.0.0-beta.17",
"material-ui-time-picker": "^0.1.4",
"mobx": "^3.4.1",
"mobx-react": "^4.3.5",
"moment": "^2.19.4",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-router-dom": "^4.2.2",
"react-scripts": "1.0.17",
"react-toastify": "^3.1.0",
"typeface-roboto": "0.0.45"
},
"repository": {
"type": "git",
"url": "https://github.com/illank86/alfaweb"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4"
}
}