-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.25 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
{
"name": "stripes",
"version": "0.1.0",
"private": true,
"homepage": "https://carlmanaster.github.io/stripes",
"scripts": {
"start": "react-scripts start",
"now-start": "serve build/",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom --coverage --watch",
"lint": "nodemon --exec 'standard --verbose | snazzy'",
"eject": "react-scripts eject",
"storybook": "start-storybook -p 9009 -s public",
"build-storybook": "build-storybook -s public",
"deploy": "npm run build&&gh-pages -d build"
},
"devDependencies": {
"@kadira/storybook": "^2.21.0",
"gh-pages": "^0.12.0",
"nodemon": "^1.11.0",
"react-scripts": "0.8.5",
"snazzy": "^6.0.0",
"standard": "^8.6.0"
},
"dependencies": {
"@kadira/storybook": "^2.35.3",
"d3": "^4.6.0",
"moment": "^2.17.1",
"nice-number": "^1.0.1",
"ramda": "^0.22.1",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-faux-dom": "^3.0.0",
"react-file-input": "^0.2.5",
"react-router": "^3.0.2",
"serve": "^3.4.0"
},
"standard": {
"globals": [
"it",
"describe",
"beforeEach",
"afterEach",
"before",
"after",
"context",
"jasmine",
"expect"
]
}
}