-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.48 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.48 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
{
"name": "Memoboard",
"version": "1.6.1",
"description": "A memo board based on react and flask",
"main": "webpack.config.js",
"scripts": {
"test": "mocha --compilers jsx:babel-core/register -r jsdom-global/register ./jsx/tests/**/*.jsx ./jsx/tests/*.jsx",
"build": "webpack -p"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sepro/MemoBoard.git"
},
"author": "Sebastian Proost",
"license": "MIT",
"bugs": {
"url": "https://github.com/sepro/MemoBoard/issues"
},
"homepage": "https://github.com/sepro/MemoBoard#readme",
"dependencies": {
"axios": "^0.21.2",
"diff": "^3.5.0",
"growl": "^1.10.0",
"react": "^15.4.1",
"react-addons-css-transition-group": "^15.3.1",
"react-addons-test-utils": "^15.4.1",
"react-bootstrap": "^0.30.2",
"react-bootstrap-modal": "^3.0.1",
"react-dom": "^15.4.1",
"react-flip-move": "^2.7.1",
"react-lite": "^0.15.17",
"react-modal-bootstrap": "^1.1.1",
"react-redux": "^4.4.5",
"redux": "^3.5.2",
"redux-thunk": "^2.1.0",
"remarkable": "^1.6.2",
"remove-markdown": "^0.1.0"
},
"devDependencies": {
"babel-core": "^6.10.4",
"babel-loader": "^6.2.1",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.5.0",
"chai": "^3.5.0",
"jsdom": "^9.4.2",
"jsdom-global": "^2.1.0",
"json-loader": "^0.5.7",
"mocha": "^3.0.2",
"sinon": "^1.17.5",
"webpack": "^1.13.1"
}
}