-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
82 lines (82 loc) · 2.46 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "modular-css",
"version": "0.0.0",
"private": true,
"author": "Pat Cavit <npm@patcavit.com>",
"homepage": "https://m-css.com",
"license": "MIT",
"repository": "tivac/modular-css",
"bugs": {
"url": "https://github.com/tivac/modular-css/issues"
},
"scripts": {
"cover": "jest --coverage",
"lint": "eslint . --max-warnings=0",
"parsers": "node parsers/build.js",
"release": "changeset publish",
"test": "jest",
"test:playwright": "playwright test",
"watch": "jest --watch",
"start": "npm start --workspace=@modular-css/www",
"www:build": "npm run build --workspace=@modular-css/www",
"www:deploy": "npm run build --workspace=@modular-css/www"
},
"devDependencies": {
"@babel/eslint-parser": "^7.18.2",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.23.0",
"@codemirror/state": "^0.19.6",
"@codemirror/view": "^6.4.0",
"@modular-css/path-aliases": "^28.0.0",
"@modular-css/processor": "^28.0.0",
"@modular-css/shortnames": "^28.0.0",
"@modular-css/svelte": "^28.0.0",
"@modular-css/vite": "^28.0.0",
"@playwright/test": "^1.28.1",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/pluginutils": "^5.1.0",
"@tivac/eslint-config": "^2.4.0",
"@tivac/eslint-plugin-svelte": "^3.1.0",
"browserify": "^17.0.0",
"cli-tester": "2.0.0",
"codemirror": "^5.65.1",
"cssnano": "^5.0.16",
"debounce": "^1.2.1",
"dedent": "^0.7.0",
"dentist": "1.0.3",
"env-cmd": "^10.0.1",
"eslint": "^8.16.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-jest": "^27.0.4",
"eslint-plugin-svelte": "^2.3.0",
"factor-bundle": "2.5.0",
"from2-string": "1.1.0",
"github-slugger": "^1.4.0",
"jest": "^29.7.0",
"jest-cli": "^29.3.1",
"jest-snapshot": "^29.3.1",
"lint-staged": "^14.0.1",
"node-notifier": "^10.0.1",
"p-defer": "^3.0.0",
"peggy": "^2.0.0",
"postcss": "^8.4.14",
"postcss-nested": "^6.0.0",
"read-dir-deep": "^7.0.1",
"rollup": "^4.9.0",
"rollup-plugin-hypothetical": "^2.1.1",
"rollup-plugin-polyfill-node": "^0.13.0",
"rollup-plugin-svelte": "^7.1.0",
"shelljs": "^0.8.5",
"simple-git-hooks": "^2.8.1",
"snapshot-diff": "^0.9.0",
"sugarss": "^4.0.1",
"svelte": "^3.48.0",
"vite": "^5.0.10",
"watchify": "^4.0.0",
"webpack": "^5.0.0"
},
"workspaces": [
"./packages/*"
]
}