-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.04 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.04 KB
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
{
"name": "form-builder-calculator",
"private": true,
"version": "1.1.0",
"description": "",
"main": "index.js",
"dependencies": {
"@s-ui/component-peer-dependencies": "1",
"@s-ui/react-atom-button": "1",
"@s-ui/react-atom-upload": "2",
"@s-ui/react-form-builder": "1",
"@s-ui/react-molecule-modal": "1",
"@s-ui/react-molecule-textarea-field": "3",
"ace-builds": "1.4.11",
"classnames": "2.2.6",
"react-ace": "8.1.0",
"reset-css": "5.0.1"
},
"devDependencies": {
"@s-ui/bundler": "5",
"@s-ui/lint": "3",
"@s-ui/mono": "1"
},
"scripts": {
"co": "npx sui-mono commit",
"start": "npx sui-bundler dev"
},
"keywords": [],
"author": "",
"license": "ISC",
"eslintConfig": {
"extends": [
"./node_modules/@s-ui/lint/eslintrc.js"
]
},
"stylelint": {
"extends": "./node_modules/@s-ui/lint/stylelint.config.js"
},
"config": {
"validate-commit-msg": {
"types": "@s-ui/mono/src/types"
}
},
"prettier": "./node_modules/@s-ui/lint/.prettierrc.js"
}