-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 1023 Bytes
/
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
{
"name": "carbonbackenddocument",
"description": "Dependencies for Carbon.BackendDocument",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "git://github.com/CarbonPackages/Carbon.BackendDocument.git"
},
"browserslist": [
"defaults",
"not ie 11",
"not dead"
],
"devDependencies": {
"@babel/core": "^7.17.8",
"@babel/preset-env": "^7.16.11",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-node-resolve": "^13.1.3",
"autoprefixer": "^10.4.4",
"browserslist": "^4.20.2",
"cssnano": "^5.1.7",
"postcss": "^8.4.31",
"postcss-nested": "^5.0.6",
"prettier": "^2.6.2",
"rollup": "^2.70.1",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-terser": "^7.0.2",
"stylelint": "^14.6.1",
"stylelint-config-standard": "^25.0.0"
},
"scripts": {
"start": "rollup --config --watch",
"build": "rollup --config",
"pipeline": "yarn install --silent --non-interactive;rollup --config --environment production"
}
}