This repository has been archived by the owner on Oct 24, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
72 lines (72 loc) · 2.2 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
{
"name": "tracim_new_design",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"mockapi": "node jsonserver/server.js",
"servdev": "NODE_ENV=development webpack-dev-server --watch --colors --inline --hot --progress",
"servdevwindoz": "webpack-dev-server --watch --colors --inline --hot --progress",
"servdev-dashboard": "NODE_ENV=development webpack-dashboard -m -- webpack-dev-server --watch --colors --inline --hot --progress",
"buildwindoz": "set NODE_ENV=production&& webpack -p",
"build": "NODE_ENV=production webpack -p",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.1",
"babel-loader": "^7.1.2",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"classnames": "^2.2.5",
"css-loader": "^0.28.7",
"file-loader": "^1.1.5",
"i18next": "^10.5.0",
"js-cookie": "^2.2.0",
"prop-types": "^15.6.0",
"query-string": "^6.1.0",
"react": "^16.0.0",
"react-animate-height": "^0.10.10",
"react-dom": "^16.0.0",
"react-i18next": "^7.4.0",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"react-select": "^1.2.1",
"redux": "^3.7.2",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0",
"standard": "^11.0.0",
"standard-loader": "^6.0.1",
"style-loader": "^0.19.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
"tracim_lib": "git://github.com/tracim/tracim_lib.git",
"url-loader": "^0.6.2",
"webpack": "^3.8.1",
"whatwg-fetch": "^2.0.3"
},
"devDependencies": {
"json-server": "^0.12.0",
"webpack-dashboard": "^1.0.2",
"webpack-dev-server": "^2.9.2"
},
"standard": {
"globals": [
"fetch",
"btoa",
"history",
"GLOBAL_renderAppFull",
"GLOBAL_renderAppPopupCreation",
"GLOBAL_dispatchEvent",
"GLOBAL_hideApp"
],
"parser": "babel-eslint",
"ignore": []
}
}