-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 2.43 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 2.43 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
{
"name": "@forms.js/main",
"private": true,
"version": "1.0.17",
"description": "",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"lint": "npm --prefix ./packages/core run lint && npm --prefix ./packages/daterange run lint && npm --prefix ./packages/list-field run lint && npm --prefix ./packages/rating run lint && npm --prefix ./packages/richtext run lint && npm --prefix ./packages/tabs run lint && npm --prefix ./packages/vue run lint",
"format": "npm --prefix ./packages/core run format && npm --prefix ./packages/daterange run format && npm --prefix ./packages/list-field run format && npm --prefix ./packages/rating run format && npm --prefix ./packages/richtext run format && npm --prefix ./packages/tabs run format && npm --prefix ./packages/vue run format",
"build": "npm --prefix ./packages/core run build && npm --prefix ./packages/daterange run build && npm --prefix ./packages/list-field run build && npm --prefix ./packages/rating run build && npm --prefix ./packages/richtext run build && npm --prefix ./packages/tabs run build && npm --prefix ./packages/vue run build",
"test": "npm --prefix ./packages/core run test && npm --prefix ./packages/daterange run test && npm --prefix ./packages/list-field run test && npm --prefix ./packages/rating run test && npm --prefix ./packages/richtext run test && npm --prefix ./packages/tabs run test && npm --prefix ./packages/vue run test",
"update-formsjs": "npm --prefix ./packages/daterange update @forms.js/core && npm --prefix ./packages/list-field update @forms.js/core && npm --prefix ./packages/rating update @forms.js/core && npm --prefix ./packages/richtext update @forms.js/core && npm --prefix ./packages/tabs update @forms.js/core && npm --prefix ./packages/vue update @forms.js/core",
"start": "webpack serve --open",
"watch": "webpack --watch",
"build-local": "webpack"
},
"author": "",
"license": "3 LICENSED SEE DOCS",
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@forms.js/core": "^1.1.11",
"autoprefixer": "^10.4.19",
"babel-loader": "^9.1.3",
"css-loader": "^7.1.2",
"postcss": "^8.4.38",
"postcss-loader": "^8.1.1",
"style-loader": "^4.0.0",
"tailwindcss": "^3.4.4",
"vue": "^3.4.31",
"vue-loader": "^17.4.2",
"vue-template-compiler": "^2.7.16",
"webpack": "^5.92.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
}
}