-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.44 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
{
"name": "ertw",
"version": "0.1.0",
"description": "The design system of the UBC Engineering Undergraduate Society.",
"main": "build/index.js",
"scripts": {
"build": "babel lib -d build",
"lint": "eslint lib/**; exit 0",
"lint:watch": "esw -w lib/**",
"prepublish": "npm run build",
"storybook": "start-storybook -p 9001 -c .storybook",
"storybook:build": "build-storybook -c .storybook -o docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ubcengineers/ERTW.git"
},
"author": "Quentin Golsteyn",
"license": "ISC",
"bugs": {
"url": "https://github.com/ubcengineers/ERTW/issues"
},
"homepage": "https://github.com/ubcengineers/ERTW#readme",
"devDependencies": {
"@storybook/addon-actions": "^3.4.5",
"@storybook/addon-centered": "^3.4.5",
"@storybook/addon-links": "^3.4.5",
"@storybook/addons": "^3.4.5",
"@storybook/react": "^3.4.5",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.3",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-runtime": "^6.26.0",
"eslint": "^4.19.1",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.8.2",
"eslint-watch": "^3.1.4",
"polished": "^1.9.2",
"prop-types": "^15.6.1",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"styled-components": "^3.2.6"
},
"dependencies": {}
}