-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 999 Bytes
/
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
{
"name": "budget",
"version": "1.0.0",
"description": "",
"main": "bundle.js",
"dependencies": {
"@types/decimal.js": "0.0.30",
"@types/lodash": "^4.14.68",
"@types/node": "^7.0.18",
"@types/react-dom": "^15.5.0",
"@types/react-modal": "^1.6.6",
"@types/react-redux": "^4.4.40",
"babel-polyfill": "^6.23.0",
"decimal.js": "^7.1.1",
"lodash": "^4.17.4",
"moment": "^2.18.1",
"node-uuid": "^1.4.7",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-modal": "^1.7.7",
"react-redux": "^5.0.4",
"redux": "^3.6.0",
"reselect": "^3.0.0",
"ts-loader": "^1.3.3",
"typescript": "^2.3.2",
"webpack": "^2.2.1"
},
"devDependencies": {
"css-loader": "^0.28.4",
"node-sass": "^4.5.3",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2"
},
"scripts": {
"start": "cd service && node service.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}