-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 826 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 826 Bytes
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
{
"name": "@sacss/processor",
"version": "1.0.0",
"description": "Processor of Static Atomic css",
"repository": "git@github.com:s-acss/processor.git",
"author": "ziven27",
"license": "MIT",
"scripts": {
"start": "parcel ./src/index.html",
"watch": "parcel watch ./src/index.html",
"build": "rm -rf docs/* && parcel build ./src/index.html --dist-dir docs --public-url ."
},
"devDependencies": {
"@babel/core": "^7.13.16",
"@parcel/transformer-image": "2.0.0-beta.2",
"@parcel/transformer-inline-string": "2.0.0-beta.2",
"@parcel/transformer-less": "2.0.0-beta.2",
"parcel": "^2.0.0-beta.2",
"postcss": "^8.2.13"
},
"dependencies": {
"css": "^3.0.0",
"jsdom": "^16.6.0",
"preact": "^10.5.13",
"preact-async-route": "^2.2.1",
"sacss": "^1.0.4"
}
}