-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 839 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 839 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
29
30
31
32
33
34
35
{
"name": "dappspec",
"version": "0.0.3",
"directories": {
"test": "test",
"dappspec": "dappspec"
},
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/sambacha/dappspec-css.git"
},
"keywords": [],
"author": "SEE CONTRIBUTORS",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/sambacha/dappspec-css/issues"
},
"homepage": "https://github.com/sambacha/dappspec-css#readme",
"dependencies": {
"css-vars": "^2.4.0",
"sass": "^1.54.5"
},
"devDependencies": {
"@changesets/cli": "^2.24.3",
"@jest/types": "^28.1.3",
"browserslist": "^4.21.3",
"cssnano": "^5.1.13",
"postcss": "^8.4.16",
"postcss-preset-env": "^7.8.0",
"postcss-scss": "^4.0.4",
"prettier": "^2.7.1",
"stylelint": "^14.10.0"
}
}