forked from eugeneration/HappyIslandDesigner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
85 lines (85 loc) · 2.55 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": "HappyIslandDesigner",
"version": "1.0.0",
"main": "dist/index.js",
"repository": "https://github.com/bodinsamuel/HappyIslandDesigner.git",
"author": "Samuel Bodin <samuel.bodin@algolia.com>",
"license": "MIT",
"devDependencies": {
"@babel/core": "7.9.0",
"@babel/plugin-proposal-class-properties": "7.8.3",
"@babel/plugin-transform-runtime": "7.9.0",
"@babel/preset-env": "7.9.0",
"@babel/preset-react": "^7.9.4",
"@babel/preset-typescript": "7.9.0",
"@types/express": "4.17.3",
"@types/react": "^16.9.34",
"@types/react-dom": "^16.9.6",
"@types/react-modal": "^3.10.5",
"@types/theme-ui": "^0.3.1",
"@typescript-eslint/eslint-plugin": "^2.31.0",
"@typescript-eslint/parser": "^2.31.0",
"babel-loader": "8.1.0",
"babel-plugin-typescript-to-proptypes": "^1.3.2",
"copy-webpack-plugin": "5.1.1",
"css-loader": "3.4.2",
"dynamic-cdn-webpack-plugin": "^5.0.0",
"eslint": "^7.0.0",
"eslint-config-airbnb-base": "14.1.0",
"eslint-config-airbnb-typescript": "7.2.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": "2.20.2",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-prettier": "3.1.2",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^4.0.0",
"express": "4.17.1",
"fork-ts-checker-webpack-plugin": "4.1.2",
"html-webpack-plugin": "4.0.3",
"mini-css-extract-plugin": "0.9.0",
"module-to-cdn": "^3.1.5",
"node-sass": "4.13.1",
"prettier": "2.0.2",
"sass-loader": "8.0.2",
"style-loader": "1.1.3",
"typescript": "^3.8.3",
"url-loader": "^4.1.0",
"webpack": "4.42.1",
"webpack-cli": "3.3.11",
"webpack-dev-server": "3.10.3"
},
"engines": {
"node": ">= 10.13.0",
"yarn": "^1.19.1"
},
"scripts": {
"dev": "webpack-dev-server --hot",
"lint": "eslint --ext .ts,.js ./app/",
"build": "webpack"
},
"prettier": {
"tabWidth": 2,
"singleQuote": true,
"trailingComma": "all",
"arrowParens": "always"
},
"dependencies": {
"@babel/polyfill": "7.8.7",
"@babel/runtime": "7.9.2",
"browser-update": "^3.3.16",
"file-saver": "eugeneration/FileSaver.js#master",
"heic2any": "^0.0.3",
"i18next": "^19.4.2",
"lz-string": "1.4.4",
"paper": "eugeneration/paper.js#develop",
"paper-animate": "1.2.1",
"perspective-transform": "^1.1.3",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-modal": "^3.11.2",
"regenerator-runtime": "0.13.5",
"remove": "^0.1.5",
"theme-ui": "^0.3.1",
"tinycolor2": "1.4.1"
}
}