-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.29 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
{
"name": "@petals/monorepo",
"version": "0.0.0",
"description": "Born for component-based front-end development",
"private": true,
"scripts": {
"clean:site": "rm -rf ./site/.asset-cache",
"start": "cd ./site && rake run",
"predeploy": "npm run clean:site",
"deploy": "cd ./site && rake deploy",
"petals:build": "cd packages/petals && npm run build",
"petals:patch-version": "cd packages/petals && npm version patch && cd ../../",
"petals:release": "cd packages/petals && npm run release"
},
"repository": {
"type": "git",
"url": "git+https://github.com/petals-ui/petals.git"
},
"author": "Ourai Lin <ourairyu@gmail.com> (https://ourai.ws/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/petals-ui/petals/issues"
},
"homepage": "https://petals.fxxk.design",
"devDependencies": {
"@ntks/eslint-config": "0.0.0",
"@ntks/stylelint-config": "0.0.5",
"@ntks/toolbox": "0.0.6",
"eslint": "^7.21.0",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-cssmin": "^0.2.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^4.0.1",
"gulp-shopify-sass": "^0.3.3",
"gulp-sourcemaps": "^2.6.4",
"gulp-strip-css-comments": "^2.0.0",
"prettier": "^2.2.1",
"stylelint": "^13.12.0",
"typescript": "^4.1.3"
}
}