-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
51 lines (51 loc) · 1.44 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": "reactjs-calendar",
"version": "v0.2.24",
"main": "build/bundle.js",
"private": false,
"author": "Aaron Goodfellow",
"license": "Apache-2",
"dependencies": {
"@material-ui/core": "1.0.0",
"@material-ui/icons": "1.0.0",
"babel-polyfill": "^6.23.0",
"babel-regenerator-runtime": "^6.5.0",
"i18next": "^8.4.3",
"i18next-browser-languagedetector": "^2.0.0",
"i18next-fetch-backend": "^0.0.1",
"i18next-localstorage-cache": "^1.1.1",
"react-a11y": "^0.3.3",
"react-i18next": "^4.6.4",
"typeface-arimo": "^0.0.22"
},
"peerDependencies": {
"react": "16.x",
"react-dom": "16.x"
},
"devDependencies": {
"babel-cli": "^6.22.2",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.1",
"babel-plugin-transform-dev-warning": "^0.1.0",
"babel-plugin-transform-replace-object-assign": "^0.2.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"css-loader": "^0.28.4",
"html-webpack-plugin": "^2.29.0",
"prettier": "^1.5.2",
"react": "16.x",
"react-a11y": "^0.3.3",
"react-dom": "16.x",
"react-scripts": "^1.0.7",
"style-loader": "^0.18.2",
"webpack": "^3.12.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"prod": "NODE_ENV=production webpack -p",
"eject": "react-scripts eject"
}
}