-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
56 lines (56 loc) · 1.4 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
{
"name": "@symplicity/janus-tokens",
"version": "0.0.3",
"description": "Design Tokens for the Janus Design System",
"main": "index.js",
"files": [
"dist/**",
"docs/**"
],
"types": "dist/index.d.ts",
"scripts": {
"clean": "rimraf ./dist",
"build": "npm-run-all build:**",
"build:gulp": "gulp",
"build:docs": "gulp docs",
"build:format": "prettier ./{dist,docs}/*.{js,json,css,scss,sketchpalette} --write",
"watch": "gulp watch",
"start": "http-server docs"
},
"keywords": [
"janus",
"design-tokens"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Symplicity/janus-tokens.git"
},
"author": "Symplicity",
"license": "MIT",
"homepage": "https://github.com/Symplicity/janus-tokens#readme",
"devDependencies": {
"ase-util": "^1.0.3",
"ase-utils": "^0.1.1",
"browser-sync": "^3.0.3",
"gulp": "^4.0.2",
"gulp-load-plugins": "^2.0.6",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^2.0.0",
"gulp-restart": "^0.1.1",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-theo": "^2.0.0",
"http-server": "^14.1.1",
"immutable": "^3.8.2",
"lodash": "^4.17.21",
"ms": "^2.1.3",
"nodemon": "^2.0.20",
"npm-run-all": "^4.1.5",
"prettier": "1.19.1",
"renamer": "^1.1.4",
"rimraf": "^3.0.0",
"theo": "8.1.4",
"tinycolor2": "^1.4.2",
"xml": "^1.0.1"
}
}