forked from mwakerman/kanbanist
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.41 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
{
"name": "kanban.ist",
"version": "1.0.0",
"devDependencies": {
"cross-env": "5.2.0",
"react-scripts": "1.0.13"
},
"dependencies": {
"@blueprintjs/core": "^1.30.0",
"@blueprintjs/datetime": "^1.12.0",
"@blueprintjs/labs": "^0.5.0",
"babel-polyfill": "^6.22.0",
"immutable": "^3.8.1",
"isomorphic-fetch": "^2.2.1",
"jquery": "^3.1.1",
"lodash": "^4.17.4",
"markdown": "^0.5.0",
"moment": "^2.18.1",
"prop-types": "^15.5.10",
"raven-js": "^3.21.0",
"react": "15.4.0",
"react-addons-css-transition-group": "^15.4.2",
"react-dimensions": "^1.3.0",
"react-dnd": "^2.1.4",
"react-dnd-html5-backend": "^2.1.2",
"react-dom": "^15.4.2",
"react-ga": "^2.3.5",
"react-redux": "^5.0.2",
"react-router-dom": "^4.1.1",
"react-router-redux": "next",
"react-tooltip": "^3.4.0",
"redux": "^3.6.0",
"redux-localstorage-simple": "^1.2.0",
"redux-logger": "^2.8.0",
"redux-thunk": "^2.2.0",
"url-search-params": "^0.10.0"
},
"scripts": {
"start": "cross-env REACT_APP_VERSION=$npm_package_version react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"format": "prettier --config .prettierrc --write src/**/*.js",
"eject": "react-scripts eject",
"deploy": "yarn && REACT_APP_VERSION=\"$(git rev-parse --short HEAD)\" yarn build && cp netlify/* build/"
}
}