-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
56 lines (56 loc) · 1.26 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
{
"name": "etesam-startpage",
"version": "0.1.0",
"private": true,
"dependencies": {
"@dnd-kit/core": "^6.0.5",
"@dnd-kit/modifiers": "^6.0.0",
"@dnd-kit/sortable": "^7.0.1",
"@dnd-kit/utilities": "^3.2.0",
"@lexical/react": "^0.3.5",
"lexical": "^0.3.5",
"re-resizable": "^6.9.9",
"react": "18.2.0",
"react-colorful": "^5.0.0",
"react-dom": "18.2.0",
"react-draggable": "^4.4.3",
"react-scripts": "^5.0.0",
"styled-components": "^5.3.5",
"xp.css": "^0.2.4",
"zustand": "^3.7.0"
},
"prettier": {
"bracketSpacing": true
},
"scripts": {
"start": "react-scripts start",
"build": "INLINE_RUNTIME_CHUNK=false react-scripts build",
"test": "cypress open",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest",
"plugin:cypress/recommended"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"chai-colors": "^1.0.1",
"cypress": "^10.2.0",
"eslint-plugin-cypress": "^2.12.1",
"prettier": "^2.5.1"
}
}