forked from eclipsesource/jsonforms2-website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.29 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.29 KB
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
{
"name": "jsonforms2-website",
"version": "0.1.0",
"private": true,
"homepage": "https://jsonforms-beta.de",
"dependencies": {
"@jsonforms/core": "^2.0.0-rc.1",
"@jsonforms/examples": "^2.0.0-rc.1",
"@jsonforms/material-renderers": "^2.0.0-rc.1",
"babel-plugin-syntax-jsx": "^6.18.0",
"classnames": "^2.2.5",
"global": "^4.3.2",
"marked": "^0.3.9",
"material-ui": "^1.0.0-beta.29",
"material-ui-icons": "^1.0.0-beta.17",
"prism": "^4.1.2",
"prismjs": "^1.9.0",
"radium": "^0.19.6",
"react": "^16.1.1",
"react-dom": "^16.1.1",
"react-markdown": "^3.1.4",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"react-router-hash-link": "^1.1.1",
"react-scripts": "1.0.17",
"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",
"gh-pages": "^1.1.0",
"prepack": "^0.2.14",
"raw-loader": "^0.5.1",
"react-docgen": "^2.20.0",
"text-loader": "0.0.1"
}
}