-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.46 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
{
"name": "100x-frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"apollo-boost": "^0.1.7",
"apollo-cache-inmemory": "^1.2.5",
"apollo-client": "^2.3.5",
"apollo-link": "^1.2.2",
"apollo-link-context": "^1.0.8",
"apollo-link-http": "^1.5.4",
"apollo-link-rest": "^0.3.1",
"apollo-link-state": "^0.4.1",
"classnames": "^2.2.6",
"counterpart": "^0.18.6",
"date-fns": "^1.29.0",
"draft-convert": "^1.4.10",
"draft-js": "^0.10.5",
"draft-js-export-html": "^1.2.0",
"draftail": "^1.0.0",
"embedjs": "0.0.11",
"graphql": "^0.13.2",
"graphql-tag": "^2.9.2",
"lodash": "^4.17.10",
"medium-draft": "^0.5.5",
"prop-types": "^15.6.2",
"react": "^16.5.2",
"react-apollo": "^2.1.4",
"react-dom": "^16.5.2",
"react-modal": "^3.6.1",
"react-router-dom": "^4.3.1",
"react-scripts": "1.1.4",
"remarkable": "^1.7.1",
"sanitize-html": "^1.18.4",
"sass": "^1.9.0",
"sc2-sdk": "^2.0.1",
"validator": "^10.7.1",
"xmldom": "^0.1.27"
},
"scripts": {
"sass": "sass --watch src/assets/stylesheets/scss:src/assets/stylesheets/css",
"sass:build": "sass --update src/assets/stylesheets/scss:src/assets/stylesheets/css",
"start": "react-scripts start",
"dev": "NODE_ENV=development react-scripts start",
"build": "npm run sass:build && react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}