forked from edgarmueller/jsonforms2-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.46 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
{
"name": "jsonforms2-website",
"version": "0.1.0",
"private": true,
"homepage": "https://jsonforms.io",
"dependencies": {
"@jsonforms/core": "2.0.12",
"@jsonforms/examples": "2.0.12",
"@jsonforms/material-renderers": "2.0.12",
"@jsonforms/react": "2.0.12",
"@material-ui/core": "^3.5.1",
"@material-ui/icons": "^3.0.1",
"classnames": "^2.2.5",
"global": "^4.3.2",
"marked": "^0.3.9",
"prism": "^4.1.2",
"prismjs": "^1.9.0",
"prop-types": "^15.6.2",
"radium": "^0.19.6",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"react-event-listener": "^0.6.1",
"react-markdown": "^3.1.4",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"react-router-hash-link": "^1.1.1",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"typeface-roboto": "0.0.45"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-preval": "^1.6.2",
"babel-plugin-syntax-jsx": "^6.18.0",
"gh-pages": "^1.2.0",
"prepack": "^0.2.53",
"raw-loader": "^0.5.1",
"react-scripts": "^2.1.1",
"react-docgen": "^2.20.0",
"text-loader": "0.0.1"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}