forked from Metaburn/doocrate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.99 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
{
"name": "doocrate",
"version": "0.6.1",
"description": "Teal based task webapp",
"homepage": "https://doocrate.firebaseapp.com",
"repository": {
"type": "git",
"url": "https://github.com/metaburn/doocrate.git"
},
"author": {
"name": "Metaburn",
"email": "[email protected]"
},
"license": "MIT",
"private": true,
"engines": {
"node": ">=8.1.4"
},
"scripts": {
"eject": "react-scripts eject",
"build": "run-s build:css build:js",
"build:css": "node-sass-chokidar --include-path ./src --include-path ./node_modules src/ -o src/",
"build:js": "cross-env NODE_PATH=. react-scripts build",
"start": "run-p start:css start:js",
"start:css": "npm run build:css && node-sass-chokidar --include-path ./src --include-path ./node_modules src/ -o src/ --watch --recursive",
"start:js": "cross-env NODE_PATH=. react-scripts start",
"test": "cross-env NODE_PATH=. react-scripts test --env=jsdom",
"test:ci": "cross-env CI=true NODE_PATH=. react-scripts test --env=jsdom"
},
"dependencies": {
"classnames": "^2.2.5",
"firebase": "4.5.0",
"history": "^4.6.3",
"immutable": "^3.8.1",
"moment-timezone": "0.5.13",
"prop-types": "^15.5.10",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-image": "1.0.1",
"react-moment": "0.6.5",
"react-redux": "^5.0.5",
"react-router": "^4.1.1",
"react-router-dom": "^4.1.1",
"react-router-redux": "^5.0.0-alpha.6",
"react-scripts": "1.0.10",
"react-select": "1.0.0-rc.10",
"react-tagsinput": "3.18.0",
"react-textarea-autosize": "5.1.0",
"react-tooltip": "3.3.1",
"react-transition-group": "1.2.1",
"redux": "^3.7.1",
"redux-thunk": "^2.2.0",
"reselect": "^3.0.1"
},
"devDependencies": {
"cross-env": "^5.0.1",
"enzyme": "^2.9.1",
"firebase-tools": "^3.9.1",
"minx": "r-park/minx.git",
"node-sass-chokidar": "0.0.3",
"npm-run-all": "^4.0.2",
"react-test-renderer": "^15.6.1",
"sinon": "^2.3.8"
}
}