-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 890 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 890 Bytes
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
{
"name": "murcianipsum",
"version": "1.0.0",
"description": "🍋",
"scripts": {
"start": "parcel ./public/index.html",
"build": "parcel build ./public/index.html --public-url ./"
},
"keywords": [
"loremipsum",
"murcia"
],
"author": "",
"license": "MIT",
"devDependencies": {
"@parcel/packager-raw-url": "^2.6.2",
"@parcel/transformer-sass": "^2.6.2",
"@parcel/transformer-webmanifest": "^2.6.2",
"@s-ui/lint": "4.23.0",
"parcel": "2.6.2",
"process": "^0.11.10",
"sass": "1.53.0"
},
"dependencies": {
"prop-types": "15.8.1",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"eslintConfig": {
"extends": [
"./node_modules/@s-ui/lint/eslintrc.js"
]
},
"prettier": "./node_modules/@s-ui/lint/.prettierrc.js",
"stylelint": {
"extends": "./node_modules/@s-ui/lint/stylelint.config.js"
}
}