-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.01 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
{
"name": "stacy",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"acl-icon-font": "git+ssh://[email protected]/acl-services/acl-icon-font.git",
"acl-ui": "git+ssh://[email protected]/acl-services/acl-ui-dist.git",
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.2",
"node-sass": "^4.7.2",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"sass-loader": "^6.0.7"
},
"devDependencies": {
"@storybook/react": "^3.3.14",
"css-loader": "^0.28.10",
"eslint": "^4.18.2",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-react": "^7.7.0",
"http-server": "^0.11.1",
"prettier": "^1.11.1",
"protractor": "^5.3.0",
"selenium-webdriver": "^4.0.0-alpha.1",
"style-loader": "^0.20.3"
},
"scripts": {
"test": "protractor test/conf.js",
"storybook": "start-storybook -p 9001 -c .storybook",
"lint": "eslint '**/*.{js,jsx}' --quiet",
"format": "prettier --write '**/*.{js,jsx}'"
},
"author": "",
"license": "ISC"
}