-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
77 lines (77 loc) · 2.44 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
{
"author": "You <[email protected]>",
"name": "apate",
"version": "0.1.0",
"scripts": {
"start": "rimraf dist pkg && NODE_ENV=development webpack-dev-server --open -d --config ./config/webpack.config.js",
"build": "rimraf dist pkg && webpack --config ./config/webpack.config.js",
"test": "cargo test && wasm-pack test --headless"
},
"dependencies": {
"@types/rc-slider": "^8.6.5",
"localforage": "^1.7.3",
"mobx": "^5.15.1",
"mobx-react": "^6.1.4",
"rc-collapse": "^1.11.8",
"rc-slider": "^8.7.1",
"re-resizable": "^6.1.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-draggable": "^4.2.0",
"react-rnd": "^10.1.4",
"react-spinners": "^0.8.0",
"throttle-debounce": "^2.1.0"
},
"devDependencies": {
"@babel/core": "7.7.4",
"@svgr/webpack": "4.3.3",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@types/jest": "^24.0.0",
"@types/node": "^12.0.0",
"@types/react": "^16.9.0",
"@types/react-dom": "^16.9.0",
"@types/throttle-debounce": "^2.1.0",
"@typescript-eslint/eslint-plugin": "^2.8.0",
"@typescript-eslint/parser": "^2.8.0",
"@wasm-tool/wasm-pack-plugin": "^0.4.2",
"babel-eslint": "10.0.3",
"babel-jest": "^24.9.0",
"babel-loader": "8.0.6",
"babel-plugin-emotion": "^10.0.27",
"babel-plugin-named-asset-import": "^0.3.5",
"babel-preset-react-app": "^9.1.0",
"camelcase": "^5.3.1",
"copy-webpack-plugin": "^5.0.3",
"css-loader": "3.2.0",
"dotenv": "8.2.0",
"dotenv-expand": "5.1.0",
"eslint": "^6.6.0",
"eslint-config-react-app": "^5.1.0",
"eslint-loader": "3.0.2",
"eslint-plugin-import": "2.18.2",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-react": "7.16.0",
"eslint-plugin-react-hooks": "^1.6.1",
"file-loader": "4.3.0",
"glob": "^7.1.6",
"html-webpack-plugin": "4.0.0-beta.5",
"mini-css-extract-plugin": "0.8.0",
"node-sass": "^4.13.0",
"optimize-css-assets-webpack-plugin": "5.0.3",
"raw-loader": "^4.0.0",
"react-app-polyfill": "^1.0.5",
"react-dev-utils": "^10.0.0",
"resolve-url-loader": "3.1.1",
"rimraf": "^2.6.3",
"sass-loader": "8.0.0",
"style-loader": "1.0.0",
"typescript": "~3.7.2",
"url-loader": "2.3.0",
"webpack": "^4.41.4",
"webpack-cli": "^3.3.3",
"webpack-dev-server": "^3.10.1",
"worker-plugin": "^3.2.0"
}
}