-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
87 lines (87 loc) · 2.4 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
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
85
86
87
{
"name": "cssi-frontend",
"version": "0.1.0-alpha.2",
"description": "React front-end for the CSSI",
"repository": {
"type": "git",
"url": "https://github.com/project-cssi/cssi-fe.git"
},
"license": "MIT",
"private": true,
"author": "Brion Mario",
"sasslintConfig": "./sass-lint.yml",
"dependencies": {
"@types/react": "^16.3.6",
"axios": "^0.18.0",
"bootstrap": "^3.3.7",
"classnames": "^2.2.6",
"datatables.net-bs": "^1.10.16",
"datatables.net-responsive": "^2.2.1",
"font-awesome": "^4.7.0",
"history": "^4.7.2",
"html2pdf.js": "^0.9.0",
"jquery": "^3.3.1",
"keymirror": "^0.1.1",
"loaders.css": "^0.1.2",
"lodash": "^4.17.10",
"moment": "^2.22.2",
"node-sass": "^4.12.0",
"prop-types": "^15.6.2",
"query-string": "~5.1.1",
"react": "^16.8.4",
"react-bootstrap": "^0.32.1",
"react-bootstrap-sweetalert": "^4.4.1",
"react-dom": "^16.8.4",
"react-dropzone": "^5.1.0",
"react-loaders": "^3.0.1",
"react-notification-system": "^0.2.17",
"react-redux": "^5.0.7",
"react-router-dom": "^4.2.2",
"react-scripts": "2.1.8",
"react-select": "^1.2.1",
"react-sliding-pane": "^2.0.2",
"react-tooltip": "^3.6.1",
"redux": "^4.0.0",
"redux-form": "^7.4.2",
"redux-thunk": "^2.3.0",
"semver": "^5.5.1",
"sha256": "^0.2.0",
"socket.io-client": "^2.2.0",
"uniqid": "^5.0.3",
"universal-cookie": "^2.1.5",
"uuid": "^3.3.2",
"validator": "^10.3.0"
},
"devDependencies": {
"all-contributors-cli": "^5.4.0",
"babel-core": "^6.26.0",
"redux-devtools-extension": "^2.13.5",
"sass-lint": "^1.12.1"
},
"keywords": [
"cybersickness",
"vr",
"ar",
"mr",
"qa",
"latency"
],
"scripts": {
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint:sass": "sass-lint --config ./sass-lint.yml '**/*.scss' --verbose --no-exit",
"lint": "npm run lint:sass",
"semver": "npm version $(semver $npm_package_version -i $release --preid $preid)",
"version": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}