forked from mashmatrix/react-lightning-design-system
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 940 Bytes
/
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
{
"name": "react-lightning-design-system",
"version": "0.1.20",
"description": "Salesforce Lightning Design System components built with React",
"main": "lib/scripts/index.js",
"directories": {
"example": "examples"
},
"keywords": [
"react",
"react-component",
"salesforce",
"lightning",
"lightning design system",
"slds",
"tab",
"form",
"datepicker",
"modal"
],
"scripts": {
"prepublish": "npm run build",
"watch": "watch 'npm run build' src/",
"build": "babel --optional runtime,es7.objectRestSpread -d lib/ src/"
},
"files": [
"lib"
],
"author": "Shinichi Tomita <shinichi.tomita@gmail.com>",
"license": "MIT",
"dependencies": {
"babel-runtime": "^5.8.20",
"classnames": "^2.1.3",
"moment": "^2.10.6",
"svg4everybody": "^2.0.0",
"uuid": "^2.0.1"
},
"devDependencies": {
"babel": "^5.8.21",
"watch": "^0.16.0"
}
}