-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
51 lines (51 loc) · 1.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
{
"name": "keeper",
"version": "1.0.0",
"description": "Nunux Keeper webapp.",
"main": "src/index.jsx",
"engines": {
"node": ">=6.0.0",
"npm": "^3.0.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"build-css": "sass src/styles/main.scss src/styles/main.css",
"watch-css": "sass src/styles/main.scss src/styles/main.css -w"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/nunux-keeper/keeper-web-app.git"
},
"author": "Nicolas Carlier <n.carlier@nunux.org>",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/nunux-keeper/keeper-web-app/issues"
},
"homepage": "https://app.nunux.org/keeper",
"dependencies": {
"event-source-polyfill": "0.0.12",
"mousetrap": "^1.6.0",
"nprogress": "^0.2.0",
"react": "^15.4.1",
"react-addons-css-transition-group": "^15.4.1",
"react-dom": "^15.4.1",
"react-modal": "^1.6.1",
"react-redux": "^4.4.6",
"react-router": "^3.0.0",
"react-router-redux": "^4.0.7",
"react-tinymce": "^0.6.0",
"redux": "^3.6.0",
"redux-actions": "^1.1.0",
"redux-thunk": "^2.1.0",
"semantic-ui-css": "^2.2.12",
"semantic-ui-react": "^0.71.5",
"timeago.js": "^2.0.4"
},
"devDependencies": {
"react-scripts": "^0.9.0",
"sass": "^1.49.9"
}
}