-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
85 lines (85 loc) · 2.64 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
{
"name": "4ymm",
"version": "0.1.0",
"private": true,
"proxy": "https://edge.fullstory.com/",
"homepage": "https://4ymm.warp.world",
"dependencies": {
"@craco/craco": "^5.6.4",
"@fullstory/browser": "^1.4.5",
"@material-ui/core": "^4.11.0",
"@mdx-js/react": "^1.6.16",
"@mdx-js/runtime": "^1.6.16",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"csv-parser": "^2.3.3",
"es6-object-assign": "^1.1.0",
"flag-icon-css": "^3.5.0",
"lodash": "^4.17.19",
"mdx": "^0.3.1",
"mdx.macro": "^0.2.9",
"memoize-one": "^5.1.1",
"react": "^16.13.1",
"react-accessible-accordion": "^3.3.1",
"react-app-polyfill": "^1.0.6",
"react-countdown": "^2.2.1",
"react-dom": "^16.13.1",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.1",
"react-youtube": "^7.11.3",
"rebass": "^4.0.7"
},
"scripts": {
"start": "craco start",
"build": "npm-run-all prebuild snapshot",
"serve": "serve -s build",
"prebuild": "craco build",
"snapshot": "react-snapshot --build-dir build",
"test": "craco test",
"never_run_eject_please": "react-scripts eject",
"build:images": "cross-env TS_NODE_PROJECT=\"./scripts/tsconfig.json\" webpack --config ./scripts/webpack.config.ts",
"move:images": "rm ./scripts/makerImages/makerImages.bundle.js; rm ./scripts/levelImages/levelImages.bundle.js; cp -R scripts/levelImages public; cp -R scripts/makerImages public; rm -rf scripts/levelImages; rm -rf scripts/makerImages;",
"lint": "eslint '*/**/*.{js,ts,tsx}' --quiet --fix"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@dreamonkey/responsive-image-loader": "^0.3.3",
"@types/jest": "^24.9.1",
"@types/lodash": "^4.14.158",
"@types/mdx-js__react": "^1.5.2",
"@types/node": "^12.12.53",
"@types/react": "^16.9.44",
"@types/react-dom": "^16.9.8",
"@types/react-router-dom": "^5.1.5",
"@types/webpack": "^4.41.21",
"@types/webpack-env": "^1.15.2",
"cross-env": "^7.0.2",
"csv-loader": "^3.0.3",
"jimp": "^0.13.0",
"npm-run-all": "^4.1.5",
"raw-loader": "^4.0.1",
"react-snapshot": "^1.3.0",
"responsive-loader": "^1.2.0",
"sharp": "^0.25.4",
"ts-loader": "^7.0.5",
"ts-node": "^8.10.2",
"tsconfig-paths": "^3.9.0",
"typescript": "^3.9.7",
"webpack-cli": "^3.3.12"
}
}