@novalabsxyz/tokens 2.0.0-alpha.2

Sign up to get free protection for your applications and to get access to all the features.
package/package.json ADDED
@@ -0,0 +1,30 @@
1
+ {
2
+ "contributors": [
3
+ "Luis Perrone <peroni@nova-labs.com>"
4
+ ],
5
+ "dependencies": {
6
+ "@novalabsxyz/base-theme": "^2.0.0-alpha.1",
7
+ "react": "18.2.0"
8
+ },
9
+ "description": "Novalabs Tokens stylesheet",
10
+ "devDependencies": {
11
+ "copyfiles": "^2.4.1"
12
+ },
13
+ "files": [
14
+ "build"
15
+ ],
16
+ "gitHead": "329c8376bba43999f95762531e16c6c3bc83d0c4",
17
+ "include": [
18
+ "src"
19
+ ],
20
+ "main": "build/index.js",
21
+ "module": "build/index.js",
22
+ "name": "@novalabsxyz/tokens",
23
+ "scripts": {
24
+ "build": "yarn run clean && tsc && yarn run copy-dts",
25
+ "clean": "rimraf build",
26
+ "copy-dts": "copyfiles -u 1 \"src/**/*.css\" build && copyfiles -u 1 \"src/**/*.js\" build && copyfiles -u 1 \"src/**/*.scss\" build",
27
+ "test": "echo \"Error: run tests from root\" && exit 1"
28
+ },
29
+ "version": "2.0.0-alpha.2"
30
+ }