-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.6 KB
/
package.json
File metadata and controls
84 lines (84 loc) · 2.6 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "larissa-ui",
"private": true,
"version": "0.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "npm run clean && webpack",
"clean": "rimraf dist",
"deploy": "NODE_ENV=production npm run build && bash deploy.sh",
"eslint": "eslint src --cache",
"eslint-fix": "npm run eslint -- --fix",
"start": "cross-env HOT_RELOADING=1 webpack-dev-server --inline",
"start-no-hot": "webpack-dev-server --inline",
"test": "npm run eslint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/neptunejs/larissa-ui.git"
},
"keywords": [],
"author": "Michaël Zasso",
"license": "MIT",
"bugs": {
"url": "https://github.com/neptunejs/larissa-ui/issues"
},
"homepage": "https://github.com/neptunejs/larissa-ui#readme",
"devDependencies": {
"babel-core": "^6.24.1",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.0.0",
"babel-plugin-lodash": "^3.2.11",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-env": "^1.5.2",
"babel-preset-react": "^6.24.1",
"babili-webpack-plugin": "^0.1.1",
"circular-dependency-plugin": "^3.0.0",
"cross-env": "^5.0.1",
"css-loader": "^0.28.1",
"eslint": "^4.0.0",
"eslint-config-cheminfo": "^1.8.0",
"eslint-config-neptun-react": "^1.0.1",
"eslint-plugin-no-only-tests": "^2.0.0",
"eslint-plugin-react": "^7.0.1",
"html-webpack-plugin": "^2.28.0",
"rimraf": "^2.6.1",
"style-loader": "^0.18.1",
"webpack": "^3.0.0",
"webpack-bundle-analyzer": "^2.8.1",
"webpack-dev-server": "^2.4.5"
},
"dependencies": {
"graph.js": "^1.21.1",
"history": "^4.6.1",
"immutable": "^3.8.1",
"larissa": "^0.3.0",
"larissa-plugin-nodes-image-js": "^0.3.0",
"larissa-plugin-nodes-logic": "^0.2.0",
"larissa-plugin-nodes-mljs": "^0.1.1",
"lodash-es": "^4.17.4",
"material-ui": "^0.18.2",
"prop-types": "^15.5.10",
"react": "^15.5.4",
"react-d3-components": "^0.6.6",
"react-dnd": "^2.4.0",
"react-dnd-html5-backend": "^2.4.1",
"react-dom": "^15.5.4",
"react-hot-loader": "next",
"react-jsonschema-form": "^0.49.0",
"react-keydown": "^1.7.3",
"react-redux": "^5.0.4",
"react-router-dom": "^4.1.1",
"react-router-redux": "next",
"react-tap-event-plugin": "^2.0.1",
"redux": "^3.6.0",
"redux-actions": "^2.0.3",
"redux-persist": "^4.8.0",
"redux-promise-middleware": "4.2.1",
"redux-thunk": "^2.2.0",
"reselect": "^3.0.1"
}
}