-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
44 lines (44 loc) · 1.07 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
{
"name": "PandaNote",
"version": "1.0.0",
"description": "[Heroku link][heroku] **NB:** This should be a link to your production site",
"main": "index.js",
"directories": {
"doc": "docs",
"test": "test"
},
"engines": {
"node": "6.10.0",
"npm": "3.10.10"
},
"scripts": {
"ww" : "webpack -w",
"heroku-postbuild": "webpack --config webpack.config.prod.js",
"test": "jest"
},
"dependencies": {
"babel-core": "^6.24.0",
"babel-loader": "^6.4.0",
"babel-preset-es2015": "^6.24.0",
"babel-preset-react": "^6.23.0",
"moment": "^2.18.0",
"moment-timezone": "^0.5.11",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-modal": "^1.7.3",
"react-moment": "^0.2.2",
"react-redux": "^5.0.3",
"react-router": "^3.0.2",
"react-rte": "^0.11.0",
"react-tag-input": "^4.6.2",
"react-tooltip": "^3.3.0",
"redux": "^3.6.0",
"redux-thunk": "^2.2.0",
"webpack": "^2.2.1"
},
"devDependencies": {
"babel-jest": "^20.0.0",
"jest": "^20.0.0",
"regenerator-runtime": "^0.10.5"
}
}