-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
163 lines (163 loc) · 4.68 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
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
{
"name": "molviewer",
"proxy": "http://localhost:2015",
"version": "0.1.0",
"private": true,
"devDependencies": {
"@types/chai": "^3.4.35",
"@types/enzyme": "2.7.7",
"@types/isomorphic-fetch": "0.0.33",
"@types/jquery": "^2.0.41",
"@types/node": "^7.0.12",
"@types/react": "^15.0.21",
"@types/react-bootstrap": "0.0.47",
"@types/react-dom": "^0.14.23",
"@types/react-redux": "^4.4.38",
"@types/react-router": "^4.0.3",
"@types/react-router-dom": "^4.0.3",
"@types/redux-mock-store": "^0.0.7",
"@types/three": "^0.84.11",
"chai": "^3.5.0",
"codacy-coverage": "^2.0.1",
"enzyme": "^2.7.7",
"prettier": "^1.6.1",
"react-addons-test-utils": "^15.4.2",
"redux-mock-store": "^1.2.3",
"tslint-config-prettier": "^1.5.0",
"tslint-sonarts": "^1.0.0",
"@nlesc/tslint-config-react-app": "2.0.0",
"@types/jest": "18.1.0",
"autoprefixer": "6.7.7",
"awesome-typescript-loader": "3.1.2",
"babel-core": "6.22.1",
"babel-eslint": "7.1.1",
"babel-jest": "18.0.0",
"babel-loader": "6.2.10",
"babel-preset-react-app": "^2.1.1",
"babel-runtime": "^6.20.0",
"case-sensitive-paths-webpack-plugin": "1.1.4",
"chalk": "1.1.3",
"connect-history-api-fallback": "1.3.0",
"cross-spawn": "4.0.2",
"css-loader": "0.26.1",
"detect-port": "1.1.0",
"dotenv": "2.0.0",
"eslint": "3.16.1",
"eslint-config-react-app": "^0.6.1",
"eslint-loader": "1.6.0",
"eslint-plugin-flowtype": "2.21.0",
"eslint-plugin-import": "2.0.1",
"eslint-plugin-jsx-a11y": "4.0.0",
"eslint-plugin-react": "6.4.1",
"extract-text-webpack-plugin": "1.0.1",
"file-loader": "0.10.0",
"fs-extra": "0.30.0",
"glob-all": "3.1.0",
"handlebars": "^4.5.3",
"html-webpack-plugin": "2.24.0",
"http-proxy-middleware": "0.17.3",
"jest": "18.1.0",
"jest-util": "18.1.0",
"json-loader": "0.5.4",
"object-assign": "4.1.1",
"postcss-loader": "1.2.2",
"promise": "7.1.1",
"react-dev-utils": "^0.5.2",
"style-loader": "0.13.1",
"ts-jest": "18.0.3",
"tslint": "4.5.1",
"tslint-loader": "3.4.3",
"typescript": "2.2.0",
"url-loader": "0.5.7",
"webpack": "1.14.0",
"webpack-dev-server": "1.16.2",
"webpack-manifest-plugin": "1.1.0",
"websocket-extensions": "^0.1.4",
"whatwg-fetch": "2.0.2"
},
"dependencies": {
"bootstrap": "^3.3.7",
"event-source-polyfill": "0.0.9",
"isomorphic-fetch": "^2.2.1",
"ngl": "0.10.4",
"rc-slider": "~6.3.1",
"react": "^15.4.2",
"react-bootstrap": "^0.30.8",
"react-dom": "^15.4.2",
"react-redux": "^5.0.3",
"react-redux-toastr": "^5.0.0",
"react-router": "^4.0.0",
"react-router-dom": "^4.0.0",
"redux": "^3.6.0",
"redux-observable": "^0.14.1",
"rxjs": "^5.0.0",
"three": "^0.85.2"
},
"scripts": {
"start": "node scripts/start.js",
"build": "node scripts/build.js",
"test": "node scripts/test.js --env=jsdom",
"lint": "node scripts/lint.js",
"prettier": "prettier --write \"src/**/*.ts\" \"src/**/*.tsx\" \"src/**/*.css\""
},
"prettier": {
"semi": false,
"singleQuote": true
},
"jest": {
"collectCoverageFrom": [
"src/**/*.{js,jsx,ts,tsx}",
"!src/**/*.d.ts"
],
"moduleFileExtensions": [
"jsx",
"js",
"json",
"ts",
"tsx"
],
"testPathIgnorePatterns": [
"<rootDir>[/\\\\](build|docs|node_modules|scripts)[/\\\\]"
],
"testEnvironment": "node",
"testRegex": "(/__tests__/.*|.(test|spec)).(ts|tsx|js|jsx)$",
"testURL": "http://localhost",
"transform": {
"^.+\\.(js|jsx)$": "<rootDir>/node_modules/babel-jest",
"^.+\\.(ts|tsx)$": "<rootDir>/config/jest/tsTransform.js",
"^.+\\.css$": "<rootDir>/config/jest/cssTransform.js",
"^(?!.*\\.(js|jsx|css|json)$)": "<rootDir>/config/jest/fileTransform.js"
},
"transformIgnorePatterns": [
"[/\\\\]node_modules[/\\\\].+\\.(js|jsx|ts|tsx)$"
],
"moduleNameMapper": {
"^react-native$": "react-native-web"
},
"testResultsProcessor": "<rootDir>/node_modules/ts-jest/coverageprocessor.js",
"globals": {
"__TS_CONFIG__": {
"forceConsistentCasingInFileNames": true,
"jsx": "react",
"module": "commonjs",
"moduleResolution": "node",
"noFallthroughCasesInSwitch": true,
"noImplicitAny": true,
"noImplicitThis": true,
"noImplicitReturns": true,
"noUnusedLocals": false,
"noUnusedParameters": true,
"strictNullChecks": true,
"target": "es6"
}
}
},
"babel": {
"presets": [
"react-app"
]
},
"eslintConfig": {
"extends": "react-app"
}
}