-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.17 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.17 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
{
"name": "AdminJS",
"version": "0.1.0",
"description": "Test",
"main": "index.js",
"homepage": "/adminjs",
"repository": {},
"author": "bugra9",
"license": "MIT",
"devDependencies": {
"eslint": "^3.15.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.9.0",
"react-scripts": "0.8.5"
},
"dependencies": {
"deep-assign": "^2.0.0",
"isomorphic-fetch": "^2.2.1",
"js-yaml": "^3.8.1",
"localforage": "^1.5.0",
"moment": "^2.17.1",
"react": "^15.4.2",
"react-ace": "^4.1.6",
"react-datetime": "^2.8.6",
"react-dom": "^15.4.2",
"react-redux": "^5.0.2",
"react-router": "^3.0.2",
"react-router-redux": "^4.0.8",
"react-simplemde-editor": "bugra9/react-simplemde-editor",
"redux": "^3.6.0",
"redux-logger": "^2.8.1",
"redux-thunk": "^2.2.0",
"semantic-ui-css": "^2.2.4",
"semantic-ui-react": "^0.64.8",
"slug": "^0.9.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}