-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.3 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
{
"name": "aesset",
"version": "1.0.0",
"description": "AESSET desktop application",
"main": "lib/main.js",
"scripts": {
"start": "electron .",
"watch": "webpack-dev-server",
"electron-rebuild": "electron-rebuild"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IshaTr/AESSET-desktop.git"
},
"author": "Isha Thakur, Punit Grover",
"dependencies": {
"axios": "^0.15.3",
"querystring": "^0.2.0",
"react": "^15.4.2",
"react-datepicker": "^0.44.0",
"react-dom": "^15.4.2",
"react-notification-system": "0.2.x",
"react-phone-number-input": "^0.11.3",
"react-router": "^3.0.2",
"react-toggle": "^3.0.1"
},
"devDependencies": {
"babel-core": "^6.23.1",
"babel-loader": "^6.3.2",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-0": "^6.22.0",
"devtron": "^1.3.0",
"electron-packager": "^8.1.0",
"electron-rebuild": "^1.5.7",
"html-webpack-plugin": "^2.28.0",
"node-libs-browser": "^2.0.0",
"npm-run-all": "^4.0.2",
"spectron": "^3.4.0",
"standard": "^8.4.0",
"webpack": "^2.2.1"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/IshaTr/AESSET-desktop/issues"
},
"homepage": "https://github.com/IshaTr/AESSET-desktop#readme"
}