-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.82 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
{
"name": "rethreaded",
"version": "0.1.0",
"description": "Tablet weaving pattern editor",
"main": "src/index.js",
"author": "Tomáš Vejpustek <[email protected]>",
"license": "MIT",
"scripts": {
"start": "webpack-dev-server --progress --mode=development",
"build": "webpack --progress --mode=production",
"serve": "node ./serve.js",
"lint": "eslint src/ --ext .ts,.tsx"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "3.3.0",
"@typescript-eslint/parser": "3.3.0",
"css-loader": "3.6.0",
"eslint": "7.2.0",
"eslint-plugin-react": "7.20.0",
"eslint-plugin-simple-import-sort": "5.0.3",
"express": "4.17.1",
"html-webpack-plugin": "4.3.0",
"mini-css-extract-plugin": "0.9.0",
"sass": "1.26.8",
"sass-loader": "8.0.2",
"style-loader": "1.2.1",
"ts-loader": "7.0.5",
"typescript": "3.9.5",
"webpack": "4.43.0",
"webpack-cli": "3.3.12",
"webpack-dev-server": "3.11.0"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "1.2.29",
"@fortawesome/free-solid-svg-icons": "5.13.1",
"@fortawesome/react-fontawesome": "0.1.11",
"@popperjs/core": "2.4.2",
"@types/classnames": "2.2.10",
"@types/mousetrap": "1.6.3",
"@types/popper.js": "1.11.0",
"@types/react": "16.9.38",
"@types/react-dom": "16.9.8",
"@types/react-redux": "7.1.9",
"@types/uuid": "8.0.0",
"classnames": "2.2.6",
"final-form": "4.20.0",
"fp-ts": "2.6.6",
"io-ts": "2.2.6",
"mousetrap": "1.6.5",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-final-form": "6.5.0",
"react-focus-lock": "2.4.0",
"react-popper": "2.2.3",
"react-redux": "7.2.0",
"redux": "4.0.5",
"redux-devtools-extension": "2.13.8",
"redux-freeze": "0.1.7",
"reselect": "4.0.0",
"uuid": "8.1.0"
}
}