-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.39 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
{
"name": "@atomic-package/css",
"version": "0.2.2",
"description": "atomic-package - css",
"main": "dist/atomic-package/atomic-package.scss",
"style": "dist/atomic-package/atomic-package.scss",
"scripts": {
"test": "$(npm bin)/mocha test/** -r test/spec_setup.js",
"test:watch": "$(npm bin)/mocha -w test/** -r test/spec_setup.js",
"start": "gulp",
"dev": "concurrently \"npm run start\" \"npm run docs.start\"",
"docs.start": "NODE_ENV=develop fractal start --sync",
"build": "concurrently \"npm run css.build\" \"npm run docs.build\"",
"css.build": "gulp dist",
"docs.build": "NODE_ENV=production fractal build"
},
"repository": {
"type": "git",
"url": "git@github.com:atomic-package/css.git"
},
"author": "daisuke.takayama",
"license": "MIT",
"devDependencies": {
"@fortawesome/fontawesome": "^1.1.8",
"@fortawesome/fontawesome-free": "^5.5.0",
"@frctl/fractal": "^1.1.7",
"browser-sync": "^2.18.8",
"concurrently": "^4.0.1",
"cssmin": "^0.4.3",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-concat": "^2.6.1",
"gulp-cssmin": "^0.1.7",
"gulp-mocha": "^4.3.1",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-uglify": "^2.1.2",
"gulp-watch": "^4.3.11",
"path": "^0.12.7",
"run-sequence": "^1.2.2"
},
"dependencies": {}
}