-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
81 lines (81 loc) · 2.25 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
{
"name": "crafting",
"version": "1.1.0",
"private": false,
"homepage": "https://crafting.thedestruc7i0n.ca/",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.16",
"bootstrap": "^3.3.7",
"classnames": "^2.3.1",
"core-js": "^3.17.3",
"dom-to-image-more": "^2.10.1",
"file-saver": "^2.0.5",
"immer": "^6.0.9",
"jszip": "^3.10.0",
"localforage": "^1.10.0",
"lodash": "^4.17.21",
"minecraft-textures": "^1.21.0",
"rdndmb-html5-to-touch": "^8.0.1",
"react": "16.14",
"react-bootstrap": "0.32.1",
"react-contextmenu": "^2.13.0",
"react-device-detect": "^1.17.0",
"react-dnd": "14.0.4",
"react-dnd-html5-backend": "16.0.1",
"react-dnd-multi-backend": "^8.0.1",
"react-dnd-preview": "^8.0.1",
"react-dnd-touch-backend": "16.0.1",
"react-dom": "16.14",
"react-numeric-input": "^2.2.3",
"react-redux": "^7.2.6",
"react-syntax-highlighter": "^15.5.0",
"redux": "^4.2.0",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.4.1",
"sass": "^1.63.4",
"uuid": "^8.3.2"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.6",
"eslint-config-standard": "^16.0.3",
"eslint-config-standard-jsx": "^10.0.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.2.0",
"eslint-plugin-react": "^7.27.1",
"jsdom": "17.0.0",
"react-dnd-test-backend": "^14.0.1",
"react-scripts": "5.0.1",
"react-test-renderer": "16",
"redux-mock-store": "^1.5.4",
"standard": "^16.0.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test"
},
"eslintConfig": {
"extends": [
"standard",
"react-app"
],
"rules": {
"no-unused-vars": "warn",
"prefer-const": "off",
"multiline-ternary": "off",
"react/jsx-handler-names": "off"
}
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}