forked from adamwight/ores-reference-ui
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1.17 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
{
"name": "ores-reference-ui",
"version": "0.0.1",
"description": "",
"main": "index.js",
"dependencies": {
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"chart.js": "^2.7.2",
"fetch": "^1.1.0",
"jquery": "^3.3.1",
"mobx": "^4.2.1",
"mobx-react": "^5.1.2",
"parcel-bundler": "^1.8.1",
"rc-collapse": "^1.9.2",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"react-select": "^1.2.1",
"react-spinner": "^0.2.7",
"react-spinners": "^0.3.2",
"wikipedia-react-components": "^1.6.12"
},
"scripts": {
"dev": "parcel serve index.html --out-dir /tmp",
"build": "parcel build index.html --no-cache --no-source-maps --out-dir dist/ --public-url ./",
"lint": "eslint '*.js[x]'",
"fixlint": "eslint '*.js[x]' --fix"
},
"contributors": [
"Adam Roses Wight <[email protected]"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/adamwight/ores-reference-ui.git"
},
"devDependencies": {
"babel-eslint": "^8.2.3",
"eslint": "^4.19.1",
"eslint-config-standard-jsx": "^5.0.0",
"eslint-config-wikimedia": "^0.5.0",
"eslint-plugin-react": "^7.8.2"
}
}