-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
138 lines (138 loc) · 4.21 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
{
"name": "InViewer",
"version": "0.9.0",
"description": "InViewer - IndoorGML Viewer",
"main": "src/electron.js",
"scripts": {
"clean": "rimraf dist",
"compile": "node build/scripts/compile",
"build": "npm run clean && cross-env NODE_ENV=production npm run compile",
"start": "cross-env NODE_ENV=development nodemon build/scripts/start --exec babel-node",
"test": "cross-env NODE_ENV=test karma start build/karma.config",
"test:watch": "npm test -- --watch",
"lint": "eslint .",
"lint:fix": "npm run lint -- --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/STEMLab/react-redux-starter-kit.git"
},
"author": [
"Hyung-Gyu Ryoo <hgryoo@pnu.edu> (@hg_ryoo)",
"Suhee Jung <lalune1120@hotmail.com ()"
],
"license": "MIT",
"dependencies": {
"autobind-decorator": "^2.1.0",
"autoprefixer": "^8.1.0",
"axios": "^0.18.0",
"bootstrap": "^3.3.7",
"c0nfig": "^0.2.2",
"camera-controls": "^1.1.0",
"compression": "^1.6.2",
"cors": "^2.8.4",
"d3": "^4.13.0",
"earcut": "^2.1.3",
"easing-js": "^1.1.2",
"express": "^4.14.0",
"express-session": "^1.15.6",
"font-awesome": "^4.7.0",
"jsonix": "^2.4.1",
"less-loader": "^4.1.0",
"multer": "^1.3.0",
"object-assign": "^4.1.1",
"promise": "^7.1.1",
"prop-types": "^15.5.10",
"react": "^15.5.4",
"react-contenteditable": "^2.0.7",
"react-dom": "^15.5.4",
"react-dropzone": "^4.2.9",
"react-modal": "^3.3.1",
"react-redux": "^5.0.4",
"react-router": "^3.0.0",
"redbox-react": "^1.3.6",
"redux": "^3.6.0",
"redux-thunk": "^2.2.0",
"socket.io": "^2.0.4",
"socket.io-client": "^2.0.4",
"superagent": "^3.8.2",
"three": "^0.90.0",
"tween.js": "^16.6.0",
"whatwg-fetch": "^2.0.3"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.24.1",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.0.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-runtime": "^6.20.0",
"bootstrap-loader": "^2.2.0",
"bootstrap-sass": "^3.3.7",
"bootstrap-webpack": "0.0.6",
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"chai-enzyme": "^0.6.1",
"chalk": "^1.1.3",
"codecov": "^2.2.0",
"connect-history-api-fallback": "^1.3.0",
"cross-env": "^5.0.0",
"css-loader": "^0.28.10",
"dirty-chai": "^1.2.2",
"enzyme": "^2.8.2",
"eslint": "^3.19.0",
"eslint-config-standard": "^10.2.1",
"eslint-config-standard-react": "^5.0.0",
"eslint-plugin-babel": "^4.1.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-node": "^4.2.2",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-react": "^7.0.1",
"eslint-plugin-standard": "^3.0.1",
"extract-text-webpack-plugin": "^2.1.0",
"figures": "^2.0.0",
"file-loader": "^0.11.1",
"fs-extra": "^3.0.1",
"html-webpack-plugin": "^2.24.1",
"imports-loader": "^0.8.0",
"jquery": "^3.3.1",
"karma": "^1.7.0",
"karma-coverage": "^1.1.1",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.1",
"karma-phantomjs-launcher": "^1.0.4",
"karma-webpack-with-fast-source-maps": "^1.10.0",
"less": "^3.0.1",
"loglevel": "^1.6.1",
"mocha": "^3.2.0",
"node-sass": "^4.7.2",
"nodemon": "^1.17.1",
"phantomjs-prebuilt": "^2.1.14",
"postcss-loader": "^2.1.1",
"precss": "^3.1.2",
"react-addons-test-utils": "^15.5.1",
"react-bootstrap": "^0.32.1",
"react-reflex": "^2.1.3",
"react-router-bootstrap": "^0.24.4",
"react-router-dom": "^4.2.2",
"react-test-renderer": "^15.5.4",
"reapop": "^1.2.0",
"reapop-theme-bootstrap": "^1.0.1",
"resolve-url-loader": "^2.3.0",
"rimraf": "^2.6.1",
"sass-loader": "^6.0.7",
"sinon": "^2.2.0",
"sinon-chai": "^2.10.0",
"style-loader": "^0.17.0",
"url-loader": "^0.5.9",
"webpack": "^2.5.1",
"webpack-dev-middleware": "^1.8.4",
"webpack-hot-middleware": "^2.13.2",
"yargs": "^8.0.1"
}
}