-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.87 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
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "react-uikit-placeholder",
"version": "2.0.2",
"description": "React uikit placeholder component.",
"keywords": [
"javascript",
"react",
"uikit",
"react-component",
"placeholder",
"react-uikit",
"uikit-react"
],
"repository": "git@github.com:otissv/react-uikit-placeholder.git",
"author": "Otis Virginie",
"license": "MIT",
"main": "./lib/placeholder.js",
"scripts": {
"build": "babel -d lib/ src/ && date",
"build:watch": "watch 'npm run build' ./src",
"lint": "eslint --quiet ./src/** && date || true && date",
"lint:watch": "watch 'npm run lint' ./",
"prepublish": "babel -d lib/ src/ && date",
"test": "babel-node test-runner.js | tap-min && date|| true && date",
"test:spec": "babel-node test-runner.js | tap-difflet || true && date",
"test:watch": "watch 'npm run test' ./"
},
"devDependencies": {
"babel-cli": "~6.11.4",
"babel-core": "~6.13.2",
"babel-eslint": "~6.1.2",
"babel-plugin-transform-runtime": "~6.12.0",
"babel-preset-es2015": "~6.13.2",
"babel-preset-react": "~6.11.1",
"babel-preset-stage-2": "~6.13.0",
"babel-runtime": "~6.11.6",
"cheerio": "~0.20.0",
"eslint": "~3.3.1",
"eslint-config-standard": "~5.3.5",
"eslint-plugin-react": "~6.1.1",
"eslint-plugin-smells": "~1.0.1",
"eslint-plugin-standard": "~2.0.0",
"eslint-plugin-promise": "~2.0.1",
"faucet": "~0.0.1",
"glob": "~7.0.5",
"highlight.js": "~9.6.0",
"history": "~3.0.0",
"react-addons-test-utils": "~15.3.0",
"tap-difflet": "~0.6.0",
"tap-min": "~1.1.0",
"tape": "~4.6.0",
"watch": "~0.19.1"
},
"dependencies": {
"cuid": "~1.3.8",
"react": "~15.3.2",
"react-dom": "~15.3.2",
"react-uikit-base": "~2.0.2",
"ufunc": "~2.0.1"
},
"babel": {
"presets": [
"es2015",
"react",
"stage-2"
]
}
}