-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.41 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.41 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
{
"name": "alignment-client",
"version": "1.0.0",
"description": "Client for the Alignment software.",
"main": "main.js",
"directories": {
"test": "test"
},
"dependencies": {
"axios": "^0.15.3",
"classnames": "^2.2.5",
"material-ui": "^0.17.0",
"react": "^15.4.2",
"react-addons-css-transition-group": "^15.4.2",
"react-addons-transition-group": "^15.4.2",
"react-dom": "^15.4.2",
"react-redux": "^5.0.3",
"react-router": "^3.0.2",
"react-router-redux": "^4.0.8",
"react-tap-event-plugin": "^2.0.1",
"react-truncate": "^2.1.0",
"redux": "^3.6.0",
"redux-form": "^6.5.0",
"redux-form-material-ui": "^4.1.2",
"redux-logger": "^2.8.2",
"redux-thunk": "^2.2.0"
},
"devDependencies": {
"babel-core": "^6.23.1",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-3": "^6.22.0",
"babelify": "^7.3.0",
"browserify": "^14.1.0",
"docdash": "https://github.com/Alignment-PRP/docdash.git",
"jsdoc": "^3.4.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Alignment-PRP/Alignment.git"
},
"author": "Alignment-PRP",
"license": "MIT",
"bugs": {
"url": "https://github.com/Alignment-PRP/Alignment/issues"
},
"homepage": "https://github.com/Alignment-PRP/Alignment#readme"
}