forked from CIRDLES/MARSdeprecated
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 2.4 KB
/
Copy pathpackage.json
File metadata and controls
74 lines (74 loc) · 2.4 KB
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
66
67
68
69
70
71
72
73
74
{
"name": "mars",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"d3-dsv": "^1.0.3",
"electron-devtools-installer": "^2.0.1",
"electron": "1.4.15",
"electron-prebuilt": "^1.3.5",
"form-data": "^1.0.1",
"fs": "0.0.1-security",
"immutable": "^3.8.1",
"isomorphic-fetch": "^2.2.1",
"normalize.css": "^5.0.0",
"react-fontawesome": "^1.5.0",
"react-router": "^2.7.0",
"redux": "^3.6.0",
"redux-logger": "^2.6.1",
"redux-thunk": "^2.1.0",
"xml-to-json-promise": "0.0.3",
"xml2js": "^0.4.17",
"xml2json": "^0.10.0"
},
"devDependencies": {
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-plugin-syntax-decorators": "^6.13.0",
"babel-plugin-transform-eval": "^6.8.0",
"babel-plugin-transform-object-rest-spread": "^6.8.0",
"babel-polyfill": "^6.13.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"chai": "^3.5.0",
"chai-immutable": "^1.6.0",
"css-loader": "^0.26.1",
"file-loader": "^0.9.0",
"font-awesome": "^4.7.0",
"font-awesome-webpack": "0.0.4",
"json-loader": "^0.5.4",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"mocha": "^3.0.2",
"nock": "^8.0.0",
"react": "^15.3.1",
"react-addons-css-transition-group": "^15.4.0",
"react-css-modules": "^4.1.0",
"react-custom-scroll": "^1.8.0",
"react-custom-scrollbars": "^4.0.0",
"react-dom": "^15.3.1",
"react-file-input": "^0.2.5",
"react-file-reader-input": "^1.1.0",
"react-redux": "^4.4.5",
"redux-mock-store": "^1.2.0",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.15.1",
"worker-loader": "^0.7.1",
"cross-env": "^2.0.1",
"electron-packager": "^8.2.0"
},
"scripts": {
"start": "electron .",
"test": "./node_modules/.bin/mocha --compilers js:babel-core/register --recursive",
"test-watch": "npm run test -- --watch",
"build": "webpack --config webpack.config.js --content-base ./dist && electron-packager . MARS --platform=darwin --arch=x64 --electronVersion=1.4.15",
"build-watch": "./node_modules/.bin/webpack-dev-server --inline --context ./ --config ./webpack.config.js --content-base ./dist &",
"start-dev-watch": "npm run build-watch & cross-env WATCH=true DEV=true npm start && fg"
},
"keywords": [],
"author": "",
"license": "ISC"
}